公共债券交易单
请求
ENDPOINT
/trade_treasury/public/fund_class/{fund_class_key}/operationMETHOD
POST路径参数
| 参数 | 类型 | 描述 |
|---|---|---|
fund_class_key | string | 基金的唯一标识符。 |
Request Body
{
"external_id": "a3f1c2e4-7b8d-4e6f-9a0b-1c2d3e4f5a6b",
"operation_date": "2025-12-04",
"payment_date": "2025-12-04",
"operation_part": "assignee",
"operation_type": "outright_operation",
"counterparty": {
"iselic_number": "20824264",
"selic_account_number": "123456789",
"document_number": "20.824.264/0001-77"
},
"treasury_type": "ntn_b",
"unit_price": 1234.567891,
"units": 10,
"maturity_date": "2035-05-15"
}
请求体属性
| 字段 | 类型 | 必填性 | 描述 |
|---|---|---|---|
external_id | string | 可选 | 用于幂等性的外部标识符(UUID)。若未提供则自动生成。最多36个字符。 |
operation_date | string (date) | 必填 | 操作日期,格式 YYYY-MM-DD。必须为工作日且等于基金的 accounting_date |