Objects

French Pension

French Pension. Example: PER

classificationstring

Classification of the pension.

Possible Enum values are PERIN, PEROB, PERECO, PERCO, PERP, PREFON, ARTICLE83, MADELIN or GENERIC.
companystring

Company where the financial product has been collected from. Examples: fr-info-retraite

companyDisplayNamestring

Display name of the company for user-friendly presentation.

idstring
holdingCompanyFrenchHoldingCompany
productNamestring
productNumberstring
contractNumberstring
startDatestring
typestring

Type of the financial product.

Possible Enum values are FRENCH_PENSION.
updateDatestring

Date when value was last updated (format YYYY-MM-DD)

managementModestring

Management mode of the pension.

Possible Enum values are HYBRIDE, LIBRE or PILOTE.
activeAdditionalContributionsboolean
Example
{  "classification": "PEROB",  "company": "fr-info-retraite",  "id": "b4c1ec96-182b-4533-98e1-7060d9643928",  "financialInformation": {    "currentValue": {      "amount": 150,      "currency": "EUR"    },    "currentValueFormula": "2497 Point(s) d'une valeur unitaire de 1,9076 €",    "changeValue": {      "amount": 15,      "currency": "EUR"    }  },  "holder": {    "name": "test",    "organization": {      "name": "GE VERNOVA INTERNATIONAL LLC"    }  },  "holdingCompany": {    "address": {      "fullAddress": "CREDIT AGRICOLE ASSURANCES RETRAITE, TSA 76005, 26906 VALENCE CEDEX 9, FRANCE"    },    "name": "CREDIT AGRICOLE ASSURANCES RETRAITE",    "phoneNumber": "0437470034"  },  "holdings": [    {      "isin": "FR0014001AE4",      "name": "AMUNDI CONVICTIONS ESR - PER",      "value": {        "currency": "EUR",        "amount": 174.02      },      "changeValue": {        "currency": "EUR",        "amount": 20.24      },      "shareCount": 0.8645,      "srri": 4    }  ],  "insurance": {    "insuredPersonName": "Juliette DUPONT GIRARD"  },  "payoutDetails": [    {      "description": "A compter de la date de départ à la retraite."    }  ],  "productName": "Plan Epargne Retraite Obligatoire - loi Pacte",  "productNumber": "1-ABC123",  "contractNumber": "PRM00321-1131",  "startDate": "2021-06-15",  "type": "FRENCH_PENSION",  "updateDate": "2024-04-18",  "managementMode": "HYBRIDE",  "activeAdditionalContributions": false}