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.AnnualCertificate

Figures from the latest annual certificate under § 92 EStG (Bescheinigung), parsed from the provider's annual statement. Cumulative amounts are as of statementDate.

accumulatedCapitalMonetaryAmount

The accumulated pension capital (Stand des Altersvorsorgevermögens).

allowanceNumberstring

The ZfA allowance number (Zulagenummer / Sozialversicherungsnummer) identifying the contract holder at the central allowance office.

contractNumberstring

Contract number (Vertragsnummer) as printed on the certificate.

housingPromotionBalanceMonetaryAmount

The balance of the housing promotion account (Stand des Wohnförderkontos). Absent when the account has never been used.

statementDatestring

Statement date the cumulative figures refer to.

totalAllowancesMonetaryAmount

Cumulative state allowances credited to the contract (Summe der insgesamt gutgeschriebenen Zulagen).

totalContributionsMonetaryAmount

Cumulative contributions made on the contract (Summe der insgesamt geleisteten Altersvorsorgebeiträge).

Example
{  "accumulatedCapital": {    "amount": 10.32,    "currency": "EUR"  },  "allowanceNumber": "-- Missing example --",  "contractNumber": "-- Missing example --",  "housingPromotionBalance": {    "amount": 10.32,    "currency": "EUR"  },  "statementDate": "2025-12-31",  "totalAllowances": {    "amount": 10.32,    "currency": "EUR"  },  "totalContributions": {    "amount": 10.32,    "currency": "EUR"  }}