Objects
PEA
French Savings Account
accountInformationFrench.AccountInformation
Account details such as available balance and interest rate.
changeValueMonetaryAmount
Change in value since previous period.
companystring
Company where the financial product has been collected from. Examples: `fr-hello-bank`.
companyDisplayNamestring
Display name of the company for user-friendly presentation.
financialInformationFrench.ProductFinancialInformation
Financial details of the product, like value, performance etc.
holderFrench.Holder
Information about the owner of the financial product.
holdingsArray<Wealth.Holding>
List of holdings within the financial product.
idstring
Unique identifier for the financial product.
personalInformationobject
Details of the person collecting the data, e.g., personal number.
productNamestring
Name of the financial product.
productNumberstring
Number associated with the financial product.
transactionsArray<Transaction>
Transaction history for the last 12 months.
typestring
Type of the financial product.
Possible Enum values are
PEA.{
"accountInformation": {
"cashValue": {
"amount": 4514.27,
"currency": "EUR"
},
"interestRate": 0.0025,
"cashAccountNumber": "FR1234567"
},
"company": "fr-hello-bank",
"companyDisplayName": "Hello Bank",
"financialInformation": {
"currentValue": {
"amount": 26982.66,
"currency": "EUR"
}
},
"changeValue": {
"currency": "EUR",
"amount": 150.25
},
"holder": {
"name": "Jean Dupont"
},
"holdings": [
{
"feeVariable": 0,
"isin": "FR0010315770",
"name": "AMUNDI ETF CAC 40",
"quantity": 54.076858,
"type": "FUND",
"value": {
"amount": 22468.39,
"currency": "EUR"
},
"acquisitionValue": {
"amount": 18883.51,
"currency": "EUR"
}
}
],
"transactions": [
{
"amount": {
"amount": 10.32,
"currency": "EUR"
},
"description": "Versement",
"settlementDate": "2024-01-01",
"type": "DEPOSIT"
}
],
"id": "df2e7a28-d871-45c1-a01e-515b7aeaf7da",
"personalInformation": {
"PERSONAL_NUMBER": "123456789"
},
"productName": "Mon Compte Epargne",
"productNumber": "FR987654321",
"type": "PEA"
}