Arrearsconfiguration
Represents a grouping of all arrears settings.
The arrears date calculation method.
Possible values: [ACCOUNT_FIRST_WENT_TO_ARREARS, LAST_LATE_REPAYMENT, ACCOUNT_FIRST_BREACHED_MATERIALITY_THRESHOLD]
Defines the tolerance monthly date
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]
Defines the tolerance calculation method
Possible values: [ARREARS_TOLERANCE_PERIOD, MONTHLY_ARREARS_TOLERANCE_DAY]
The tolerance floor amount.
tolerancePercentageOfOutstandingPrincipal object
Used for keeping decimal constraints.
The default value, will be used in case no other value was filled in by the user.
The maximum value.
The minimum value.
tolerancePeriod object
Decimal integer, like min/max/default.
The default value, will be used in case no other value was filled in by the user.
The maximum value.
The minimum value.
{
"dateCalculationMethod": "ACCOUNT_FIRST_WENT_TO_ARREARS",
"monthlyToleranceDay": 0,
"nonWorkingDaysMethod": "INCLUDED",
"toleranceCalculationMethod": "ARREARS_TOLERANCE_PERIOD",
"toleranceFloorAmount": 0,
"tolerancePercentageOfOutstandingPrincipal": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"tolerancePeriod": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
}
}