Skip to main content

Proposal account details

Payment/Profit calculation cycle for an Account

accountIdstring

The identifier of the account

accountStatestring

The account state

Possible values: [PENDING_APPROVAL, APPROVED, ACTIVE, ACTIVE_IN_ARREARS, MATURED, LOCKED, DORMANT, CLOSED, CLOSED_WRITTEN_OFF, WITHDRAWN, CLOSED_REJECTED]

paymentCycleAdjustedCustomerProfitRatenumber

The profit rate applicable to the customer for the payment cycle, adjusted for other factors

paymentCycleBankShareAmountnumber

The monetary value of the bank's share of the profit, for the payment cycle period

paymentCycleCustomerProfitAmountnumber

The monetary value of the customer profit, for the payment cycle period

paymentCycleCustomerProfitRatenumber

The profit rate applicable to the customer for the payment cycle

paymentCycleCustomerShareAmountnumber

The monetary value of the customer's share of the profit, for the payment cycle period

paymentCycleCustomerSharePercentagenumber

The percentage of profit allocated to the customer for the payment cycle

paymentCycleEligibleBalancenumber

The eligible balance of the account for the payment cycle

paymentCycleEndDatedaterequired

The end date of the payment calculation cycle

Example: 1987-04-26
paymentCycleMudaribShareAmountnumber

The monetary value of the mudarib share, for the payment cycle period

paymentCycleNumberOfDaysint32

length of the payment calculation cycle in days

profitCappedRatePercentagenumber

Capped rate percentage needed by the rate rule

profitCycleAdjustedCustomerProfitRatenumber

The profit rate applicable to the customer for the profit cycle, adjusted for other factors

profitCycleBankShareAmountnumber

The monetary value of the bank's share of the profit, for the profit cycle period

profitCycleCustomerProfitAmountnumber

The monetary value of the customer profit, for the profit cycle period

profitCycleCustomerProfitRatenumber

The profit rate applicable to the customer for the profit cycle

profitCycleCustomerShareAmountnumber

The monetary value of the customer's share of the profit, for the profit cycle period

profitCycleCustomerSharePercentagenumber

The percentage of profit allocated to the customer for the profit cycle

profitCycleEligibleBalancenumber

The eligible balance of the account for the profit cycle

profitCycleEndDatedaterequired

The end date of the profit calculation cycle

Example: 1987-04-26
profitCycleMudaribShareAmountnumber

The monetary value of the mudarib share, for the profit cycle period

profitCycleNumberOfDaysint32

length of the profit calculation cycle in days

profitFixedRatePercentagenumber

Fixed rate percentage needed by the rate rule

profitFixedRateRulestring

Fixed rate rule for applying the fixed rate percentage

Possible values: [ALWAYS_USE_FIXED_RATE, TREAT_AS_MIN, USE_CALCULATED_RATE]

Proposal account details
{
"accountId": "string",
"accountState": "PENDING_APPROVAL",
"paymentCycleAdjustedCustomerProfitRate": 0,
"paymentCycleBankShareAmount": 0,
"paymentCycleCustomerProfitAmount": 0,
"paymentCycleCustomerProfitRate": 0,
"paymentCycleCustomerShareAmount": 0,
"paymentCycleCustomerSharePercentage": 0,
"paymentCycleEligibleBalance": 0,
"paymentCycleEndDate": "1987-04-26",
"paymentCycleMudaribShareAmount": 0,
"paymentCycleNumberOfDays": 0,
"profitCappedRatePercentage": 0,
"profitCycleAdjustedCustomerProfitRate": 0,
"profitCycleBankShareAmount": 0,
"profitCycleCustomerProfitAmount": 0,
"profitCycleCustomerProfitRate": 0,
"profitCycleCustomerShareAmount": 0,
"profitCycleCustomerSharePercentage": 0,
"profitCycleEligibleBalance": 0,
"profitCycleEndDate": "1987-04-26",
"profitCycleMudaribShareAmount": 0,
"profitCycleNumberOfDays": 0,
"profitFixedRatePercentage": 0,
"profitFixedRateRule": "ALWAYS_USE_FIXED_RATE"
}