Interest accruing accounts are configured using the interest_product_id
set on the account or account template.
COMPOUNDED_MONTHLY
), accrued (e.g. DAILY
) and paid (e.g. MONTHLY
). You can specify that the interest rate varies over time by including multiple periods with different rates. The rate is specified using basis points (bps), i.e. 125
represents 1.25%.
calculation_method
property determines how interest will be calculated against the account balance. There are currently two options available:
COMPOUNDED_MONTHLY
: Interest is summed up once per month, at the end of the billing period. At no point during the billing period is the accrued interest factored into the account balance when calculating interest under this setting.COMPOUNDED_DAILY
: Interest is summed up every day of the billing period. The previous day’s sum is applied to the next day’s balance for the purpose of interest calculation.COMPOUNDED_MONTHLY | COMPOUNDED_DAILY | |
---|---|---|
CHECKING | ||
SAVING | ||
LINE_OF_CREDIT | ||
CHARGE_SECURED |
MONTHLY
is selected in the interest product for accrual_payout_schedule
. If NONE
is selected, the interest will be summed but not paid out into the customer’s account, this is used if a fintech wants to have book keeping on the interest accued each day through the daily reports but want to handle the actual payout themselves or just show the potential in interest earnings.
Monthly payout is rounded to the nearest cent (2 decimal places)