Fundingsettings
The funding settings, holds the settings regarding the funding for the loan product.
Indicates whether the product has the investor funds enabled or not.
funderInterestCommission object
Decimal constraints, like min/max/default.
The default value, will be used in case no other value was filled in by the user.
The encoded key of the decimal constraint, auto generated, unique
The maximum value.
The minimum value.
Define how the Interest is allocated to the investors(if the investors can define their own percentages for their own contribution to the loan, or if all of them are using the same percentage).
Possible values: [PERCENTAGE_OF_LOAN_FUNDING, FIXED_INTEREST_COMMISSIONS]
Shows whether investor funds are locked or not at the loan account's approval.
organizationInterestCommission object
Decimal constraints, like min/max/default.
The default value, will be used in case no other value was filled in by the user.
The encoded key of the decimal constraint, auto generated, unique
The maximum value.
The minimum value.
The required investor funds percentage, for opening an account with external funding. If null, the investor funds are not enabled.
{
"enabled": true,
"funderInterestCommission": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
},
"funderInterestCommissionAllocationType": "PERCENTAGE_OF_LOAN_FUNDING",
"lockFundsAtApproval": true,
"organizationInterestCommission": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
},
"requiredFunds": 0
}