Skip to main content

Penaltyconfiguration

Defines the penalty settings for the product that will be used by the loan accounts based on this product

loanPenaltyCalculationMethodstringrequired

The loan penalty calculation method types

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

loanPenaltyGracePeriodinteger<int32>

Number of days to wait before applying the loan penalty amounts

penaltyRate object

Used for keeping decimal constraints.

defaultValuenumber

The default value, will be used in case no other value was filled in by the user.

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

Penaltyconfiguration
{
"loanPenaltyCalculationMethod": "NONE",
"loanPenaltyGracePeriod": 0,
"penaltyRate": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
}
}