查询份额锁定
简介
本资源旨在详细说明投资者的某个份额锁定请求的信息。
Request
ENDPOINT
/quota_lock/investor/INVESTOR_KEY/quota_lock/QUOTA_LOCK_KEYMÉTODO
GETSTATUS
200Response
{
"quota_lock_key": "UUID",
"status": "pending_documents",
"original_locked_quotas": 0.0,
"current_locked_quotas": 0.0,
"original_locked_value": 0.0,
"current_locked_value": 0.0,
"type": "collateral",
"collateral": {
"recipient": {
"name": "Sample Recipient Name",
"document_number": "000.000.000-00",
"person_type": "natural_person",
"natural_person": {
"birthdate": "YYYY-MM-DD",
"mother_name": "Sample Recipient Mother Name"
}
},
"borrower": {
"name": "Sample Borrower Name",
"document_number": "000.000.000-00",
"person_type": "natural_person",
"natural_person": {
"birthdate": "YYYY-MM-DD",
"mother_name": "Sample Borrower Mother Name"
}
},
"assets": [
{
"asset_key": "UUID",
"asset_type": "cce",
"credit_operation": {
"contract_number": "1000000001",
"principal_value": 0.0,
"interest_rate_type": "post_fixed",
"pre_fixed": {
"monthly_rate": 0.0,
"calendar_base": "calendar_360"
},
"post_fixed": {
"calendar_base": "workdays",
"indexer": "di",
"rate": 1,
"lag": {
"reference": "daily",
"amount": 1
}
}
},
"documents": [
{
"document_key": "UUID",
"document_type": "asset_document"
}
]
}
],
"issuance_series": [
{
"issuance_serie_key": "UUID",
"number_of_quotas": 0.0,
"financial_value": 0.0
},
{
"issuance_serie_key": "UUID",
"number_of_quotas": 0.0,
"financial_value": 0.0
}
],
"documents": [
{
"document_key": "UUID",
"document_type": "collateral_contract"
}
]
},
"investor_positions_locks": [
{
"investor_position_lock_key": "UUID",
"investor_position_key": "UUID",
"original_locked_quotas": 0.0,
"current_locked_quotas": 0.0,
"original_locked_value": 0.0,
"current_locked_value": 0.0
}
]
}
Quota Lock
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
quota_lock_key | string | 份额锁定唯一标识符 | 36 |
status | string | 份额锁定状态枚举值 | 最多255 |
type | string | 份额锁定类型枚举值 | 最多255 |
original_locked_quotas | float | 原始锁定份额数量 | - |
current_locked_quotas | float | 当前锁定份额数量 | - |
original_locked_value | float | 原始锁定价值 | - |
current_locked_value | float | 当前锁定价值 | - |
collateral | JSON | 担保 对象 | - |
investor_positions_locks | Array | 投资者持仓锁定 对象列表 | - |
Quota Lock Status
| 枚举值 | 描述 |
|---|---|
pending_documents | 待文件 |
pending_approval | 待审批 |
denied | 已拒绝 |
approved | 已批准 |
Quota Lock Type
| 枚举值 | 描述 |
|---|---|
collateral | 担保 |
Collateral
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
recipient | JSON | 受益人 对象 | - |
borrower | JSON | 借款人 对象 | - |
assets | Array | 资产 对象列表 | - |
issuance_series | Array | 发行系列 对象列表 | - |
documents | Array | 担保文件 对象列表 | - |
Recipient
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 受益人姓名 | 最多255 |
document_number | string | 受益人 CPF / CNPJ | 14或18 |
person_type | string | 自然人或法人枚举值 | 最多255 |
natural_person | JSON | 自然人 对象 | - |
legal_person | JSON | 法人 对象 | - |
Borrower
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 借款人姓名 | 最多255 |
document_number | string | 借款人 CPF / CNPJ | 14或18 |
person_type | string | 自然人或法人枚举值 | 最多255 |
natural_person | JSON | 自然人 对象 | - |
legal_person | JSON | 法人 对象 | - |
Person Type
| 枚举值 | 描述 |
|---|---|
natural_person | 自然人 |
legal_person | 法人 |
Natural Person
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
birthdate | string | 出生日期 | 10 |
mother_name | string | 母亲姓名 | 最多255 |
Legal Person
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
activity_code | string | 国家经济活动分类代码 (CNAE) | 10 |
representatives | array | 代表人 对象列表 | - |
Representative
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 代表人姓名 | 最多255 |
document_number | string | 代表人 CPF | 14 |
Asset
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
asset_key | string | 资产唯一标识符 | 最多255 |
asset_type | string | 资产类型枚举值 | 最多255 |
status | string | 资产状态枚举值 | 最多255 |
credit_operation | JSON | 信贷操作 对象 | - |
documents | Array | 资产文件 对象列表 | - |
Asset Status
| 枚举值 | 描述 |
|---|---|
pending_approval | 待审批 |
done | 已完成 |
Document
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
document_key | string | 资产唯一标识符 | 最多255 |
document_type | string | 资产类型枚举值 | 最多255 |
Asset Type
| 枚举值 | 描述 |
|---|---|
ccb | CCB |
cce | CCE |
Credit Operation
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
contract_number | string | 合同号 | 最多255 |
principal_value | string | 操作本金价值 | - |
interest_rate_type | string | 浮动/固定利率枚举值 | 最多255 |
pre_fixed | JSON | 固定利率 对象 | - |
post_fixed | JSON | 浮动利率 对象 | - |
Interest Rate Type
| 枚举值 | 描述 |
|---|---|
pre_fixed | 固定利率 |
post_fixed | 浮动利率 |
Pre fixed
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
calendar_base | string | 工作日 / 360日历 / 365日历枚举值 | 最多255 |
monthly_rate | float | 月利率 | - |
Post fixed
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
calendar_base | string | 工作日 / 360日历 / 365日历枚举值 | 最多255 |
indexer | string | DI / IPCA 枚举值 | 最多255 |
rate | float | 利率 | - |
lag | JSON | Lag 对象 | - |
calendar_base
| 枚举值 | 描述 |
|---|---|
workdays | 工作日 |
calendar_360 | 360日历 |
calendar_365 | 365日历 |
Indexer
| 枚举值 | 描述 |
|---|---|
di | DI |
ipca | IPCA |
Lag
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
reference | string | 每日 / 每月枚举值 | 最多255 |
amount | integer | 滞后数量 | - |
Reference
| 枚举值 | 描述 |
|---|---|
daily | 每日 |
monthly | 每月 |
Locked Investor Positions
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
investor_position_lock_key | string | 投资者持仓锁定唯一标识符 | 36 |
investor_position_key | string | 投资者持仓唯一标识符 | 36 |
original_locked_quotas | float | 原始锁定份额数量 | - |
current_locked_quotas | float | 当前锁定份额数量 | - |
original_locked_value | float | 原始锁定价值 | - |
current_locked_value | float | 当前锁定价值 | - |
Responses
Response Body
{
"quota_lock_key": "UUID"
}