Update Financial Assessment
Developing
PUT
/client/financial-assessment
update_financial_assessment
Last modified:2025-03-11 02:41:02
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-core.deriv.com/v1/client/financial-assessment' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"industry_of_employment": "Financial Services & Banking",
"net_annual_income": "More than AED 600,000",
"employer_name": "deriv",
"education_level": "Postgraduate/Professional Qualification",
"estimated_net_worth": "More than AED 600,000",
"source_of_wealth": "Inheritance",
"regular_expense": "Less than AED 5,000"
}'
Response Response Example
{
"data": [
{
"employer_name": "deriv",
"education_level": "Postgraduate/Professional Qualification",
"regular_expense": "Less than AED 5,000",
"source_of_wealth": "Inheritance",
"net_annual_income": "More than AED 600,000",
"estimated_net_worth": "More than AED 600,000",
"industry_of_employment": "Financial Services & Banking"
}
],
"meta": {
"endpoint": "/client/financial-assessment",
"method": "PUT",
"timing": 987
}
}
Request
Header Params
Authorization
stringÂ
required
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
stringÂ
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
Responses
Modified at 2025-03-11 02:41:02