Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

De.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.

Example
{  "changeValue": {    "amount": 10.32,    "currency": "EUR"  },  "currentValue": {    "amount": 10.32,    "currency": "EUR"  }}