Skip to main content

Depositaccountbalancesmigration

Represents information about the balances of a deposit account for migration.

balancenumber

The current balance of the account.

blockedBalancenumber

The sum of all the blocked amounts on an account.

feesDuenumber

The amount of fees due to be paid on this account.

forwardAvailableBalancenumber

The sum of all the authorization hold amounts that have CRDT as the creditDebitIndicator for an account.

holdBalancenumber

The sum of all the authorization hold amounts that have DBIT as the creditDebitIndicator for an account.

interestDuenumber

The amount of interest due to be paid on an account.

lockedBalancenumber

The locked amount that is not available for withdrawal in the account.

overdraftAmountnumber

The overdraft amount that has been taken out in the account.

technicalInterestDuenumber

The amount of interest due to be paid on an account as a result of a technical overdraft.

technicalOverdraftAmountnumber

The technical overdraft amount that has been taken out in the account.

Depositaccountbalancesmigration
{
"balance": 0,
"blockedBalance": 0,
"feesDue": 0,
"forwardAvailableBalance": 0,
"holdBalance": 0,
"interestDue": 0,
"lockedBalance": 0,
"overdraftAmount": 0,
"technicalInterestDue": 0,
"technicalOverdraftAmount": 0
}