Objects

French.ProductFinancialInformation

Information about the financial product

currentValueMonetaryAmount

Current value of the assets in the financial product.

currentValueFormulastring

Current value as a formula of the assets in the financial product.

changeValueMonetaryAmount

Change value of the assets in the financial product.

Example
{  "currentValue": {    "amount": 10.32,    "currency": "EUR"  },  "currentValueFormula": "-- Missing example --",  "changeValue": {    "amount": 10.32,    "currency": "EUR"  }}