Pool
An investment pool define the terms for profit pool
The creation time of the pool
2016-09-06T13:37:50+03:00The description of the pool
Possible values: <= 1024 characters
The identifier of the pool
The last modified time of the pool
2016-09-06T13:37:50+03:00The name of the pool
Possible values: >= 3 characters and <= 64 characters
settings object[]
List of pool settings
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
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
The status of the pool
Possible values: [ACTIVE, INACTIVE]
{
"creationDate": "2016-09-06T13:37:50+03:00",
"description": "string",
"id": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"name": "string",
"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,
"poolId": 0,
"profitCalculationBalanceType": "END_OF_THE_DAY_BALANCE",
"profitDistributionFrequencyCount": 0,
"profitDistributionFrequencyUnit": "DAILY",
"profitSuspenseAccountEncodedKey": "string",
"reserveAccountEncodedKey": "string"
}
],
"status": "ACTIVE"
}