Objects

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

{
  "currentValue": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "performanceSinceStart": 0.2533,
  "totalDeposits": {
    "amount": 10.32,
    "currency": "EUR"
  }
}