Loanrisklevelconfiguration
Represents the configuration for a loan risk level.
arrearsFromint32required
The lower level of the band of number of days the account is at risk.
arrearsToint32required
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
}