Skip to main content

Balances

The loan account balance details.

creditBalancenumber

Available credit balance on the loan account.

feesBalancenumber

The fees balance. Represents the total fees expected to be paid on this account at a given moment.

feesDuenumber

The fees due. Representing the total fees due for the account.

feesPaidnumber

The fees paid. Represents the total fees paid for the account.

holdBalancenumber

The sum of all the authorization hold amounts on this account.

interestBalancenumber

Represents the total interest owed by the client (total interest applied for account minus interest paid).

interestDuenumber

The interest due. Indicates how much interest it's due for the account at this moment.

interestFromArrearsBalancenumber

The interest from arrears balance. Indicates interest from arrears owned by the client, from now on. (total interest from arrears accrued for account - interest from arrears paid).

interestFromArrearsDuenumber

The interest from arrears due. Indicates how much interest from arrears it's due for the account at this moment.

interestFromArrearsPaidnumber

The interest from arrears paid, indicates total interest from arrears paid into the account.

interestPaidnumber

The interest paid, indicates total interest paid into the account.

penaltyBalancenumber

The penalty balance. Represents the total penalty expected to be paid on this account at a given moment.

penaltyDuenumber

The penalty due. Represents the total penalty amount due for the account.

penaltyPaidnumber

The Penalty paid. Represents the total penalty amount paid for the account.

principalBalancenumber

The total principal owned by the client, from now on (principal disbursed - principal paid).

principalDuenumber

The principal due, indicates how much principal it's due at this moment.

principalPaidnumber

The principal paid, holds the value of the total paid into the account.

redrawBalancenumber

The total redraw amount owned by the client, from now on.

Balances
{
"creditBalance": 0,
"feesBalance": 0,
"feesDue": 0,
"feesPaid": 0,
"holdBalance": 0,
"interestBalance": 0,
"interestDue": 0,
"interestFromArrearsBalance": 0,
"interestFromArrearsDue": 0,
"interestFromArrearsPaid": 0,
"interestPaid": 0,
"penaltyBalance": 0,
"penaltyDue": 0,
"penaltyPaid": 0,
"principalBalance": 0,
"principalDue": 0,
"principalPaid": 0,
"redrawBalance": 0
}