跳到主要内容

查询发行系列

注意

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

Request

ENDPOINT
/trade_fund_quota/issuance_series
MÉTODO
GET

Query Params

参数类型描述
fund_class_document_numberstring基金的 CNPJ(00.000.000/0001-00)

Response

STATUS
200
案例 01:返回一个系列
{
"data": [
{
"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"
}
],
"limit": 10,
"page": 0,
"is_last_page": true
}

Page

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

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(巴西支付系统)