跳到主要内容

查询份额锁定


简介

本资源旨在详细说明投资者的某个份额锁定请求的信息。

Request

ENDPOINT
/quota_lock/investor/INVESTOR_KEY/quota_lock/QUOTA_LOCK_KEY
MÉTODO
GET
STATUS
200

Response

{
"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_keystring份额锁定唯一标识符36
statusstring份额锁定状态枚举值最多255
typestring份额锁定类型枚举值最多255
original_locked_quotasfloat原始锁定份额数量-
current_locked_quotasfloat当前锁定份额数量-
original_locked_valuefloat原始锁定价值-
current_locked_valuefloat当前锁定价值-
collateralJSON担保 对象-
investor_positions_locksArray投资者持仓锁定 对象列表-

Quota Lock Status

枚举值描述
pending_documents待文件
pending_approval待审批
denied已拒绝
approved已批准

Quota Lock Type

枚举值描述
collateral担保

Collateral

字段类型描述字符数
recipientJSON受益人 对象-
borrowerJSON借款人 对象-
assetsArray资产 对象列表-
issuance_seriesArray发行系列 对象列表-
documentsArray担保文件 对象列表-

Recipient

字段类型描述字符数
namestring受益人姓名最多255
document_numberstring受益人 CPF / CNPJ14或18
person_typestring自然人或法人枚举值最多255
natural_personJSON自然人 对象-
legal_personJSON法人 对象-

Borrower

字段类型描述字符数
namestring借款人姓名最多255
document_numberstring借款人 CPF / CNPJ14或18
person_typestring自然人或法人枚举值最多255
natural_personJSON自然人 对象-
legal_personJSON法人 对象-

Person Type

枚举值描述
natural_person自然人
legal_person法人

Natural Person

字段类型描述字符数
birthdatestring出生日期10
mother_namestring母亲姓名最多255
字段类型描述字符数
activity_codestring国家经济活动分类代码 (CNAE)10
representativesarray代表人 对象列表-

Representative

字段类型描述字符数
namestring代表人姓名最多255
document_numberstring代表人 CPF14

Asset

字段类型描述字符数
asset_keystring资产唯一标识符最多255
asset_typestring资产类型枚举值最多255
statusstring资产状态枚举值最多255
credit_operationJSON信贷操作 对象-
documentsArray资产文件 对象列表-

Asset Status

枚举值描述
pending_approval待审批
done已完成

Document

字段类型描述字符数
document_keystring资产唯一标识符最多255
document_typestring资产类型枚举值最多255

Asset Type

枚举值描述
ccbCCB
cceCCE

Credit Operation

字段类型描述字符数
contract_numberstring合同号最多255
principal_valuestring操作本金价值-
interest_rate_typestring浮动/固定利率枚举值最多255
pre_fixedJSON固定利率 对象-
post_fixedJSON浮动利率 对象-

Interest Rate Type

枚举值描述
pre_fixed固定利率
post_fixed浮动利率

Pre fixed

字段类型描述字符数
calendar_basestring工作日 / 360日历 / 365日历枚举值最多255
monthly_ratefloat月利率-

Post fixed

字段类型描述字符数
calendar_basestring工作日 / 360日历 / 365日历枚举值最多255
indexerstringDI / IPCA 枚举值最多255
ratefloat利率-
lagJSONLag 对象-

calendar_base

枚举值描述
workdays工作日
calendar_360360日历
calendar_365365日历

Indexer

枚举值描述
diDI
ipcaIPCA

Lag

字段类型描述字符数
referencestring每日 / 每月枚举值最多255
amountinteger滞后数量-

Reference

枚举值描述
daily每日
monthly每月

Locked Investor Positions

字段类型描述字符数
investor_position_lock_keystring投资者持仓锁定唯一标识符36
investor_position_keystring投资者持仓唯一标识符36
original_locked_quotasfloat原始锁定份额数量-
current_locked_quotasfloat当前锁定份额数量-
original_locked_valuefloat原始锁定价值-
current_locked_valuefloat当前锁定价值-

Responses

Response Body
{
"quota_lock_key": "UUID"
}