Productpenaltysettings
Defines the penalty settings for the product that will be used by the loan accounts based on this product
loanPenaltyCalculationMethodstringrequired
The penalty calculation method
Possible values: [NONE, OVERDUE_BALANCE, OVERDUE_BALANCE_AND_INTEREST, OVERDUE_BALANCE_INTEREST_AND_FEE, OUTSTANDING_PRINCIPAL]
loanPenaltyGracePeriodinteger<int32>
Number of days to wait before applying the loan penalty amounts
penaltyRate object
Decimal constraints, like min/max/default.
defaultValuenumber
The default value, will be used in case no other value was filled in by the user.
encodedKeystring
The encoded key of the decimal constraint, auto generated, unique
maxValuenumber
The maximum value.
minValuenumber
The minimum value.
Productpenaltysettings
{
"loanPenaltyCalculationMethod": "NONE",
"loanPenaltyGracePeriod": 0,
"penaltyRate": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
}
}