Interestaccountsettingsavailabilityupdate
Interest Availability of a Deposit Account
encodedKeystring
The encoded key of the Interest Availability, auto generated, unique.
interestRateSettings objectrequired
Interest Rate Settings for Deposit Account Interest Availability
interestRatenumber
The interest rate for the deposit account
interestRateTiers object[]
The list of interest rate tiers. An interest rate tier holds the values to define how the interest is computed
Array [
encodedKeystring
The encoded key of the interest rate tier, auto generated, unique
endingBalancenumber
The top-limit value for the account balance in order to determine if this tier is used or not
endingDayinteger<int32>
interestRatenumberrequired
The rate used for computing the interest for an account which has the balance less than the ending balance
]
interestSpreadnumber
The rate based on which the interest is accrued and applied for accounts with InterestRateSource#INDEX_INTEREST_RATE
Interestaccountsettingsavailabilityupdate
{
"encodedKey": "string",
"interestRateSettings": {
"interestRate": 0,
"interestRateTiers": [
{
"encodedKey": "string",
"endingBalance": 0,
"endingDay": 0,
"interestRate": 0
}
],
"interestSpread": 0
}
}