Skip to main content

Cashflowcalculationcycle

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

assetAmountnumber

The asset amount of the cash flow calculation cycle

assetGlAccountEncodedKeystring

The Asset GL account encoded key

cashFlowIdinteger<int64>

The identifier of the cash flow

cashFlowTypestringrequired

The type of the cash flow

Possible values: [INCOME_CATEGORY, EXPENSE_CATEGORY]

creationDatestring<date-time>required

The creation time of the cash flow calculation cycle

Example: 2016-09-06T13:37:50+03:00
glAccountEncodedKeystring

The GL account encoded key

idinteger<int64>

The identifier of the cash flow calculation cycle

lastModifiedDatestring<date-time>required

The last modified time of the cash flow calculation cycle

Example: 2016-09-06T13:37:50+03:00
percentagenumber

The percentage of the cash flow calculation cycle

poolCalculationCycleIdinteger<int64>

The identifier of the pool calculation cycle

proposalIdinteger<int64>

The identifier of the proposal

sourcestring

The source of the cash flow

Possible values: [ISLAMIC_FINANCE, OTHERS]

Cashflowcalculationcycle
{
"allocationMethod": "AVERAGE_BALANCE",
"allocationPercentage": 0,
"amount": 0,
"assetAmount": 0,
"assetGlAccountEncodedKey": "string",
"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"
}