Initial commit: Financial Crime domain exemplar

This commit is contained in:
2026-06-01 21:18:19 +12:00
commit 2fc4dacd59
70 changed files with 5776 additions and 0 deletions
@@ -0,0 +1,22 @@
# [Financial Crime](../domain.md)
## Events
### Party Role Assigned
Emitted when a Party assumes a new Party Role in a business context.
```yaml
actor: Party
entity: Party Role
emitted_on:
- create
business_meaning: A party has been assigned a role that changes participation context and controls
downstream_impact:
- Access and entitlements can be updated for the new role
- Role-based monitoring and due diligence workflows are triggered
attributes:
event_timestamp:
type: datetime
description: Time the role assignment became effective
```