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.
ProductFinancialInformation
currentValueMonetaryAmount
Current value of the assets in the financial product. Current value is total paid + change in value. Change in value is affected by performance of underlying assets and withdrawals.
performanceSinceStartnumber[double]
Performance of the portfolio as a percentage. For example, 0.2533 represents a 25.33% increase in value. Performance is taken as presented in the source, exact measuring method is unavailable
totalDepositsMonetaryAmount
Cumulated value of all deposits (premiums/transfers).
Example
{ "currentValue": { "amount": 10.32, "currency": "EUR" }, "performanceSinceStart": 0.2533, "totalDeposits": { "amount": 10.32, "currency": "EUR" }}