按键查询赎回申请
Request
ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/redemption_request/REDEMPTION_REQUEST_KEYMÉTODO
GETSTATUS
200Responses
情况 01:查询成功
{
"redemption_request_key": "UUID",
"redemption_request_type": "gross_redemption_value | number_of_quotas | remaining_application_value",
"status": "pending_quote | processing_quote | canceled | quoted",
"quotation_date": "yyyy-mm-dd",
"payment_date":"yyyy-mm-dd",
"request_datetime":"yyyy-mm-dd HH:MM:SS:MS",
"processed_value": 0.00,
"investor_position": {
"investor": {
"investor_key": "UUID",
"document_number": "999.999.999-99 | 99.999.999/9999-99",
"name": "",
"person_type": "natural_person | legal_person",
"account_data": {
"owner": {
"name": "",
"document_number": "99.999.999/9999-99"
},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
},
"distributor": {
"distributor_key": "UUID",
"document_number": "99.999.999/9999-99",
"name": "",
"account_data": {
"owner": {
"name": "",
"document_number": "99.999.999/9999-99"
},
"account_digit": "0",
"account_branch": "0000",
"account_number": "00000",
"financial_institution_code": "000",
"financial_institution_ispb": "00000000"
}
}
},
"total_net_worth": 0.00,
"total_number_of_quotas": 0.00000000,
"investor_position_key":"UUID",
"issuance_serie":{
"name":"1",
"cetip_code":"0000000SN1",
"issuance_serie_key":"UUID"
}
},
"status_events": [
{
"event_datetime": "yyyy-mm-dd HH:MM:SS:ms",
"status": "pending_quote | processing_quote | canceled | quoted"
}
]
}
赎回申请
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
redemption_request_key | string | 赎回申请的唯一标识键 | 36 |
redemption_request_type | string | **赎回申请类型**枚举值 | - |
status | string | **赎回申请状态**枚举值 | - |
quotation_date | string | 报价日期 | - |
payment_date | string | 付款日期 | - |
request_datetime | string | 赎回申请创建日期 | - |
processed_value | float | 已处理的赎回金额 | - |
investor_position | JSON | **投资者持仓**对象 | - |
status_events | array | **状态事件**对象列表 | - |
赎回申请类型
| 枚举值 | 描述 |
|---|---|
gross_redemption_value | 按总值赎回 |
number_of_quotas | 按份额数量赎回 |
remaining_application_value | 按剩余值赎回 |
赎回申请状态
| 枚举值 | 描述 |
|---|---|
pending_quote | 待付款 |
processing_quote | 待报价 |
quoted | 已报价 |
canceled | 全额摊销 |
投资者持仓
| 字段 | 类型 | 描述 |
|---|---|---|
investor | JSON | **投资者**对象 |
total_net_worth | float | 投资者持仓的净资产 |
total_number_of_quotas | float | 投资者持仓的份额数 |
issuance_serie | JSON | **发行系列**对象 |
investor_position_key | JSON | 投资者持仓的唯一标识键 |
投资者
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 投资者名称 | 最多 255 |
investor_key | string | 投资者的唯一标识键 | 36 |
document_number | string | 投资者的 CPF/CNPJ | 14 或 18 |
person_type | string | 自然人/法人/基金类 | 最多 50 |
distributor | JSON | **分销商**对象 | - |
account_data | JSON | **账户数据**对象 | - |
分销商
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 分销商名称 | 最多 255 |
distributor_key | string | 分销商的唯一标识键 | - |
document_number | string | 分销商的 CPF/CNPJ | 14 或 18 |
account_data | JSON | **账户数据**对象 | - |
账户数据
| 字段 | 类型 | 描述 |
|---|---|---|
account_digit | string | 银行账户验证码 |
account_branch | string | 银行支行号 |
account_number | string | 银行账号 |
financial_institution_code | string | 金融机构代码 |
financial_institution_ispb | string | 巴西支付系统中的金融机构标识符 |
发行系列
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
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 | **子类**对象 | - |
子类
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 子类名称 | 最多 255 |
sub_class_key | string | 子类的唯一标识键 | 36 |
subordination_level | int | 子类的从属级别 | - |
fund_class | JSON | **基金类**对象 | - |
基金类
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 基金类名称 | 最多 255 |
fund_class_key | string | 基金类的唯一标识键 | 36 |
document_number | string | 基金类的 CNPJ | - |