Skip to main content

Proposalaccountdetails

Payment/Profit calculation cycle for an Account

accountIdstring

The identifier of the account

accountPaymentCycleStatusstring

The status of the current account payment cycle

Possible values: [PENDING, OPEN, PROFIT_CALCULATED, PROFIT_PAID, PROFIT_PAYMENT_FAILED, WITHHOLDING_TAX_PAID, ZAKAT_PAID]

accountStatestring

The account state

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

activationDatestring<date>

The activation date of the payment calculation cycle

Example: 1987-04-26
brokenPeriodUnpaidProfitAmountnumber

The monetary value of the unpaid profit for the broken period of the last payment cycle

brokenPeriodUnpaidWithholdingTaxAmountnumber

The monetary value of the unpaid withholding tax for the broken period of the last payment cycle

maturityDatestring<date>

The maturity date of the payment calculation cycle

Example: 1987-04-26
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

paymentCycleEndDatestring<date>required

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

paymentCycleNumberOfDaysinteger<int32>

length of the payment calculation cycle in days

paymentCycleWithholdingTaxAmountnumber

The monetary value of the withholding tax amount, for the payment cycle period

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

profitCycleEndDatestring<date>required

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

profitCycleNumberOfDaysinteger<int32>

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]

unpaidProfitAmountnumber

The monetary value of the unpaid profit from previous internal cycles

unpaidWithholdingTaxAmountnumber

The monetary value of the unpaid withholding tax from previous internal cycles

Proposalaccountdetails
{
"accountId": "string",
"accountPaymentCycleStatus": "PENDING",
"accountState": "PENDING_APPROVAL",
"activationDate": "1987-04-26",
"brokenPeriodUnpaidProfitAmount": 0,
"brokenPeriodUnpaidWithholdingTaxAmount": 0,
"maturityDate": "1987-04-26",
"paymentCycleAdjustedCustomerProfitRate": 0,
"paymentCycleBankShareAmount": 0,
"paymentCycleCustomerProfitAmount": 0,
"paymentCycleCustomerProfitRate": 0,
"paymentCycleCustomerShareAmount": 0,
"paymentCycleCustomerSharePercentage": 0,
"paymentCycleEligibleBalance": 0,
"paymentCycleEndDate": "1987-04-26",
"paymentCycleMudaribShareAmount": 0,
"paymentCycleNumberOfDays": 0,
"paymentCycleWithholdingTaxAmount": 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",
"unpaidProfitAmount": 0,
"unpaidWithholdingTaxAmount": 0
}