通过键查询操作
此端点允许使用操作的唯一键查询特定操作的完整详情。
查询操作 (GET)
Request
ENDPOINT
/commercial_paper/operation/OPERATION-KEYMÉTODO
GETPath Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
OPERATION-KEY | string | 操作的唯一键(UUID v4)。 | 36 |
Response
STATUS
200Response Body
{
"tenant_key": "13a6a1d5-7a3c-4627-a0a6-9fd746662ca4",
"operation_key": "dc368e4d-c288-4971-ad8d-5c9c31616e74",
"operation_type": "commercial_paper",
"operation_status": "issued",
"backoffice_analysis_status": "approved",
"issuer_key": "9e08fd62-ce43-4c95-99e0-4386e980d618",
"issuer_name": "Blue Logic",
"issuer_document_number": "97.923.586/0001-06",
"issuer_bank_account": {
"account_type": "checking",
"account_digit": "3",
"account_branch": "0001",
"account_number": "4464541",
"financial_institution_ispb": "32402502",
"financial_institution_code_number": "329"
},
"issuer_onboarding_approved": true,
"issue_number": 1,
"issue_series": 1,
"contract_number": "0000000001",
"issue_date": "2025-02-03",
"financial_base_date": "2025-02-03",
"financial": {},
"tags": [],
"investor_list": [],
"related_party_list": [],
"collateral_list": [],
"metadata_list": [],
"integralization_key": "d8fdb578-1e2a-4b79-8267-5b1763e56754",
"security_key": "26299c0f-2127-45d4-b22e-f2b494d2f7ae"
}
Response Body Params
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
tenant_key * | string | tenant 的唯一键(UUID v4)。 | 36 |
operation_key * | string | 操作的唯 一键(UUID v4)。 | 36 |
operation_type * | string | 操作类型。commercial_paper | - |
operation_status * | string | 操作状态。 | operation_status 枚举 |
issuer_key * | string | 发行人的唯一键(UUID v4)。 | 36 |
issuer_name * | string | 发行人名称。 | - |
issuer_document_number * | string | 发行人证件号码(CNPJ)。 | 18 |
issuer_bank_account * | object | 发行人的银行数据。 | bank_account 对象 |
issuer_onboarding_approved * | boolean | 指示发行人的 onboarding 是否已获批准。 | - |
issue_number * | integer | 发行编号。 | - |
issue_series * | integer | 发行系列。 | - |
contract_number * | string | 合同编号。 | - |
issue_date * | string | 发行日期(ISO 8601 格式)。 | - |
financial_base_date * | string | 操作的财务基准日期(ISO 8601 格式)。 | - |
commercial_paper_template_key * | string | 商业票据模板的唯一键。 | 36 |
commercial_paper_document_key * | string | 商业票据文件的键。 | - |
adhesion_term_template_key * | string | 加入条款模板的唯一键。 | 36 |
adhesion_term_document_key * | string | 加入条款文件的键。 | - |
investor_list * | object | 投资人列表。 | investor 对象 |
bank_account 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
account_type * | string | 账户类型(例如:checking)。 | - |
account_digit * | string | 银行账户校验位。 | - |
account_branch * | string | 银行支行。 | - |
account_number * | string | 银行账户号码。 | - |
financial_institution_ispb * | string | 金融机构 ISPB 代码。 | - |
financial_institution_code_number * | string | 金融机构代码。 | - |
financial 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
financial_base_date * | string | 操作的财务基准日期(ISO 8601 格式)。 | - |
issue_quantity * | integer | 发行的总单位数量。 | - |
unit_price * | float | 每单位发行价格。 | - |
issue_amount * | float | 发行总金额。 | - |
released_amount * | float | 释放总金额。 | - |
cet * | float | 操作的有效总成本(%)。 | - |
annual_cet * | float | 年化有效总成本(%)。 | - |
number_of_installments * | integer | 操作的总期数。 | - |
prefixed_interest_rate * | object | 固定利率。 | prefixed_interest_rate 对象 |
fine_delay_rate * | object | 滞纳金利率。 | fine_delay_rate 对象 |
contract_fine_rate * | float | 合同罚款利率(%)。 | - |
financial_index | string | 参考金融指数(如适用)。 | - |
post_fixed_interest_rate | object | 浮动利率(如适用)。 | - |
fees * | array | 适用费用列表。 | fees 对象 |
installment_list * | array | 期次列表。 | installment 对象 |
prefixed_interest_rate 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
daily_rate * | float | 日利率(%)。 | - |
annual_rate * | float | 年化利率(%)。 | - |
monthly_rate * | float | 月利率(%)。 | - |
interest_base * | string | 利率计算基础(calendar_days_365)。 | - |
fine_delay_rate 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
monthly_rate * | float | 月滞纳金利率(%)。 | - |
interest_base * | string | 利率计算基础(calendar_days_365)。 | - |
fees 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
type * | string | 费用类型(internal、external)。 | - |
amount * | float | 适用费率百分比。 | - |
fee_type * | string | 费用类型。 | - |
fee_amount * | float | 费用绝对值。 | - |
amount_type * | string | 值类型(percentage、fixed)。 | - |
installment 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
installment_number * | integer | 期次编号。 | - |
workdays * | integer | 至到期日的工作日数。 | - |
calendar_days * | integer | 至到期日的自然日数。 | - |
principal_amortization_unit_price * | float | 本金摊还单位值。 | - |
principal_amortization_amount * | float | 本金摊还总额。 | - |
interest_amount * | float | 该期利息总额。 | - |
amount * | float | 该期总金额。 | - |
due_principal * | float | 该期后待偿本金。 | - |
due_interest * | float | 该期后待偿利息。 | - |
due_date * | string | 该期到期日(ISO 8601 格式)。 | - |
has_interest * | boolean | 指示该期是否含利息计费。 | - |
investor 对象
| 字段 | 类型 | 描述 | 最大字符数 |
|---|---|---|---|
investor_key * | string | 投资人的唯一键(UUID v4)。 | 36 |
investor_name * | string | 投资人名称。 | - |
investor_document_number * | string | 投资人证件号码(CNPJ/CPF)。 | 18 |
subscription_percentage * | float | 投资人在操作中的参与比例。 | - |
subscription_quantity * | integer | 投资人认购的单位数量。 | - |
investor_onboarding_approved * | boolean | 指示投资人的 onboarding 是否已获批准。 | - |
bank_account * | object | 投资人的银行信息。 | bank_account 对象 |
operation_status 枚举
| 枚举值 | 描述 |
|---|---|
in_filling | 操作处于填写阶段。 |
in_analysis | 操作正在分析中。 |
waiting_onboarding_approval | 等待发行人 onboarding 批准。 |
pending_signature_submission | 等待提交签名。 |
waiting_signature | 等待相关方签名。 |
issued | 操作已发行。 |
finished | 操作已完成。 |
signature_rejected | 签名被拒绝。 |
onboarding_reproved | 发行人 onboarding 未获批准。 |
compliance_reproved | 合规审查未通过。 |
canceled | 操作已取消。 |