Objects
GeneralSavingsInterest
Interest information for general savings accounts
accruedInterestMonetaryAmount
Currently accrued interest amount
effectiveRatenumber[double]
Effective interest rate if available
payoutFrequencystring
How often interest is paid out
Possible Enum values are
DAILY, WEEKLY, MONTHLY, QUARTERLY, SEMIANNUALLY, ANNUALLY or ONCE.ratenumber[double]
Fixed interest rate
rateConditionRangesArray<InterestConditionRanges>
Interest rate ranges based on amount
Example
{ "accruedInterest": { "amount": 10.32, "currency": "EUR" }, "effectiveRate": "-- Missing example --", "payoutFrequency": "DAILY", "rate": 0.025, "rateConditionRanges": []}