Objects

French.ProductFinancialInformation

Information about the financial product

changeValueMonetaryAmount

Change value of the assets in the financial product.

currentValueMonetaryAmount

Current value of the assets in the financial product.

currentValueFormulastring

Formula used to compute the current value if applicable.

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