Skip to main content

Retrieving Investor Closed Position Information


Request

ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/investor_position_closings
MÉTODO
GET

Query Params

ParameterDescription
closing_dateSpecific closing date
from_datePeriod start date
to_datePeriod end date
Attention

There are two ways to consume the resource:

  • Consuming a specific date, sending the closing_date field as query param.
  • Consuming a period, sending the from_date and to_date fields as query param

If all three parameters are sent, an error will be returned with code [QDI000080]

Responses

STATUS
200
Response example
{
"data": [
{
"accounting_date":"2024-03-06",
"total_value":1100.0,
"number_of_quotas":11.0,
"ir_value":0.0,
"iof_value":0.0,
"yield_value":0.0,
"yield_net_value":0.0,
"issuance_serie": {
"name": "1",
"cetip_code": "0000000SN1",
"start_date": "YYYY-MM-DD",
"maturity_date": "YYYY-MM-DD",
"original_quota_value": 0.00000000000000,
"remuneration_type": "yield_curve",
"interest_rate_type": "post_fixed",
"pre_fixed": {
"calendar_base": "workdays / calendar_360 / calendar_365",
"monthly_rate": 0.00000000000000
},
"post_fixed": {
"calendar_base": "workdays / calendar_360 / calendar_365",
"indexer": "di / ipca",
"rate": 1,
"lag": {"reference": "daily / monthly", "amount": 1},
},
"investment_category": "fidc / multi_market",
"condominum_type": "open_ended / close_ended",
"tax_classification": "short_term / long_term",
"investment_restriction_type": "just_professional",
"issuance_serie_key": "UUID",
"minimum_share_capital": 0.0,
"accounting_date": "YYYY-MM-DD",
"sub_class": {
"name": "COTA SÊNIOR",
"sub_class_key": "UUID",
"subordination_level": 1,
"fund_class": {
"name": "SAMPLE FUND CLASS NAME",
"fund_class_key": "UUID",
"document_number": "00.000.000/0000-00"
}
}
}
}
],
"limit": 50,
"page": 0,
"is_last_page": true
}

Response Fields

FieldTypeDescription
dataarrayList of Investor Position Closing objects
limitintLimit of objects retrieved per page
pageintRetrieved page number
is_last_pagebooleanInformation indicating if the retrieved page is the last one

Investor Position Closing

FieldTypeDescription
accounting_datestringClosing reference date
total_valuefloatTotal equity of the investor's closed position
number_of_quotasfloatNumber of shares in the investor's closed position
ir_valuefloatIncome tax of the investor's closed position
iof_valuefloatIOF of the investor's closed position
yield_valuefloatYield of the investor's closed position
yield_net_valuefloatNet yield of the investor's closed position
issuance_serieJSONIssuance Serie object

Issuance Serie

FieldTypeDescriptionCharacters
namestringIssuance series nameup to 255
issuance_serie_keystringUnique identification key of the issuance series36
cetip_codestringIssuance series code as CETIP asset10
start_datestringIssuance series start date10
maturity_datestringIssuance series maturity date10
original_quota_valuefloatOriginal share value-
remuneration_typestringYield curve / Residualup to 50
investment_categorystringFIDC / Multi-marketup to 50
condominum_typestringOpen / Closedup to 50
tax_classificationstringShort term / Long termup to 50
investment_restriction_typestringNo restriction / Qualified / Professionalup to 50
minimum_share_capitalfloatMinimum value for investment-
accounting_datestringIssuance series accounting date10
sub_classJSONSub Class object-

Sub Class

FieldTypeDescriptionCharacters
namestringSub class nameup to 255
sub_class_keystringUnique identification key of the sub class36
subordination_levelintSub class subordination level-
fund_classJSONFund Class object-

Fund Class

FieldTypeDescriptionCharacters
namestringFund class nameup to 255
fund_class_keystringUnique identification key of the fund class36
document_numberstringFund class CNPJ-