Skip to main content

Principalpaymentaccountsettings

The principal payment account settings, holds the required information for the principal payment process of an account.

amountnumber

Fixed amount for being used for the repayments principal due.

encodedKeystring

The encoded key of the principal payment base settings, auto generated, unique.

includeFeesInFloorAmountboolean

Boolean flag, if true, the fees will be included along with the principal in the repayment floor amount, for a revolving credit account

includeInterestInFloorAmountboolean

Boolean flag, if true, the interest will be included along with the principal in the repayment floor amount, for a revolving credit account

percentagenumber

Percentage of principal amount used for the repayments principal due.

principalCeilingValuenumber

The maximum principal due amount a repayment made with this settings can have

principalFloorValuenumber

The minimum principal due amount a repayment made with this settings can have

principalPaymentMethodstring

The principal payment method (for revolving credits)

Possible values: [FLAT, OUTSTANDING_PRINCIPAL_PERCENTAGE, PRINCIPAL_PERCENTAGE_LAST_DISB, TOTAL_BALANCE_PERCENTAGE, TOTAL_BALANCE_FLAT, TOTAL_PRINCIPAL_PERCENTAGE]

totalDueAmountFloornumber

The minimum total due amount a repayment made with this settings can have

totalDuePaymentstring

The principal payment method (for revolving credits)

Possible values: [FLAT, OUTSTANDING_PRINCIPAL_PERCENTAGE, PRINCIPAL_PERCENTAGE_LAST_DISB, TOTAL_BALANCE_PERCENTAGE, TOTAL_BALANCE_FLAT, TOTAL_PRINCIPAL_PERCENTAGE]

Principalpaymentaccountsettings
{
"amount": 0,
"encodedKey": "string",
"includeFeesInFloorAmount": true,
"includeInterestInFloorAmount": true,
"percentage": 0,
"principalCeilingValue": 0,
"principalFloorValue": 0,
"principalPaymentMethod": "FLAT",
"totalDueAmountFloor": 0,
"totalDuePayment": "FLAT"
}