Skip to main content

Loanamountsettings

The amount settings, holds all amount properties.

loanAmount object

Decimal constraints, like min/max/default.

defaultValuenumber

The default value, will be used in case no other value was filled in by the user.

encodedKeystring

The encoded key of the decimal constraint, auto generated, unique

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

trancheSettings object

The tranche settings, indicates the settings regarding tranches in case the product is configured to support tranches.

maxNumberOfTranchesinteger<int32>

The number of tranches supported by the loan product

Loanamountsettings
{
"loanAmount": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
},
"trancheSettings": {
"maxNumberOfTranches": 0
}
}