跳到主要内容

获取投资者持仓信息


Request

ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/investor_positions
MÉTODO
GET

Query Params

参数描述
issuance_serie_key发行系列唯一标识键
only_above_zero仅返回份额数量大于零的当前持仓
fund_class_document_number基金 CNPJ

Responses

STATUS
200
案例 01:投资者仅持有一个单一份额系列的持仓
{
"data": [
{
"investor_position_key":"UUID",
"investor": {
"distributor": {
"distributor_key": "UUID",
"document_number": "00.000.000/0000-00",
"name": "SAMPLE DISTRIBUTOR NAME",
"account_data": {
"owner": {
"name": "SAMPLE DISTRIBUTOR NAME",
"document_number": "00.000.000/0000-00"
},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
}
},
"investor_key": "UUID",
"document_number": "00.000.000/0000-00",
"name": "SAMPLE INVESTOR NAME",
"person_type": "natural_person / legal_person / fund_class",
"account_data": {
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
},
"investor_sub_type": "person / financial_institution"
},
"total_net_worth": 0.00,
"total_number_of_quotas": 0.00000000000000,
"issuance_serie": {
"name": "1",
"cetip_code": "0000000UN1",
"start_date": "YYYY-MM-DD",
"maturity_date": "YYYY-MM-DD",
"original_quota_value": 0.00000000000000,
"remuneration_type": "residual",
"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 ÚNICA",
"sub_class_key": "UUID",
"subordination_level": 0,
"fund_class": {
"name": "SAMPLE FUND CLASS NAME",
"fund_class_key": "UUID",
"document_number": "00.000.000/0000-00"
}
}
}
},
],
"limit": 50,
"page": 0,
"is_last_page": true
}
案例 02:投资者仅持有一个优先份额系列的持仓
{
"data": [
{
"investor_position_key":"UUID",
"investor": {
"distributor": {
"distributor_key": "UUID",
"document_number": "00.000.000/0000-00",
"name": "SAMPLE DISTRIBUTOR NAME",
"account_data": {
"owner": {
"name": "SAMPLE DISTRIBUTOR NAME",
"document_number": "00.000.000/0000-00"
},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
}
},
"investor_key": "UUID",
"document_number": "00.000.000/0000-00",
"name": "SAMPLE INVESTOR NAME",
"person_type": "natural_person / legal_person / fund_class",
"account_data": {
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
},
"investor_sub_type": "person / financial_institution"
},
"total_net_worth": 0.00,
"total_number_of_quotas": 0.00000000000000,
"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"
}
}
}
},
],
"limit": 50,
"page": 0,
"is_last_page": true
}
案例 03:投资者持有两个系列的持仓,一个优先份额和一个次级份额
{
"data":[
{
"investor_position_key":"UUID",
"investor":{
"distributor":{
"distributor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"SAMPLE DISTRIBUTOR NAME",
"account_data":{
"owner":{
"name":"SAMPLE DISTRIBUTOR NAME",
"document_number":"00.000.000/0000-00"
},
"account_digit":"0",
"account_branch":"0000",
"account_number":"00000",
"financial_institution_code":"000",
"financial_institution_ispb":"00000000"
}
},
"investor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"SAMPLE INVESTOR NAME",
"person_type":"natural_person / legal_person / fund_class",
"account_data":{
"account_digit":"0",
"account_branch":"0000",
"account_number":"00000",
"financial_institution_code":"000",
"financial_institution_ispb":"00000000"
},
"investor_sub_type":"person / financial_institution"
},
"total_net_worth":0.00,
"total_number_of_quotas":0.00000000000000,
"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"
}
}
}
},
{
"investor_position_key":"UUID",
"investor":{
"distributor":{
"distributor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"SAMPLE DISTRIBUTOR NAME",
"account_data":{
"owner":{
"name":"SAMPLE DISTRIBUTOR NAME",
"document_number":"00.000.000/0000-00"
},
"account_digit":"0",
"account_branch":"0000",
"account_number":"00000",
"financial_institution_code":"000",
"financial_institution_ispb":"00000000"
}
},
"investor_key":"UUID",
"document_number":"00.000.000/0000-00",
"name":"SAMPLE INVESTOR NAME",
"person_type":"natural_person / legal_person / fund_class",
"account_data":{
"account_digit":"0",
"account_branch":"0000",
"account_number":"00000",
"financial_institution_code":"000",
"financial_institution_ispb":"00000000"
},
"investor_sub_type":"person / financial_institution"
},
"total_net_worth":0.00,
"total_number_of_quotas":0.00000000000000,
"issuance_serie":{
"name":"1",
"cetip_code":"0000000JR1",
"start_date":"YYYY-MM-DD",
"maturity_date":"YYYY-MM-DD",
"original_quota_value":0.00000000000000,
"remuneration_type":"residual",
"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 SUBORDINADA",
"sub_class_key":"UUID",
"subordination_level":0,
"fund_class":{
"name":"SAMPLE FUND CLASS NAME",
"fund_class_key":"UUID",
"document_number":"00.000.000/0000-00"
}
}
}
}
],
"limit":50,
"page":0,
"is_last_page":true
}

响应字段

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

Investor Position

字段类型描述
investorJSONInvestor 对象
total_net_worthfloat投资者持仓净资产总值
total_number_of_quotasfloat投资者持仓份额总数
issuance_serieJSONIssuance Serie 对象
investor_position_keyJSON投资者持仓唯一标识键

Investor

字段类型描述字符数
namestring投资者姓名最多 255
investor_keystring投资者唯一标识键36
document_numberstring投资者 CPF/CNPJ14 或 18
person_typestring自然人 / 法人 / 基金类别最多 50
investor_sub_typestring默认 / 金融机构最多 50
distributorJSONDistributor 对象-
account_dataJSONAccount Data 对象-

Distributor

字段类型描述字符数
namestring分销商名称最多 255
distributor_keystring分销商唯一标识键-
document_numberstring分销商 CPF/CNPJ14 或 18
account_dataJSONAccount Data 对象-

Account Data

字段类型描述
account_digitstring银行账号校验位
account_branchstring银行账户支行号
account_numberstring银行账号
financial_institution_codestring金融机构代码
financial_institution_ispbstring金融机构在巴西支付系统中的标识符

Issuance Serie

字段类型描述字符数
namestring发行系列名称最多 255
issuance_serie_keystring发行系列唯一标识键36
cetip_codestring发行系列在 CETIP 中的资产代码10
start_datestring发行系列起始日期10
maturity_datestring发行系列到期日期10
original_quota_valuefloat原始份额价值-
remuneration_typestring收益曲线 / 残差最多 50
investment_categorystringFIDC / 多市场最多 50
condominum_typestring开放式 / 封闭式最多 50
tax_classificationstring短期 / 长期最多 50
investment_restriction_typestring无限制 / 合格投资者 / 专业投资者最多 50
minimum_share_capitalfloat最低申购金额-
accounting_datestring发行系列会计日期10
sub_classJSONSub Class 对象-

Sub Class

字段类型描述字符数
namestring子类名称最多 255
sub_class_keystring子类唯一标识键36
subordination_levelint子类从属层级-
fund_classJSONFund Class 对象-

Fund Class

字段类型描述字符数
namestring基金类别名称最多 255
fund_class_keystring基金类别唯一标识键36
document_numberstring基金类别 CNPJ-