Objects
Fees
feeFixedMonetaryAmount
Annual fixed fee for managing the financial product.
feeVariablenumber[double]
Annual variable fee based on the product's value. Percentage [0-1]
feesCollectedboolean
Indicates if the fees were collected on an individual basis or mapped generally.
feesPreviousYearMonetaryAmount
Total fees paid for the financial product over the past year.
{
"feeFixed": {
"amount": 10.32,
"currency": "EUR"
},
"feeVariable": 0.0015,
"feesCollected": true,
"feesPreviousYear": {
"amount": 10.32,
"currency": "EUR"
}
}