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.

De.StateAllowance

State allowance (Zulage) received under § 92 EStG for a Riester pension in the current year, broken down by component.

Basic allowance (Grundzulage).

Child allowance (Kinderzulage).

nonRecurringExtraMonetaryAmount

Non-recurring bonus allowance (Berufseinsteiger-Bonus).

receivedCurrentYearMonetaryAmount

Total state allowance received in the current year.

Example
{  "base": {    "amount": 10.32,    "currency": "EUR"  },  "child": {    "amount": 10.32,    "currency": "EUR"  },  "nonRecurringExtra": {    "amount": 10.32,    "currency": "EUR"  },  "receivedCurrentYear": {    "amount": 10.32,    "currency": "EUR"  }}