跳到主要内容

按基金类别查询金融申购

注意

此资源仅适用于担任基金经理角色的集成方。

Request

ENDPOINT
/trade_fund_quota/fund_class/FUND_CLASS_KEY/financial_applications
MÉTODO
GET

Query Params

参数类型描述
quotation_datedate申购的配额日期
financial_application_statusstring按特定状态过滤申购
not_financial_application_statusstring排除特定状态的申购
document_numberstring被投资基金类别的 CNPJ

Response

STATUS
200
案例 01:返回一个申购
{
"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

字段类型描述
dataarrayFinancial Application 对象列表
limitint每页返回的对象数量上限
pageint当前返回的页码
is_last_pageboolean表示当前页是否为最后一页

Financial Application

字段类型描述
amountfloat申购金额
financial_application_keystring金融申购的唯一标识键
asset_keystring相关资产的标识键
quotation_datestring配额日期(YYYY-MM-DD)
statusstring申购状态
external_financial_application_keystring金融申购的外部标识
issuance_serieJSONIssuance Serie 对象
fund_classJSONFund Class 对象

Issuance Serie

字段类型描述
issuance_serie_keystring发行系列的唯一标识键
namestring发行系列名称
subclass_namestring子类名称(例如:SUBORDINADA)
serieint系列编号
quota_calculation_methodstring配额计算方法(例如:quota_value)
internal_codestring系列内部代码
fund_class_namestring与系列关联的基金类别名称
fund_class_short_namestring基金类别的简短名称
fund_class_document_numberstring基金类别的 CNPJ
minimum_share_capitalfloat最低申购金额
investment_categorystring投资类别(例如:multi_market)
payment_typestring付款类型(例如:transfer)
account_dataJSONAccount Data 对象
last_updated_datestring最后更新日期(YYYY-MM-DD)
administratorJSONAdministrator 对象
operation_periodsJSONOperation Periods 对象
isin_codestring系列的 ISIN 代码

Administrator

字段类型描述
administrator_keystring管理员的唯一标识键
namestring管理员名称
document_numberstring管理员的 CNPJ

Operation Periods

字段类型描述
redemption_requestJSON赎回的**配额与付款**周期对象
amortization_requestJSON摊销的**配额与付款**周期对象
financial_applicationJSON申购的**配额与付款**周期对象

Quotation and Payment

字段类型描述
daysint天数
typestring计算类型(例如:fixed、until)
calendar_basestring历法基准(例如:workdays、calendar_365)

Account Data

字段类型描述
account_digitstring银行账户校验位
account_branchstring银行支行号
account_numberstring银行账户号码
financial_institution_codestring金融机构代码
financial_institution_ispbstring金融机构 ISPB(巴西支付系统)

Fund Class

字段类型描述
fund_class_keystring基金类别的唯一标识键
namestring基金类别全名
short_namestring基金类别简称
document_numberstring基金类别的 CNPJ
accounting_datestring最新会计日期
distributorJSONDistributor 对象
managerJSONManager 对象

Distributor

字段类型描述
namestring分销商名称
distributor_keystring分销商的唯一标识键
document_numberstring分销商的 CNPJ

Manager

字段类型描述
manager_keystring基金经理的唯一标识键
manager_namestring基金类别的基金经理名称
document_numberstring基金经理的 CNPJ