Skip to main content

Loanrisklevelconfiguration

Represents the configuration for a loan risk level.

arrearsFrominteger<int32>required

The lower level of the band of number of days the account is at risk.

arrearsTointeger<int32>required

The upper level of the band of number of days the account is at risk.

idstringrequired

The user-defined ID, which is globally unique.

namestringrequired

The name of the loan risk level.

provisioningPercentnumber

The amount to provision at this level (as a percentage).

Loanrisklevelconfiguration
{
"arrearsFrom": 0,
"arrearsTo": 0,
"id": "string",
"name": "string",
"provisioningPercent": 0
}