Objects

French Public Pension

French public pension data from info-retraite

companystring

Company where the financial product has been collected from.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

departureAgeinteger

Age at which the pension holder is expected to retire.

departureDatestring

Expected retirement date (format YYYY-MM-DD).

registeredQuartersinteger

Number of quarters registered for the pension.

grossMonthlyAmountMonetaryAmount
policyHolderFrench.Holder
idstring
typestring

Type of the financial product.

Possible Enum values are FRENCH_PUBLIC_PENSION.
Example
{  "company": "fr-info-retraite",  "companyDisplayName": "Info Retraite",  "departureAge": 62,  "departureDate": "2030-01-01",  "registeredQuarters": 168,  "grossMonthlyAmount": {    "currency": "EUR",    "amount": 1500  },  "policyHolder": {    "name": "Juliette DUPONT GIRARD"  },  "id": "b4c1ec96-182b-4533-98e1-7060d9643928",  "type": "FRENCH_PUBLIC_PENSION"}