Warning
🚧 Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.
Event Standards
Info
Template: Fill in as the messaging/event strategy is defined.
Standard event format
{
"eventId": "uuid-v4",
"eventType": "domain.entity.action",
"occurredAt": "2025-04-01T10:00:00Z",
"source": "source-system",
"payload": {
// event data
}
}Event naming
{domain}.{entity}.{action}
Examples:
investments.capital_call.created
finance.payment.approved
corporate.employee.offboarded