Overview
Balances and Transactions files provide updates on Lead-owned balances and related transactions. Balance types:- Credit balances: term loans or lines of credit
- **Deposit balances: **debit cards, deposit accounts, FBO accounts
You are responsible for providing end-of-day balances and the corresponding transactions that impact these balances. This information is used for reconciliation, accounting entries, and program oversight.Expectation
balance on T equals balance on T-1 plus transactions affecting the balance from T.Reconciliation Details
Balances represent underlying customers’ ledger and Transactions represent transactions affecting the balance.
- For
depositprograms, reconciliation may includerewards_amount,dispute_balance,charge_off_balanceandinterest_accrued_balancein addition tobalance. - For
creditprograms, reconciliation may includerewards_amount,dispute_balance,charge_off_balance, andpast_due_balance, in addition tobalanceand its components (principal,fees, andinterest).
Transactions Updates and Non-Posted Transactions
Relevant for Balance Type = Deposit Only
- Non Posted Transactions= This file lists transactions where funds have been posted to the Customer FBO account but not yet to customer accounts. In this case,
balanceswill not have been affected. Lead will do FBO account reconciliation based on the following:- FBO account balance = sum of
amountfromNon Posted Transactions+ sum ofbalancefromBalances
- FBO account balance = sum of
- Transactions Updates = This file captures transactions where the actual settlement date differs from the one in
Transactionsfile. Example may be where a transaction was expected to be posted on January 1st, 2025 perTransactionsand ended up posting on January 2nd, 2025. In this case, clients will useTransactions Updatesto updatesettlement_datefor thetransaction_id.
Implementation
During implementation, Lead will collaborate with you to determine whether your program includes any of the following features, which will be captured through data files.- Interest (deposit products only)
- Overdraft features (deposit products only)
- Withholdings (deposit products only)
- Rewards
- Non-USD balances
- Customer balances held across multiple bank accounts

