sod-events
Business Types
STATEMENTS- Account statements
Event Payloads
- STATEMENTS
{
"id": "event_4da42927-77f5-4308-a6bf-60c1ed0a4b24",
"type": "DOCUMENT",
"position": "12345678",
"timestamp": "2025-02-05T00:10:12.155187291Z",
"payload": {
"document_category": "SOD",
"type": "871",
"business_date": "2025-02-04",
"path": "s3://broker-docs/sod/2025-02-04.csv",
"biz_type": "DOCUMENT_CREATED"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique event identifier |
position | string | Cursor for event replay; re-pushes subsequent events within the current business type. |
type | string | Event type, e.g. DOCUMENT |
timestamp | string | Event timestamp in ISO 8601 format |
payload | object | Event payload data |
Payload Fields
| Field | Type | Description |
|---|---|---|
document_category | string | Document category (e.g. SOD, statement, fax) |
type | string | Document type code (numeric or string code, e.g. 871) |
business_date | string | Business date for the document (ISO 8601 date) |
path | string | Storage path or URL for the file (e.g. S3 path) |
biz_type | string | Business event type (e.g. DOCUMENT_CREATED) |