Depositaccountbalancesmigration
Represents information about the balances of a deposit account for migration.
The current balance of the account.
The sum of all the blocked amounts on an account.
The amount of fees due to be paid on this account.
The sum of all the authorization hold amounts that have CRDT as the creditDebitIndicator for an account.
The sum of all the authorization hold amounts that have DBIT as the creditDebitIndicator for an account.
The amount of interest due to be paid on an account.
The locked amount that is not available for withdrawal in the account.
The overdraft amount that has been taken out in the account.
The amount of interest due to be paid on an account as a result of a technical overdraft.
The technical overdraft amount that has been taken out in the account.
{
"balance": 0,
"blockedBalance": 0,
"feesDue": 0,
"forwardAvailableBalance": 0,
"holdBalance": 0,
"interestDue": 0,
"lockedBalance": 0,
"overdraftAmount": 0,
"technicalInterestDue": 0,
"technicalOverdraftAmount": 0
}