Negative Account Balance Report
Overview
This report lets subscribers monitor their negative balances.
ReportType enum: NEGATIVE_ACCOUNT_BALANCE
Data availability
Data for this report is generated daily.
Report fields
| Field Name | Data Type | Description |
|---|---|---|
| program_name | String | Name of the card program or product associated with the account |
| product_name | String | Name of the card product associated with the account |
| financial_account_id | String | Unique public identifier for the financial account |
| account_type_code | String | Code indicating the type of account (e.g., 'C0' for credit accounts, 'OG' for organization accounts) |
| account_status | String | Current status of the account |
| balance_amount | String | Current negative balance amount in the account (converted from micro-units by dividing by 1,000,000) |
| turn_to_negative_date | String | Timestamp when the account first turned negative (transitioned from zero or positive to negative balance) |
| latest_update_date | String | Timestamp of the most recent balance update for this account |
| aging_days | String | Number of days the account has had a negative balance (current timestamp minus turn_to_negative_date) |