Poolsettings
Pool settings for an investment pool
The bank P&L account encoded key of the pool settings
The creation time of the pool settings
2016-09-06T13:37:50+03:00The customerSharesLoss boolean field of the pool settings, currently False is the only supported value
The days in month value of the pool settings
Possible values: [DAYS_ACTUAL]
The days in year value of the pool settings
Possible values: [DAYS365]
The effective date of the pool settings
1987-04-26The first ProfitPeriod StartDate of the pool settings
1987-04-26The identifier of the pool settings
The initial equivalent rate of the pool settings
The last modified time of the pool setting
2016-09-06T13:37:50+03:00The pool using assets/liabilities calculation for income
Enable manual approval for profit distribution proposals
The identifier of the investment pool
Specify which intra-day account balance to be used for profit contribution calculations
Possible values: [END_OF_THE_DAY_BALANCE, AVERAGE_BALANCE, MINIMUM_BALANCE]
The profit Frequency count of the pool settings
The profit Frequency unit of the pool settings
Possible values: [DAILY, WEEKLY, MONTHLY, QUARTERLY, BIANNUALLY, ANNUALLY]
The profit suspense account encoded key of the pool settings
The reserve account encoded key of the pool settings
{
"bankPLAccountEncodedKey": "string",
"creationDate": "2016-09-06T13:37:50+03:00",
"customerSharesLoss": true,
"daysInMonth": "DAYS_ACTUAL",
"daysInYear": "DAYS365",
"effectiveDate": "1987-04-26",
"firstProfitPeriodStartDate": "1987-04-26",
"id": 0,
"initialEquivalentRate": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"liabilityCheck": true,
"manualApprovalEnabled": true,
"poolId": 0,
"profitCalculationBalanceType": "END_OF_THE_DAY_BALANCE",
"profitDistributionFrequencyCount": 0,
"profitDistributionFrequencyUnit": "DAILY",
"profitSuspenseAccountEncodedKey": "string",
"reserveAccountEncodedKey": "string"
}