Skip to main content

Fundingsettingsconfiguration

The funding settings, holds the settings regarding the funding for the loan product.

enabledboolean

Indicates whether the product has the investor funds enabled or not.

funderInterestCommission object

Used for keeping decimal constraints.

defaultValuenumber

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

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

funderInterestCommissionAllocationTypestring

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]

lockFundsAtApprovalboolean

Shows whether investor funds are locked or not at the loan account's approval.

organizationInterestCommission object

Used for keeping decimal constraints.

defaultValuenumber

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

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

requiredFundsnumber

The required investor funds percentage, for opening an account with external funding. If null, the investor funds are not enabled.

Fundingsettingsconfiguration
{
"enabled": true,
"funderInterestCommission": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"funderInterestCommissionAllocationType": "PERCENTAGE_OF_LOAN_FUNDING",
"lockFundsAtApproval": true,
"organizationInterestCommission": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"requiredFunds": 0
}