- 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.
37 lines
1.4 KiB
Markdown
37 lines
1.4 KiB
Markdown
# SAP Fraud Management
|
|
|
|
SAP Fraud Management is the analytical source for fraud and suspicious activity detection signals. It contributes risk outcomes and case-oriented enrichment used by AML, KYC, and transaction monitoring controls.
|
|
|
|
## Metadata
|
|
|
|
```yaml
|
|
id: sap-fraud-management
|
|
owner: fraud.operations@bank.com
|
|
steward: compliance.officer@bank.com
|
|
|
|
change_model: event-driven
|
|
change_events:
|
|
- Fraud Alert Raised
|
|
- Fraud Alert Closed
|
|
- Transaction Risk Scored
|
|
- Case Escalated
|
|
|
|
update_frequency: real-time
|
|
data_quality_tier: 2
|
|
status: Production
|
|
version: "1.0.0"
|
|
|
|
tags:
|
|
- Fraud
|
|
- AML
|
|
- Financial Crime
|
|
```
|
|
|
|
## [Financial Crime](../../financial_crime/domain.md) Feeds
|
|
|
|
Canonical Entity | Transform File | Attributes Contributed | Change Model
|
|
--- | --- | --- | ---
|
|
[Transaction](../../financial_crime/entities/transaction.md#transaction) | [table_alert_case](transforms/table_alert_case.md) | Financial Crime Risk Score, Monitoring Outcome, Alert Reference | event-driven
|
|
[Party](../../financial_crime/entities/party.md#party) | [table_sanctions_screening](transforms/table_sanctions_screening.md) | Sanctions Screen Status, Watchlist Match Indicator | batch-intraday
|
|
[Customer](../../financial_crime/entities/customer.md#customer) | [table_customer_risk_profile](transforms/table_customer_risk_profile.md) | Risk Review Flag, Enhanced Due Diligence Trigger | event-driven
|