Balances
The loan account balance details.
Available credit balance on the loan account.
The fees balance. Represents the total fees expected to be paid on this account at a given moment.
The fees due. Representing the total fees due for the account.
The fees paid. Represents the total fees paid for the account.
The sum of all the authorization hold amounts on this account.
Represents the total interest owed by the client (total interest applied for account minus interest paid).
The interest due. Indicates how much interest it's due for the account at this moment.
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).
The interest from arrears due. Indicates how much interest from arrears it's due for the account at this moment.
The interest from arrears paid, indicates total interest from arrears paid into the account.
The interest paid, indicates total interest paid into the account.
The penalty balance. Represents the total penalty expected to be paid on this account at a given moment.
The penalty due. Represents the total penalty amount due for the account.
The Penalty paid. Represents the total penalty amount paid for the account.
The total principal owned by the client, from now on (principal disbursed - principal paid).
The principal due, indicates how much principal it's due at this moment.
The principal paid, holds the value of the total paid into the account.
The total redraw amount owned by the client, from now on.
{
"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
}