Authorization: ********************curl --location 'https://test.whitelabel.bitpanda.com/v1/report/ex-ante/' \
--header 'Authorization: Bearer <token>'{
"data": {
"instrument_isin": "string",
"offer": {
"id": "string",
"amount_fiat": 0,
"amount_asset": 0,
"fee": 0,
"fx_rate": {
"from_fiat_id": "string",
"to_fiat_id": "string",
"rate": 0
}
},
"costs_and_charges": {
"breakdown": [
{
"type": "string",
"amount": 0,
"investment_percent": 0
}
],
"total_costs": {
"amount": 0,
"investment_percent": 0
}
},
"impact_on_performance": {
"net_investment_after_costs": 0,
"estimated_reduction_in_return_percent": 0,
"illustration": {
"annual": 0,
"reduced": 0
}
},
"cumulative_costs": [
{
"holding_period": "string",
"estimated_costs": 0,
"returns_percent_per_annum": 0
}
]
}
}