Financial Product Type

French Pension

French Pension. Example: FRENCH_PENSION

activeAdditionalContributionsboolean

Whether the holder is currently making additional contributions to the contract.

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. Example: fr-info-retraite.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

contractTypestring

Whether the pension contract is held individually by the policy holder or as part of a collective (employer-sponsored) plan.

Possible Enum values are INDIVIDUAL or COLLECTIVE.
dataSourcestring

Indicates how the account data was obtained. AUTOMATIC means the data was collected via an aggregator connection. MANUAL means the account was added manually by the user. Defaults to AUTOMATIC.

Possible Enum values are AUTOMATIC or MANUAL.
holdingCompanyFrenchHoldingCompany

List of holdings within the pension.

idstring

Insurely-generated unique identifier for this collection of the financial product. Randomly generated and not stable across collections — a new id is issued each time the product is collected, even for the same underlying account. Use this only as a handle within a single collection (e.g., to correlate holdings and transactions). Do not use it to recognize the same product over time; use the stable institution-assigned identifier on this product (e.g., productNumber, accountNumber, or loanId) for that.

insuranceInsurance
managementModestring

Management mode of the pension.

Possible Enum values are HYBRIDE, LIBRE or PILOTE.

Conditions describing when and how the pension is paid out.

productNamestring

Name of the financial product.

productNumberstring

The product number assigned by the source financial institution (e.g., ISK account number, policy number, mortgage number). This is the most stable identifier for the product over time and across collections, and is suitable for matching the same product between repeated collections. Note that stability is best-effort and depends on what the institution exposes; it may occasionally change if the institution restructures or reissues the product.

startDatestring

Date when the pension contract was opened.

transactionsArray<Transaction>

Transaction history for the last 12 months.

typestring

Type of the financial product.

Possible Enum values are FRENCH_PENSION, FRENCH_INVESTMENT, LIFE_INSURANCE, FRENCH_PUBLIC_PENSION, LIVRET or FRENCH_CAREER_STATEMENT.
updateDatestring

Date when the pension was last updated by the institution.

Example
{  "activeAdditionalContributions": false,  "classification": "PEROB",  "company": "fr-info-retraite",  "contractType": "INDIVIDUAL",  "financialInformation": {    "changeValue": {      "amount": 20.24,      "currency": "EUR"    },    "currentValue": {      "amount": 174.02,      "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": [    {      "acquisitionValue": {        "amount": 18883.51,        "currency": "EUR"      },      "changeValue": {        "amount": 100.39,        "currency": "EUR"      },      "isin": "FR0010315770",      "name": "AMUNDI ETF CAC 40",      "quantity": 54.076858,      "srri": 2,      "type": "FUND",      "value": {        "amount": 22468.39,        "currency": "EUR"      }    }  ],  "id": "b4c1ec96-182b-4533-98e1-7060d9643928",  "insurance": {    "insuredPersonName": "Juliette DUPONT GIRARD"  },  "managementMode": "HYBRIDE",  "payoutDetails": [    {      "description": "A compter de la date de départ à la retraite."    }  ],  "productName": "Plan Epargne Retraite Obligatoire - loi Pacte",  "productNumber": "PRM00321-1131",  "startDate": "2021-06-15",  "transactions": [    {      "amount": {        "amount": 10.32,        "currency": "EUR"      },      "description": "Versement",      "settlementDate": "2024-01-01",      "type": "DEPOSIT"    }  ],  "type": "FRENCH_PENSION",  "updateDate": "2024-04-18"}