Calculate redemption values for a fund asset
POST
/api/portfolio/transactions/form-calculations/fund/redemption-valuesRequest body
Body shape: Portfolio_FormCalculateFundRedemptionValuesRequest (required)
Responses
200
{}curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/form-calculations/fund/redemption-values\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"asset_id": 1,
"total_value": 1,
"number_of_units": 1,
"price_per_unit": 1,
"held_at": "held_at"
}'