- product-portfolio
- ecosystem-catalog
- deep-dives
- horizontal
Finance, Accounting, Procurement & Corporate Ops - Analysis¶
Planning-layer analysis for category 23. It groups the 50 candidate services into capabilities, recommends what becomes a standalone service versus a module, and captures domain, interface, and non-functional notes. For the plain item list see the browse page.
Scope & Bounded Context¶
- Primary bounded context: Finance Ops
- Group: horizontal
- Default wave / cycle: Phase 4 · Cycle 4: AI Interaction & Verticals
- Items: 50 candidates
This category is anchored to the ConnectSoft DDD baseline in the SaaS framework DDD blueprint and the service classification model.
Classification Breakdown¶
| Classification | Count |
|---|---|
| Module-in-service | 43 |
| Portal/UI Module | 4 |
| Workflow Template | 3 |
Anti-fragmentation stance
Per ADR-0011, the 43 module candidates below are delivered inside the Finance Ops bounded-context service, not as separate microservices. Only the 0 platform/service candidates justify an independent runtime.
Standalone Service / Platform Candidates¶
None - this category is delivered through modules, packs, or shared runtimes.
Portal / UI Modules¶
- Vendor Performance Scorecard (
CS-SVC-1107) - Corporate Policy Portal (
CS-SVC-1135) - Investor Reporting Portal (
CS-SVC-1140) - Corporate Operations Dashboard (
CS-SVC-1150)
Domain, Interfaces & Data Ownership¶
- Aggregates are owned by the Finance Ops context; cross-context reads go through published contracts, never shared databases.
- Integration is event-first (outbox + integration events) per the event-driven mindset.
- APIs are contract-first and versioned through the API & Integration context.
Non-Functional Posture¶
- Multi-tenancy & edition-awareness: required for all serious candidates.
- Security: Standard baseline; secrets via the platform secret store; least privilege.
- Compliance: standard audit logging.
- Observability: OpenTelemetry traces, metrics, and structured logs.
MVP vs Future¶
- MVP (Tier 0-1): Internal Billing Service, Audit Preparation Service
- Future (Tier 4-5): none
Open Questions¶
- Which module candidates, if any, develop independent scaling or ownership needs that would justify promotion to a standalone service?
- Where do this category's contracts overlap with adjacent contexts, and who owns them?