Objects

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

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