Skip to main content

Retrieving Information about Offerings


Request

ENDPOINT
/quota_offering_control/fund_class/FUND_CLASS_KEY/quota_offerings
METHOD
GET
Warning

This resource is only available for integrations that exercise the role of Manager.

Responses

STATUS
200

Query Params

ParameterDescription
sub_class_keyUnique identification key of the sub class
issuance_serie_keyUnique identification key of the issuance series
Case 01: Fund with one Offering
{
"data":[{
"quota_offering":{
"quota_offering_key":"UUID",
"status":"active / closed",
"original_quota_offering_value":0.00,
"issued_number_of_quotas":0.00000000,
"remaining_quota_offering_value":0.00,
"start_date":"YYYY-MM-DD",
"issuance_serie":{
"name":"1",
"issuance_serie_key":"UUID",
"sub_class":{
"name":"SÊNIOR",
"sub_class_key":"UUID",
"subordination_level":1,
"fund_class":{
"fund_class_key":"UUID",
"name":"SAMPLE FUND CLASS NAME",
"document_number":"00.000.000/0000-00",
"short_name":"SAMPLE FUND CLASS SHORT NAME"
}
},
"classification":"general / qualified / professional",
"market_type":"primary / secondary"
},
"type":"public / private",
"data":{
"type":"public / private",
"cvm_registration":{
"date":"YYYY-MM-DD",
"number":"AAA/BBB/CCC/DDD/EEE/YYYY/000"
},
"lead_coordinator":{
"name":"SAMPLE LEAD COORDINATOR NAME",
"address":{
"uf":"SP",
"city":"São Paulo",
"number":"0000",
"street":"Sample street name",
"complement":"Sample complement"
},
"document_number":"00.000.000/0000-00"
},
"original_quota_offering_value":0.00
}
}
}
],
"limit":50,
"page":0,
"is_last_page":true
}
Case 02: Fund without an Offering
{
"data":[],
"limit":50,
"page":0,
"is_last_page":true
}

Response Fields

FieldTypeDescription
dataarrayList of Quota Offering objects
limitintLimit of objects retrieved per page
pageintNumber of the retrieved page
is_last_pagebooleanInformation indicating whether the retrieved page is the last

Note

TYPE
* means that the field can be null, as in the example below:
Type
string *

Quota Offering

FieldTypeDescription
quota_offering_keystringUnique identification key of the offering
statusstringActive / Closed
original_quota_offering_valuefloatOriginal value of the offering
issued_number_of_quotasfloatNumber of subscribed quotas
remaining_quota_offering_valuefloatRemaining value of the offering
start_datestringStart date of the offering
issuance_seriestringIssuance Serie object
typestringType of offering public/private
cvm_registrationJSON *CVM registration data
lead_coordinatorJSON *Lead coordinator data
maturity_datestring *Maturity date
original_number_of_quotasstring *Number of issued quotas
cvm_registration
{
"date":"YYYY-MM-DD",
"number":"AAA/BBB/CCC/DDD/EEE/YYYY/000"
}
lead_coordinator
{
"name":"SAMPLE LEAD COORDINATOR NAME",
"address":{
"uf":"SP",
"city":"São Paulo",
"number":"0000",
"street":"Sample street name",
"complement":"Sample complement"
},
"document_number":"00.000.000/0000-00"
}

Issuance Serie

FieldTypeDescription
namestringName of the issuance series
issuance_serie_keystringUnique identification key of the issuance series
sub_classJSONSub Class object
classificationstringProfessional / Qualified / General
market_typestringPrimary / Secondary
serieintegerYield curve / Residual

Sub Class

FieldTypeDescription
namestringName of the sub class
sub_class_keystringUnique identification key of the sub class
subordination_levelintSubordination level of the sub class
fund_classJSONFund Class object

Fund Class

FieldTypeDescription
namestringName of the fund class
fund_class_keystringUnique identification key of the fund class
document_numberstringCNPJ of the fund class
short_namestringShort name of the fund class