Cash flow calculation cycle
Profit calculation cycle for a cash flow
allocationMethodstringrequired
The allocation method of the cash flow
Possible values: [AVERAGE_BALANCE, NUMBER_OF_ACCOUNTS, PERCENTAGE]
allocationPercentagenumber
Allocation percentage
amountnumber
The amount of the cash flow calculation cycle
cashFlowIdint64
The identifier of the cash flow
cashFlowTypestringrequired
The type of the cash flow
Possible values: [INCOME_CATEGORY, EXPENSE_CATEGORY]
creationDatedate-timerequired
The creation time of the cash flow calculation cycle
Example:
2016-09-06T13:37:50+03:00glAccountEncodedKeystring
The GL account encoded key
idint64
The identifier of the cash flow calculation cycle
lastModifiedDatedate-timerequired
The last modified time of the cash flow calculation cycle
Example:
2016-09-06T13:37:50+03:00percentagenumber
The percentage of the cash flow calculation cycle
poolCalculationCycleIdint64
The identifier of the pool calculation cycle
proposalIdint64
The identifier of the proposal
sourcestring
The source of the cash flow
Possible values: [ISLAMIC_FINANCE, OTHERS]
Cash flow calculation cycle
{
"allocationMethod": "AVERAGE_BALANCE",
"allocationPercentage": 0,
"amount": 0,
"cashFlowId": 0,
"cashFlowType": "INCOME_CATEGORY",
"creationDate": "2016-09-06T13:37:50+03:00",
"glAccountEncodedKey": "string",
"id": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"percentage": 0,
"poolCalculationCycleId": 0,
"proposalId": 0,
"source": "ISLAMIC_FINANCE"
}