Skip to main content

Retrieving Information about Opening Quota


Request

ENDPOINT
/quota_distributor/fund_class/FUND_CLASS_KEY/sub_class/SUB_CLASS_KEY/issuance_serie/ISSUANCE_SERIE_KEY/openings
PARAMS
accounting_date ('YYYY-MM-DD')
METHOD
GET

Responses

STATUS
200
Case 01: Issuance serie with opening quota on the date
{
"data":[
{
"issuance_serie":{
"name":"1",
"investment_category":"fidc / multi_market",
"condominum_type":"open_ended / close_ended",
"tax_classification":"long_term / short_term",
"investment_restriction_type":"professional / qualified / retail",
"remuneration_type":"residual / yield_curve",
"issuance_serie_key":"UUID",
"minimum_share_capital":0.0,
"accounting_date":"YYYY-MM-DD",
"start_date":"YYYY-MM-DD",
"original_quota_value":1000.0,
"sub_class":{
"name":"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"
}
},
"serie":1,
"maturity_date":"YYYY-MM-DD"
},
"before_amortization_quota_value":1000.165198463,
"accounting_date":"2024-10-04",
"quota_value": 1000.165198463
}
],
"limit":50,
"page":0,
"is_last_page":true
}
Case 02: Issuance serie without opening quota on the date
{
"data":[],
"limit":50,
"page":0,
"is_last_page":true
}

Response Fields

FieldTypeDescription
dataarrayList of Issuance Serie Opening objects
limitintLimit of objects retrieved per page
pageintNumber of the retrieved page
is_last_pagebooleanInformation indicating whether the retrieved page is the last

Issuance Serie Opening

FieldTypeDescription
issuance_serieJSONIssuance Serie object
before_amortization_quota_valueFloatOpening quota value before amortization events
quota_valueFloatOpening quota value after amortization events
accounting_datestringOpening date

Issuance Serie

FieldTypeDescriptionCharacters
namestringIssuance serie nameup to 255
issuance_serie_keystringUnique identification key of the issuance serie36
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
remuneration_typestringYield curve / Residualup to 50
minimum_share_capitalfloatMinimum value for investment-
original_quota_valuefloatOriginal quota value-
maturity_datestringMaturity date of the issuance serie10
serieintOrdinal number of the issuance serie-
accounting_datestringAccounting date of the issuance serie10
start_datestringStart date of the issuance serie10
sub_classJSONSub Class object-

Sub Class

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

Fund Class

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