Skip to main content

Accountarrearssettings

The account arrears settings, holds the required information for the arrears settings of an account.

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.

monthlyToleranceDayint32

Defines monthly arrears tolerance day value.

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.

tolerancePercentageOfOutstandingPrincipalnumber

Defines the arrears tolerance amount.

tolerancePeriodint32

Defines the arrears tolerance period value.

Accountarrearssettings
{
"dateCalculationMethod": "ACCOUNT_FIRST_WENT_TO_ARREARS",
"encodedKey": "string",
"monthlyToleranceDay": 0,
"nonWorkingDaysMethod": "INCLUDED",
"toleranceCalculationMethod": "ARREARS_TOLERANCE_PERIOD",
"toleranceFloorAmount": 0,
"tolerancePercentageOfOutstandingPrincipal": 0,
"tolerancePeriod": 0
}