Financial Product Type

French Career Statement

French career statement (relevé de carrière) document reference from info-retraite

companystring

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

companyDisplayNamestring

Display name of the company for user-friendly presentation.

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

productNumberstring

Object-specific product number used to fetch related objects.

typestring

Type of the financial product.

Possible Enum values are FRENCH_PENSION, FRENCH_INVESTMENT, LIFE_INSURANCE, FRENCH_PUBLIC_PENSION, LIVRET or FRENCH_CAREER_STATEMENT.
Example
{  "company": "fr-info-retraite",  "companyDisplayName": "Info Retraite",  "document": {    "id": "b4c1ec96-182b-4533-98e1-7060d9643928"  },  "id": "df2e7a28-d871-45c1-a01e-515b7aeaf7da",  "productNumber": "1234567890",  "type": "FRENCH_CAREER_STATEMENT"}