Skip to main content

Paginated Query of Quota Evolution Map

Request

ENDPOINT
/composition/fund_class/FUND-CLASS-KEY/issuance_serie/ISSUANCE-SERIE-KEY/quota_evolution_map
METHOD
GET
STATUS
200

Params

ParameterTypeRequiredDescription
fund_class_keyUUIDYesFund key
issuance_serie_keyUUIDYesIssuance series key

Query Params

ParameterTypeRequiredDescription
reference_dateYYYY-MM-DDConditionalSingle reference date for query
start_dateYYYY-MM-DDConditionalStart date of the interval
end_dateYYYY-MM-DDConditionalEnd date of the interval
limitintNoNumber of records per page (default: 10)
pageintNoCurrent page (default: 0)
Warning

It is mandatory to pass one of the date filters, reference_date brings the mec for a specific date, the combination of start_date and end_date will bring the mec in a date range. If neither filter is sent, you will receive an error: CMP000018

Case 01: Return with one date
{
"data": [
{
"gross_net_worth": 10867777.38,
"net_net_worth": 10867777.38,
"gross_quota_value": 1.855893979904,
"net_quota_value": 1.855893979904,
"number_of_quotas": 5855818.003441199,
"composition_date": "2025-05-04",
"applied_value": 0.0,
"applied_quotas": 0.0,
"redeemed_value": 0.0,
"redeemed_quotas": 0.0,
"amortized_value": 0.0,
"tax_anticipated_value": 0.0,
"tax_anticipated_quotas": 0.0,
"daily_rentability": 0.0006,
"monthly_rentability": 0.0072,
"yearly_rentability": 0.0898
},
],
"is_last_page": true,
"page": 0,
"limit": 10
}

Quota Evolution Map

FieldTypeDescription
gross_net_worthnumberGross net worth on composition day
net_net_worthnumberNet worth on composition day
gross_quota_valuenumberGross quota value
net_quota_valuenumberNet quota value
number_of_quotasnumberTotal number of quotas on the day
composition_datestringComposition date (format: YYYY-MM-DD)
applied_valuenumberValue applied on the day
applied_quotasnumberNumber of quotas applied on the day
redeemed_valuenumberValue redeemed on the day
redeemed_quotasnumberNumber of quotas redeemed on the day
amortized_valuenumberAmortized value on the day
tax_anticipated_valuenumberAnticipated tax value on the day
tax_anticipated_quotasnumberNumber of quotas with anticipated tax on the day
daily_rentabilitynumberDaily profitability (decimal format, ex: 0.0007 for 0.07%)
monthly_rentabilitynumberMonthly profitability (decimal format, ex: 0.0060 for 0.60%)
yearly_rentabilitynumberYearly profitability (decimal format, ex: 0.096 for 9.6%)