Retrieving Information about Subscription Note
Request
ENDPOINT
/quota_offering_control/investor/INVESTOR_KEY/subscription_notesMÉTODO
GETAttention
The endpoint above is only available for integrations that play the Distributor role.
ENDPOINT
/quota_offering_control/fund_class/FUND_CLASS_KEY/subscription_notesMÉTODO
GETAttention
The endpoint above is only available for integrations that play the Manager role.
Responses
STATUS
200Case 01: Investor with a Subscription Note
{
"data":[
{
"subscription_note_key":"UUID",
"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
}
},
"investor":{
"distributor":{
"distributor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"Sample Distributor Name"
},
"investor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"SAMPLE INVESTOR NAME",
"person_type":"natural_person / legal_person"
},
"status":"send_to_generate_document / pending_document / pending_signature / canceled / active / sold_off",
"transaction_type":"b3 / ted",
"original_subscription_note_value":0.00,
"issued_number_of_quotas":0.00000000,
"remaining_subscription_note_value":0.00,
"start_date":"YYYY-MM-DD",
"financial_application_events":[
{
"financial_application_event_key":"UUID",
"financial_application_key":"UUID",
"type":"consume_value",
"share_capital":0.00,
"event_datetime":"YYYY-MM-DD HH:MM:SS"
},
{
"financial_application_event_key":"UUID",
"financial_application_key":"UUID",
"type":"update_quotas",
"number_of_quotas":0.00,
"event_datetime":"YYYY-MM-DD HH:MM:SS"
},
{
"financial_application_event_key":"UUID",
"financial_application_key":"UUID",
"type":"cancel",
"event_datetime":"YYYY-MM-DD HH:MM:SS"
}
]
}
],
"limit":50,
"page":0,
"is_last_page":true
}
Case 02: Investor without Subscription Note
{
"data":[],
"limit":50,
"page":0,
"is_last_page":true
}
Response Fields
| Field | Type | Description |
|---|---|---|
data | array | List of Subscription Note objects |
limit | int | Limit of objects retrieved per page |
page | int | Number of the retrieved page |
is_last_page | boolean | Information indicating if the retrieved page is the last one |
Note
TYPE
* means that the field can be null,
as in the example below:| Type |
|---|
| string * |
Subscription Note
| Field | Type | Description |
|---|---|---|
subscription_note_key | string | Unique subscription note identification key |
quota_offering | JSON | Quota Offering object |
investor | JSON | Investor object |
status | string | Send to generate document / Pending document / Pending signature / Canceled / Active / Sold out |
transaction_type | string | B3 / TED |
original_subscription_note_value | float | Original subscription note value |
issued_number_of_quotas | float | Number of issued quotas |
remaining_subscription_note_value | float | Remaining subscription note value |
start_date | string | Subscription note start date |
financial_application_events | array | List of Financial Application Event objects |
maturity_date | string* | Maturity date |
original_number_of_quotas | string* | Number of issued quotas |
Quota Offering
| Field | Type | Description |
|---|---|---|
quota_offering_key | string | Unique offering identification key |
status | string | Active / Closed |
original_quota_offering_value | float | Original offering value |
issued_number_of_quotas | float | Number of subscribed quotas |
remaining_quota_offering_value | float | Remaining offering value |
start_date | string | Offering start date |
issuance_serie | string | Issuance Serie object |
type | string | Public/private offering type |
cvm_registration | JSON * | CVM registration data |
lead_coordinator | JSON * | Lead coordinator data |
maturity_date | string * | Maturity date |
original_number_of_quotas | string * | 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"
}
Financial Application Event
| Field | Type | Description |
|---|---|---|
financial_application_key | string | Unique financial application identification key |
financial_application_event_key | string | Unique financial application event identification key |
type | string | Consume value / Update quotas / Cancel |
event_datetime | string | Event date and time |
share_capital | float * | Financial application investment value *ONLY APPEARS WHEN 'consume_value' |
number_of_quotas | float * | Financial application number of quotas *ONLY APPEARS WHEN 'update_quotas' |
Issuance Serie
| Field | Type | Description |
|---|---|---|
name | string | Issuance serie name |
issuance_serie_key | string | Unique issuance serie identification key |
sub_class | JSON | Sub Class object |
classification | string | Professional / Qualified / General |
market_type | string | Primary / Secondary |
serie | integer | Return curve / Residual |
Sub Class
| Field | Type | Description |
|---|---|---|
name | string | Sub class name |
sub_class_key | string | Unique sub class identification key |
subordination_level | int | Sub class subordination level |
fund_class | JSON | Fund Class object |
Fund Class
| Field | Type | Description |
|---|---|---|
name | string | Fund class name |
fund_class_key | string | Unique fund class identification key |
document_number | string | Fund class CNPJ |
short_name | string | Fund class short name |
Investor
| Field | Type | Description |
|---|---|---|
name | string | Investor name |
investor_key | string | Unique investor identification key |
document_number | string | Investor CPF/CNPJ |
person_type | string | Natural Person / Legal Person / Fund Class |
distributor | JSON | Distributor object |
Distributor
| Field | Type | Description |
|---|---|---|
name | string | Distributor name |
distributor_key | string | Unique distributor identification key |
document_number | string | Distributor CPF/CNPJ |