Objects

PersonalizedFees

Annual fixed fee for managing the financial product, personalized to the holder.

previousYearMonetaryAmount

Total fees the holder paid for the financial product over the past year.

variablenumber[double]

Annual variable fee based on the product's value, personalized to the holder. Decimal ratio [0-1].

Example
{  "fixed": {    "amount": 10.32,    "currency": "EUR"  },  "previousYear": {    "amount": 10.32,    "currency": "EUR"  },  "variable": 0.0065}