Skip to main content

Financial Applications Query by Fund Class

Attention

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

Request

ENDPOINT
/trade_fund_quota/fund_class/FUND_CLASS_KEY/financial_applications
METHOD
GET

Query Params

ParameterTypeDescription
quotation_datedateQuotation date of the application
financial_application_statusstringFilters applications by a specific status
not_financial_application_statusstringExcludes applications with a specific status
document_numberstringCNPJ of the invested fund class

Response

STATUS
200
Case 01: Return with one application
{
"data": [
{
"amount": 0.00,
"financial_application_key": "UUID",
"asset_key": "UUID",
"quotation_date": "YYYY-MM-DD",
"status": "confirmed",
"issuance_serie": {
"issuance_serie_key": "UUID",
"name": "Invested Issuance Serie Name",
"subclass_name": "Invested Sub Class Name",
"serie": 1,
"quota_calculation_method": "quota_value",
"internal_code": "Internal Code",
"fund_class_name": "Invested Fund Class Name",
"fund_class_short_name": "Invested Fund Class short name",
"fund_class_document_number": "00.000.000/0000-00",
"minimum_share_capital": 0.0,
"investment_category": "multi_market",
"payment_type": "transfer",
"account_data": {
"account_digit": "0",
"account_branch": "0001",
"account_number": "12345",
"financial_institution_code": "329",
"financial_institution_ispb": "00000000"
},
"last_updated_date": "YYYY-MM-DD",
"administrator": {
"administrator_key": "UUID",
"name": "Administrator Name",
"document_number": "00.000.000/0000-00"
},
"operation_periods": {
"redemption_request": {
"payment": {
"days": 1,
"type": "until",
"calendar_base": "calendar_365"
},
"quotation": {
"days": 1,
"type": "fixed",
"calendar_base": "calendar_365"
}
},
"amortization_request": {
"payment": {
"days": 0,
"type": "fixed",
"calendar_base": "workdays"
},
"quotation": {
"days": 0,
"type": "fixed",
"calendar_base": "workdays"
}
},
"financial_application": {
"payment": {
"days": 0,
"type": "fixed",
"calendar_base": "workdays"
},
"quotation": {
"days": 0,
"type": "fixed",
"calendar_base": "workdays"
}
}
},
"isin_code": "BR000000000"
},
"fund_class": {
"fund_class_key": "UUID",
"name": "Fund Class Name",
"short_name": "Fund Class Short Name",
"document_number": "00.000.000/0000-00",
"accounting_date": "YYYY-MM-DD",
"distributor": {
"name": "Distributor Name",
"distributor_key": "UUID",
"document_number": "00.000.000/0000-00"
},
"manager": {
"manager_key": "UUID",
"manager_name": "Manager Name",
"document_number": "00.000.000/0000-00"
}
}
}
],
"limit": 10,
"page": 0,
"is_last_page": true
}

Page

FieldTypeDescription
dataarrayList of Financial Application objects
limitintLimit of objects retrieved per page
pageintRetrieved page number
is_last_pagebooleanInformation indicating if the retrieved page is the last one

Financial Application

FieldTypeDescription
amountfloatApplied amount
financial_application_keystringUnique key of the financial application
asset_keystringRelated asset key
quotation_datestringQuotation date (YYYY-MM-DD)
statusstringApplication status
external_financial_application_keystringExternal identifier of the financial application
issuance_serieJSONIssuance Serie object
fund_classJSONFund Class object

Issuance Serie

FieldTypeDescription
issuance_serie_keystringUnique key of the issuance series
namestringName of the issuance series
subclass_namestringSubclass name (ex: SUBORDINADA)
serieintSeries number
quota_calculation_methodstringQuota calculation method (ex: quota_value)
internal_codestringInternal code of the series
fund_class_namestringName of the fund class associated with the series
fund_class_short_namestringShort name of the fund class
fund_class_document_numberstringCNPJ of the fund class
minimum_share_capitalfloatMinimum value for application
investment_categorystringInvestment category (ex: multi_market)
payment_typestringPayment type (ex: transfer)
account_dataJSONAccount Data object
last_updated_datestringLast update date (YYYY-MM-DD)
administratorJSONAdministrator object
operation_periodsJSONOperation Periods object
isin_codestringISIN code of the series

Administrator

FieldTypeDescription
administrator_keystringUnique key of the administrator
namestringAdministrator name
document_numberstringAdministrator CNPJ

Operation Periods

FieldTypeDescription
redemption_requestJSONQuotation and Payment periods object for redemptions
amortization_requestJSONQuotation and Payment periods object for amortizations
financial_applicationJSONQuotation and Payment periods object for applications

Quotation and Payment

FieldTypeDescription
daysintNumber of days
typestringCounting type (ex: fixed, until)
calendar_basestringCalendar base (ex: workdays, calendar_365)

Account Data

FieldTypeDescription
account_digitstringBank account digit
account_branchstringBank branch number
account_numberstringBank account number
financial_institution_codestringFinancial institution code
financial_institution_ispbstringFinancial institution ISPB (Brazilian Payment System)

Fund Class

FieldTypeDescription
fund_class_keystringUnique key of the fund class
namestringFull name of the fund class
short_namestringShort name of the fund class
document_numberstringCNPJ of the fund class
accounting_datestringMost recent accounting date
distributorJSONDistributor object
managerJSONManager object

Distributor

FieldTypeDescription
namestringDistributor name
distributor_keystringUnique key of the distributor
document_numberstringDistributor CNPJ

Manager

FieldTypeDescription
manager_keystringUnique key of the manager
manager_namestringName of the fund class manager
document_numberstringManager CNPJ