| Field | Data type | Description |
|---|---|---|
| Org_ID | string | ID of the org to which the event belongs |
| CreatedAt | timestamp | Date the report file was generated (YYYY-MM-DD HH:MM:SS.sssssssss) |
| EventDate | date | Event date in ISO 8601 (YYYY-MM-DD) |
| DebitAccount | string | ID of the account debited by accounting entry |
| CreditAccount | string | ID of the account credited by accounting entry |
| EntryType_ID | bigint | ID of the accounting entry type |
| Description | string | Event description |
| Account_ID | int | Account ID |
| Amount | double | Transaction amount and currency code |
| Program_ID | int | ID of the program to which the transaction belongs |
| ProgramName | string | Name of the program to which the transaction belongs |
| BrandName | string | Card brand |
| Transaction_ID | bigint | Transaction ID |
| Authorization_ID | bigint | Authorization ID |
| RefDate | timestamp | Date the accounting_events file was created in the bucket (YYYY-MM-DD HH:MM:SS.sssssssss) |
| ProcessingCode | string | Defines the operation type, which is used either in the network or in the non-network operations |
| ProcessingCodeDescription | string | Description of the processing code |
| Event_ID | int | ID that identifies the business event |
| AccountEntry_ID | int | ID that identifies the accounting entry |
| DebitCostCenter | string | Debit cost center |
| CreditCostCenter | string | Credit cost center |
| AuthorizationDate | date | Authorization date in ISO 8601 (YYYY-MM-DD) |
| InstallmentNumber | int | Sequential number that represents the order of the installment |