Skip to main content

Paginated Query of Issuance Series

Request

ENDPOINT
/quota_distributor/issuance_series
METHOD
GET
STATUS
200

Query Params

ParameterDescription
issuance_serie_keyUnique identification key of the issuance series
fund_class_document_numberCNPJ of the fund related to the issuance series
Attention

During the integration process, a means of authenticating the sent hash will be required.

Case 01: Return with one issuance series
{
"data": [
{
"name": "Sample Issuance Serie Name",
"investment_category": "fidc",
"condominum_type": "open_ended",
"tax_classification": "long_term",
"investment_restriction_type": "professional",
"remuneration_type": "residual",
"issuance_serie_key": "UUID",
"minimum_share_capital": 0.0,
"accounting_date": "YYYY-MM-DD",
"start_date": "YYYY-MM-DD",
"original_quota_value": 1.0,
"serie": 1,
"maturity_date": "YYYY-MM-DD",
"sub_class": {
"name": "Sample Sub Class Name",
"sub_class_key": "UUID",
"subordination_level": 0,
"fund_class": {
"name": "Sample Fund Name",
"fund_class_key": "UUID",
"document_number": "00.000.000/0000-00",
"administrator": {
"name": "Sample Administrator Name",
"administrator_key": "UUID",
"document_number": "00.000.000/0000-00"
}
}
}
}
],
"limit": 50,
"page": 0,
"is_last_page": true
}

Issuance Serie

FieldTypeDescription
namestringName of the issuance series
investment_categorystringInvestment category (e.g.: fidc)
condominium_typestringCondominium type (open_ended or closed_ended)
tax_classificationstringTax classification (e.g.: long_term)
investment_restriction_typestringInvestment restriction type (e.g.: professional)
remuneration_typestringRemuneration type (e.g.: residual)
issuance_serie_keystringUnique identification key of the series
minimum_share_capitalnumberMinimum capital of the series
accounting_datestringAccounting date of the series
start_datestringStart date of the series
original_quota_valuenumberOriginal quota value
serienumberSeries number
maturity_datestringMaturity date of the series
sub_classJSONSub Class object with subclass information

Sub Class

FieldTypeDescription
namestringName of the subclass
sub_class_keystringUnique key of the subclass
subordination_levelnumberSubordination level
fund_classJSONFund Class object with fund information

Fund Class

FieldTypeDescription
fund_class_keystringUnique identification key of the fund
document_numberstringCNPJ of the fund
namestringName of the fund
administratorJSONAdministrator object with administrator information

Administrator

FieldTypeDescription
administrator_keystringUnique identification key of the administrator
namestringName of the administrator
document_numberstringCNPJ of the administrator