Skip to main content

Productarrearssettings

The product arrears settings, shows whether the non working days are taken in consideration or not when applying penalties/late fees or when setting an account into arrears

dateCalculationMethodstring

The arrears date calculation method.

Possible values: [ACCOUNT_FIRST_WENT_TO_ARREARS, LAST_LATE_REPAYMENT, ACCOUNT_FIRST_BREACHED_MATERIALITY_THRESHOLD]

encodedKeystring

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

monthlyToleranceDayinteger<int32>

Defines the tolerance monthly date

nonWorkingDaysMethodstring

Shows whether the non working days are taken in consideration or not when applying penaltees/late fees or when setting an account into arrears

Possible values: [INCLUDED, EXCLUDED]

toleranceCalculationMethodstring

Defines the tolerance calculation method

Possible values: [ARREARS_TOLERANCE_PERIOD, MONTHLY_ARREARS_TOLERANCE_DAY]

toleranceFloorAmountnumber

The tolerance floor amount.

tolerancePercentageOfOutstandingPrincipal 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.

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

tolerancePeriod object

Decimal integer, like min/max/default.

defaultValueinteger<int32>

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

encodedKeystring

The encoded key of the integer constraint, auto generated, unique

maxValueinteger<int32>

The maximum value.

minValueinteger<int32>

The minimum value.

Productarrearssettings
{
"dateCalculationMethod": "ACCOUNT_FIRST_WENT_TO_ARREARS",
"encodedKey": "string",
"monthlyToleranceDay": 0,
"nonWorkingDaysMethod": "INCLUDED",
"toleranceCalculationMethod": "ARREARS_TOLERANCE_PERIOD",
"toleranceFloorAmount": 0,
"tolerancePercentageOfOutstandingPrincipal": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"tolerancePeriod": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
}
}