Skip to main content

Send Suitability Response


Introduction

This resource aims to send the answers provided for the suitability form completed by the investor.

Input / Output:

The registration data changes according to the data passed in the Create investor step. Below are examples of which data should be sent for each variation.

As output, an investor_key and an investor_analysis_key will be delivered. The investor_analysis_key is used to identify the updated registration analysis. The investor_key is used to identify the investor to which the registration analysis belongs.

Attention

Sending the suitability is NOT necessary for investors that are Investment Funds.

Request

ENDPOINT
/investor_registry/v2/investor/{investor_key}/investor_analysis/{investor_analysis_key}/suitability
METHOD
PUT
STATUS
202
Example - Legal Entity
Request Body
{
"01": "A",
"02": "A",
"03": "A",
"04": "A",
"05": "A",
"06": "A",
"07": "A",
"08": "A"
}

Response

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