Skip to main content

Penaltysettings

The penalty settings, holds all the fields regarding penalties

loanPenaltyCalculationMethodstring

The last penalty calculation method, represents on what amount are the penalties calculated.

Possible values: [NONE, OVERDUE_BALANCE, OVERDUE_BALANCE_AND_INTEREST, OVERDUE_BALANCE_INTEREST_AND_FEE, OUTSTANDING_PRINCIPAL]

penaltyRatenumber

The penalty rate, represents the rate (in percent) which is charged as a penalty.

Penaltysettings
{
"loanPenaltyCalculationMethod": "NONE",
"penaltyRate": 0
}