Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

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

Interest rate ranges based on amount

Example
{  "accruedInterest": {    "amount": 10.32,    "currency": "EUR"  },  "effectiveRate": "-- Missing example --",  "payoutFrequency": "DAILY",  "rate": 0.025,  "rateConditionRanges": []}