Objects

Life Insurance

French Life Insurance (Assurance Vie) Account

companystring

Company where the financial product has been collected from. Examples: fr-hello-bank.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

productNamestring

Name of the financial product.

productNumberstring

Number associated with the financial product.

Information about the owner of the financial product.

Details about the insured person.

startDatestring

Contract start date (format YYYY-MM-DD)

Details about the payout.

Financial details of the product, like value and performance.

List of holdings within the financial product.

holdingCompanyFrenchHoldingCompany

Information about the company holding the life insurance.

managementModestring

Management mode of the life insurance.

Possible Enum values are HYBRIDE, LIBRE or PILOTE.
activeAdditionalContributionsboolean

Whether additional contributions are currently active.

transactionsArray<Transaction>

Transaction history for the last 12 months.

idstring

Unique identifier for the financial product.

typestring

Type of the financial product.

Possible Enum values are LIFE_INSURANCE.
Example
{  "company": "fr-hello-bank",  "companyDisplayName": "Hello Bank",  "productName": "Mon Assurance Vie",  "productNumber": "FR91231230-2",  "holder": {    "name": {},    "organization": {}  },  "insurance": {    "insuredPersonName": "Juliette DUPONT GIRARD"  },  "startDate": "2021-06-15",  "payoutDetails": [],  "financialInformation": {    "currentValue": {},    "currentValueFormula": {},    "changeValue": {}  },  "holdings": [],  "holdingCompany": {    "address": {},    "email": "contact@company.fr",    "name": "CREDIT AGRICOLE ASSURANCES RETRAITE",    "phoneNumber": "0437470034"  },  "managementMode": "HYBRIDE",  "activeAdditionalContributions": false,  "transactions": [],  "id": "6a7c135e-3a56-44ae-bc53-1d0d5321f552",  "type": "LIFE_INSURANCE"}