Scoring
If the process provides for querying the investor experience score before the actual registration of a new customer, this score can be queried on the basis of the "investorerxperience" object.
{
"investorExperience": [
{
"name": "AE1",
"value": "1"
},
{
"name": "AE2",
"value": "2"
},
{
"name": "AE5",
"value": "2"
},
{
"name": "AE7",
"value": "3"
},
{
"name": "AE8",
"value": "2"
},
{
"name": "AE6",
"value": "2"
},
{
"name": "AE4",
"value": "2"
},
{
"name": "AE3",
"value": "3"
}
]
}Calculate the investor experience score
POST /v2/compliance/scoring/investorexperience
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
investorExperienceJSON
See example
Response
{
"score": 8
}Please note, once the score is under the minimal required score of 7, the client can still bypass this if he confirms to have read the risk warning. He always can bypass questions by accepting the risks.
Last updated