金融申请结算分页查询
Requests
按基金类别查询
ENDPOINT
/quota/fund_class/FUND_CLASS_KEY/financial_application_closingsMÉTODO
GETSTATUS
200Query Params
| 参数 | 描述 |
|---|---|
accounting_date | 特定记账结算日期(格式 yyyy-mm-dd) |
from_date | 期间开始日期(格式 yyyy-mm-dd) |
to_date | 期间结束日期(格式 yyyy-mm-dd) |
limit | 每页返回的对象数量限制(最小 0,最大 75,默认 75) |
page | 返回的页码(最小 0,默认 0) |
注意
必须发送 accounting_date 或 from_date 与 to_date 的组合。如果未发送其中任何一个参数,资源将返回必填参数缺失的错误。
按投资者和金融申请查询
ENDPOINT
/quota/investor/INVESTOR_KEY/financial_application/FINANCIAL_APPLICATION_KEY/financial_application_closingsMÉTODO
GETSTATUS
200Query Params
| 参数 | 描述 |
|---|---|
last_financial_application_closing | 布尔值。当为 true 时,仅返回该申请的最新结算。默认:false。 |
limit | 每页返回的对象数量限制(最小 0,最大 500,默认 50) |
page | 返回的页码(最小 0,默认 0) |
Responses
情况01:查询成功
{
"data": [
{
"financial_application": {
"financial_application_key": "UUID",
"share_capital": 0.00,
"status": "pending_payment" | "pending_quote" | "quoted" | "settled" | "redeemed" | "canceled",
"investor": {
"investor_key": "UUID",
"name": "",
"person_type": "natural_person" | "legal_person",
"document_number": "999.999.999-99" | "99.999.999/9999-99",
"distributor": {
"distributor_key": "UUID",
"name": "",
"document_number": "99.999.999/9999-99",
"account_data": {}
}
},
"issuance_serie": {},
"financial_application_type": "regular",
"payment_method": "regular" | "cetip" | "b3",
"quotation_date": "yyyy-mm-dd",
"current_principal_value": 0.00000000,
"current_number_of_quotas": 0.00000000,
"original_number_of_quotas": 0.00000000,
"original_number_of_quotas_str": "0.00000000",
"acquisition_cost": 0.00,
"external_id": "",
"redemptions": [],
"amortizations": [],
"status_events": [],
"reserved_taxable_yields": []
},
"total_value": 0.00,
"number_of_quotas": 0.00000000,
"principal_value": 0.00,
"acquisition_cost": 0.00,
"yield_value": 0.00,
"ir_value": 0.00,
"iof_value": 0.00,
"taxable_yield_value": 0.00,
"accounting_date": "yyyy-mm-dd"
}
],
"limit": 75,
"page": 0,
"is_last_page": true
}
注意
financial_application 对象中以下字段为条件性字段——仅在底层数据存在时才会返回:
redemptions[]、amortizations[]、status_events[]、reserved_taxable_yields[]:列表为空时省略。original_number_of_quotas(及其同级original_number_of_quotas_str)、current_principal_value、acquisition_cost、current_number_of_quotas、quotation_date:在申请的报价处理后填充。payment_method、financial_application_type、external_id:每个申请可选——在创建或后续更新时提供时返回。
外层(data、limit、page、is_last_page)以及 Financial Application Closing 对象的字段在响应中始终存在。
Page
| 字段 | 类型 | 描述 |
|---|---|---|
data | array | Financial Application Closing 对象列表 |
limit | int | 每页返回的对象数量限制 |
page | int | 返回的页码 |
is_last_page | boolean | 指示返回的页面是否为最后一页的信息 |
Financial Application Closing
| 字段 | 类型 | 描述 |
|---|---|---|
financial_application | JSON | Financial Application 对象 |
total_value | float | 申请结算总价值 |
number_of_quotas | float | 结算相关份额数量 |
principal_value | float | 结算相关本金价值 |
acquisition_cost | float | 结算相关份额的购置成本 |
yield_value | float | 毛收益价值 |
ir_value | float | IR 金额 |
iof_value | float | IOF 金额 |
taxable_yield_value | float | 应税收益价值 |
accounting_date | string | 申请结算相关记账日期 |
Financial Application
| 字段 | 类型 | 描述 |
|---|---|---|
financial_application_key | string | 金融申请唯一标识键 |
share_capital | float | 投资金额 |
status | string | Financial Application Status 枚举值 |
investor | JSON | Investor 对象 |
issuance_serie | JSON | Issuance Serie 对象 |
redemptions | array | Redemption 对象列表 (条件性) |
amortizations | array | Amortization 对象列表 (条件性) |
status_events | array | Status Event 对象列表 (条件性) |
reserved_taxable_yields | array | Reserved Taxable Yield 对象列表 (条件性) |
financial_application_type | string | 金融申请类型 (条件性) |
original_number_of_quotas | float | 原始份额数量 (条件性) |
original_number_of_quotas_str | string | 原始份额数量的高精度字符串版本 (条件性) |
current_principal_value | float | 每单位当前本金价值 (条件性) |
acquisition_cost | float | 申请份额的购置成本 (条件性) |
current_number_of_quotas | float | 当前份额数量 (条件性) |
payment_method | string | 支付方式(regular、cetip、b3) (条件性) |
quotation_date | string | 报价日期 (条件性) |
external_id | string | 外部标识符 (条件性) |
Financial Application Status
| 枚举值 | 描述 |
|---|---|
pending_payment | 待支付 |
pending_quote | 待报价 |
quoted | 已报价 |
settled | 已完全摊销 |
redeemed | 已完全赎回 |
canceled | 已取消 |
Investor
| 字段 | 类型 | 描述 |
|---|---|---|
investor_key | string | 投资者唯一标识键 |
name | string | 投资者姓名 |
person_type | string | natural_person / legal_person / fund_class |
distributor | JSON | Distributor 对象 |
document_number | string | 投资者 CPF/CNPJ (条件性) |
external_id | string | 投资者外部标识符 (条件性) |
external_distribution_key | string | 外部分销键 (条件性) |
Distributor
| 字段 | 类型 | 描述 |
|---|---|---|
distributor_key | string | 分销商唯一标识键 |
name | string | 分销商名称 |
document_number | string | 分销商 CNPJ |
account_data | JSON | 分销商银行账户数据对象 |
Issuance Serie
| 字段 | 类型 | 描述 |
|---|---|---|
issuance_serie_key | string | 发行系列唯一标识键 |
name | string | 发行系列名称 |
serie | string | 系列标识符 |
internal_code | string | 系列内部代码 |
status | string | 发行系列状态枚举值 |
original_quota_value | float | 原始份额价值 |
current_quota_value | float | 当前份额价值(由 current_net_worth / current_number_of_quotas 计算) |
current_number_of_quotas | float | 当前流通份额数量 |
current_net_worth | float | 当前净资产 |
current_principal_value | float | 当前本金价值 |
performance_fee_current_value | float | 当前业绩费 |
minimum_share_capital | float | 最低投资金额 |
remuneration_type | string | 收益类型(枚举值) |
interest_rate_type | string | 利率类型(枚举值) |
processing_method | string | 系列处理方法(枚举值) |
operation_period_configuration | JSON | 运营期配置 |
sub_class | JSON | Sub Class 对象 |
pre_fixed | JSON | 预固定配置 (条件性) |
post_fixed | JSON | 后固定配置 (条件性) |
isin_code | string | ISIN 代码 (条件性) |
external_id | string | 发行系列外部标识符 (条件性 ) |
specific_interest_rate_data | JSON | 特定利率数据 (条件性) |
Sub Class
| 字段 | 类型 | 描述 |
|---|---|---|
sub_class_key | string | 子类别唯一标识键 |
name | string | 子类别名称 |
subordination_level | int | 子类别从属级别 |
fund_class | JSON | Fund Class 对象 |
Fund Class
| 字段 | 类型 | 描述 |
|---|---|---|
fund_class_key | string | 基金类别唯一标识键 |
name | string | 基金类别名称 |
short_name | string | 基金类别简称 |
document_number | string | 基金类别 CNPJ |
accounting_date | string | 基金类别记账日期 |
sub_type | string | 基金类别子类型(枚举值) |
tax_classification_id | string | 税务分类(枚举值) |
condominum_type_id | string | 集合形式(枚举值) |
investment_category_id | string | 投资类别(枚举值) |
prevent_payment | boolean | 阻止支付标志 |
integralization_account_key | string | 缴款账户键 |
manager | JSON | Manager 对象 |
Manager
| 字段 | 类型 | 描述 |
|---|---|---|
manager_key | string | 管理人唯一标识键 |
manager_name | string | 管理人姓名 |
document_number | string | 管理人 CNPJ |