跳到主要内容

发送投资者注册数据


简介

本资源旨在向我们提供构成投资者注册分析的注册数据。

输入/输出:

注册数据根据创建投资者步骤中传递的数据有所变化。以下是每种变体应发送的数据示例。

作为输出,将返回 investor_keyinvestor_analysis_keyinvestor_analysis_key 用于标识已更新的注册分析investor_key 用于标识注册分析所属的投资者

Request

ENDPOINT
/investor_registry/v2/investor/{investor_key}/investor_analysis/{investor_analysis_key}/net_worth
MÉTODO
PUT
STATUS
202
示例
Request Body
{
"investor_category": "retail",
"total_net_worth": 0,
"total_financial_applications": 0,
"monthly_income": 0,
"other_incomes": 0,
"real_estate": 0,
"movable_assets": 0,
"resource_origin": "Possuo herança familiar"
}

Body params

字段类型描述字符数必填
total_net_worthfloat总净资产-
total_financial_applicationsfloat金融申请总额-
monthly_incomefloat投资者月收入或月营业额-
real_estatefloat不动产总额-
movable_assetsfloat动产总额-
other_incomesfloat其他月收入-
resource_originstring资金来源(如有需要)-
investor_categoryenumerator投资者自我申报的资质-

Investor Category

枚举值描述
retail零售
qualified合格
professional专业

Response

Response Body
{
"investor_key": "UUID",
"investor_analysis_key": "UUID"
}