Skip to main content

Loanrisklevelsconfiguration

Represents the loan risk levels configuration.

loanRiskLevels object[]required

The loan risk levels, ordered alphabetically by ID.

  • Array [
  • 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).

  • ]
  • Loanrisklevelsconfiguration
    {
    "loanRiskLevels": [
    {
    "arrearsFrom": 0,
    "arrearsTo": 0,
    "id": "string",
    "name": "string",
    "provisioningPercent": 0
    }
    ]
    }