获取投资者持仓信息
Request
ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/investor_positionsMÉTODO
GETQuery 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
}
响应字段
| 字段 | 类型 | 描述 |
|---|---|---|
data | array | Investor Position 对象列表 |
limit | int | 每页返回的对象数量限制 |
page | int | 当前返回的页码 |
is_last_page | boolean | 表示当前页是否为最后一页 |
Investor Position
| 字段 | 类型 | 描述 |
|---|---|---|
investor | JSON | Investor 对象 |
total_net_worth | float | 投资者持仓净资产总值 |
total_number_of_quotas | float | 投资者持仓份额总数 |
issuance_serie | JSON | Issuance Serie 对象 |
investor_position_key | JSON | 投资者持仓唯一标识键 |
Investor
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 投资者姓名 | 最多 255 |
investor_key | string | 投资者唯一标识键 | 36 |
document_number | string | 投资者 CPF/CNPJ | 14 或 18 |
person_type | string | 自然人 / 法人 / 基金类别 | 最多 50 |
investor_sub_type | string | 默认 / 金融机构 | 最多 50 |
distributor | JSON | Distributor 对象 | - |
account_data | JSON | Account Data 对象 | - |
Distributor
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 分销商名称 | 最多 255 |
distributor_key | string | 分销商唯一标识键 | - |
document_number | string | 分销商 CPF/CNPJ | 14 或 18 |
account_data | JSON | Account Data 对象 | - |
Account Data
| 字段 | 类型 | 描述 |
|---|---|---|
account_digit | string | 银行账号校验位 |
account_branch | string | 银行账户支行号 |
account_number | string | 银行账号 |
financial_institution_code | string | 金融机构代码 |
financial_institution_ispb | string | 金融机构在巴西支付系统中的标识符 |
Issuance Serie
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 发行系列名称 | 最多 255 |
issuance_serie_key | string | 发行系列唯一标识键 | 36 |
cetip_code | string | 发行系列在 CETIP 中的资产代码 | 10 |
start_date | string | 发行系列起始日期 | 10 |
maturity_date | string | 发行系列到期日期 | 10 |
original_quota_value | float | 原始份额价值 | - |
remuneration_type | string | 收益曲线 / 残差 | 最多 50 |
investment_category | string | FIDC / 多市场 | 最多 50 |
condominum_type | string | 开放式 / 封闭式 | 最多 50 |
tax_classification | string | 短期 / 长期 | 最多 50 |
investment_restriction_type | string | 无限制 / 合格投资者 / 专业投资者 | 最多 50 |
minimum_share_capital | float | 最低申购金额 | - |
accounting_date | string | 发行系列会计日期 | 10 |
sub_class | JSON | Sub Class 对象 | - |
Sub Class
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 子类名称 | 最多 255 |
sub_class_key | string | 子类唯一标识键 | 36 |
subordination_level | int | 子类从属层级 | - |
fund_class | JSON | Fund Class 对象 | - |
Fund Class
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 基金类别名称 | 最多 255 |
fund_class_key | string | 基金类别唯一标识键 | 36 |
document_number | string | 基金类别 CNPJ | - |