Financial Product Type

Life Insurance

French Life Insurance (Assurance Vie) Account

activeAdditionalContributionsboolean

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

companystring

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

companyDisplayNamestring

Display name of the company for user-friendly presentation.

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 life insurance.

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 life insurance.

Possible Enum values are HYBRIDE, LIBRE or PILOTE.

Conditions describing when and how the life insurance 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 life insurance 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.
Example
{  "activeAdditionalContributions": false,  "company": "fr-amundi",  "companyDisplayName": "Amundi",  "financialInformation": {    "changeValue": {      "amount": 20.24,      "currency": "EUR"    },    "currentValue": {      "amount": 174.02,      "currency": "EUR"    }  },  "holder": {    "name": "Juliette DUPONT GIRARD"  },  "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": "df2e7a28-d871-45c1-a01e-515b7aeaf7da",  "insurance": {    "insuredPersonName": "Juliette DUPONT GIRARD"  },  "managementMode": "HYBRIDE",  "payoutDetails": [    {      "description": "A compter de la date de départ à la retraite."    }  ],  "productName": "Mon Assurance Vie",  "productNumber": "FR987654321",  "startDate": "2021-06-15",  "transactions": [    {      "amount": {        "amount": 10.32,        "currency": "EUR"      },      "description": "Versement",      "settlementDate": "2024-01-01",      "type": "DEPOSIT"    }  ],  "type": "LIFE_INSURANCE"}