Query Financial Application by Key
Request
ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/financial_application/FINANCIAL_APPLICATION_KEYMETHOD
GETSTATUS
200Responses
Case 01: Successful query
{
"external_id": "",
"financial_application_key": "UUID",
"share_capital": 0.00,
"investor_position": {
"investor": {
"investor_key": "UUID",
"document_number": "999.999.999-99" | "99.999.999/9999-99",
"name": "",
"person_type": "natural_person" | "legal_person",
"account_data": {
"owner": {
"name": "",
"document_number": "99.999.999/9999-99"
},"issuance_serie": {},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
},
"distributor": {
"distributor_key": "UUID",
"document_number": "99.999.999/9999-99",
"name": "",
"account_data": {
"owner": {
"name": "",
"document_number": "99.999.999/9999-99"
},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
},
}
},
"total_net_worth": 0.00,
"total_number_of_quotas": 0.00000000,
"investor_position_key": "UUID",
"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"
}
}
}
},
"original_principal_value": 0.00000000,
"current_principal_value": 0.00000000,
"original_number_of_units": 0.00000000,
"current_number_of_units": 0.00000000,
"quotation_date": "yyyy-mm-dd",
"status": "pending_payment" | "pending_quote" | "quoted" | "settled" | "redeemed" | "canceled",
"status_events": [
{
"event_datetime": "yyyy-mm-dd HH:MM:SS:ms",
"status": "pending_payment" | "pending_quote" | "quoted" | "settled" | "redeemed" | "canceled",
}
],
"capital_returns": [
{
"capital_return_key": "UUID",
"origin_key": "UUID",
"net_value": 0.00,
"iof_value": 0.00,
"ir_value": 0.00,
"payment_date": "yyyy-mm-dd",
"capital_return_date": "yyyy-mm-dd",
"status": "",
"capital_return_type": "",
"number_of_units": "",
}
],
}
Financial Application
| Field | Type | Description | Characters |
|---|---|---|---|
external_id | string | External identifier | up to 100 |
financial_application_key | string | Unique identification key for the financial application | 36 |
share_capital | float | Investment amount | - |
investor_position | JSON | Investor Position object | - |
original_principal_value | float | Original principal value per share | - |
current_principal_value | float | Current principal value per share | - |
original_number_of_units | float | Original quantity of shares | - |
current_number_of_units | float | Current quantity of shares | - |
quotation_date | string | Quotation date | - |
status | string | Financial Application Status enumerator | - |
status_events | array | List of Status Event objects | - |
capital_returns | array | List of Capital Return objects | - |
Financial Application Status
| Enumerator | Description |
|---|---|
pending_payment | Pending payment |
pending_quote | Pending quotation |
quoted | Quoted |
settled | Fully amortized |
redeemed | Fully redeemed |
canceled | Canceled |
Investor Position
| Field | Type | Description |
|---|---|---|
investor | JSON | Investor object |
total_net_worth | float | Net worth of the investor's position |
total_number_of_quotas | float | Number of shares in the investor's position |
issuance_serie | JSON | Issuance Serie object |
investor_position_key | JSON | Unique identification key for the investor's position |
Investor
| Field | Type | Description | Characters |
|---|---|---|---|
name | string | Investor's name | up to 255 |
investor_key | string | Unique identification key for the investor | 36 |
document_number | string | CPF/CNPJ of the investor | 14 or 18 |
person_type | string | Natural Person / Legal Person / Fund Class | up to 50 |
distributor | JSON | Distributor object | - |
account_data | JSON | Account Data object | - |
Distributor
| Field | Type | Description | Characters |
|---|---|---|---|
name | string | Distributor's name | up to 255 |
distributor_key | string | Unique identification key for the distributor | - |
document_number | string | CPF/CNPJ of the distributor | 14 or 18 |
account_data | JSON | Account Data object | - |
Account Data
| Field | Type | Description |
|---|---|---|
account_digit | string | Bank account digit |
account_branch | string | Bank account branch number |
account_number | string | Bank account number |
financial_institution_code | string | Financial institution code |
financial_institution_ispb | string | Brazilian Payment System identifier for the financial institution |
Issuance Serie
| Field | Type | Description | Characters |
|---|---|---|---|
name | string | Issuance series name | up to 255 |
issuance_serie_key | string | Unique identification key for the issuance series | 36 |
cetip_code | string | Issuance series code as asset in CETIP | 10 |
start_date | string | Issuance series start date | 10 |
maturity_date | string | Issuance series maturity date | 10 |
original_quota_value | float | Original share value | - |
remuneration_type | string | Yield curve / Residual | up to 50 |
investment_category | string | FIDC / Multi-market | up to 50 |
condominum_type | string | Open-ended / Close-ended | up to 50 |
tax_classification | string | Short-term / Long-term | up to 50 |
investment_restriction_type | string | No restriction / Qualified / Professional | up to 50 |
minimum_share_capital | float | Minimum value for investment | - |
accounting_date | string | Accounting date of the issuance series | 10 |
sub_class | JSON | Sub Class object | - |
Sub Class
| Field | Type | Description | Characters |
|---|---|---|---|
name | string | Sub class name | up to 255 |
sub_class_key | string | Unique identification key for the sub class | 36 |
subordination_level | int | Subordination level of the sub class | - |
fund_class | JSON | Fund Class object | - |
Fund Class
| Field | Type | Description | Characters |
|---|---|---|---|
name | string | Fund class name | up to 255 |
fund_class_key | string | Unique identification key for the fund class | 36 |
document_number | string | CNPJ of the fund class | - |
Capital Return
| Field | Type | Description |
|---|---|---|
capital_return_key | string | Unique identification key for the capital return |
origin_key | string | Unique identification key for the capital return origin |
net_value | float | Net value of the capital return |
iof_value | float | IOF value of the capital return |
ir_value | float | IR value of the capital return |
payment_date | string | Payment date of the capital return |
capital_return_date | string | Creation date of the capital return |
status | string | Sending to Administrator / Pending Payment / Paid |
capital_return_type | string | Amortization / Redemption Request / Come-cotas |
number_of_units | float | Number of shares of the capital return |