feat: Implement initial setup for Financial Crime domain

- Added Makefile for orchestrating domain instantiation and management.
- Created deploy README for guiding the setup process of the Financial Crime domain.
- Introduced domain configuration file for mapping metadata to the deployment template.
- Implemented pre-commit hook for validating metadata before commits.
- Developed instantiation script to manage the lifecycle of the Financial Crime domain.
- Added Salesforce CRM source with associated metadata and transformation files.
- Added SAP Fraud Management source with associated metadata and transformation files.
- Added Temenos Payment source with associated metadata and transformation files.
- Removed obsolete payment event and parties transformation files.
This commit is contained in:
2026-06-14 16:46:06 +12:00
parent f4c46700c5
commit 0aeb893c0f
25 changed files with 612 additions and 85 deletions
+3 -3
View File
@@ -125,9 +125,9 @@ graph TD
Business Application | Platform | Capability Domain
--- | --- | ---
[Temenos Payment](sources/temenos-payment/source.md) | Temenos SaaS | Payment Execution
[SAP Fraud Management](sources/sap-fraud-management/source.md) | SAP | Fraud
[Salesforce CRM](sources/salesforce-crm/source.md) | Salesforce | Customer Relationship Management
[Temenos Payment](../sources/temenos-payment/source.md) | Temenos SaaS | Payment Execution
[SAP Fraud Management](../sources/sap-fraud-management/source.md) | SAP | Fraud
[Salesforce CRM](../sources/salesforce-crm/source.md) | Salesforce | Customer Relationship Management
## Entities