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.

BindingPeriod

Binding period information for fixed-period general savings accounts

autoRenewalboolean

Whether the account automatically renews after the binding period

cancellationFeeMonetaryAmount

Fee charged for early cancellation

endDatestring

End date of the binding period

lengthPeriodTimePeriod

Length of the binding period

startDatestring

Start date of the binding period

Example
{  "autoRenewal": false,  "cancellationFee": {    "amount": 10.32,    "currency": "EUR"  },  "endDate": "2025-01-01",  "lengthPeriod": {    "periodLength": 30,    "periodUnit": "DAY"  },  "startDate": "2024-01-01"}