GET - Financial Assessment
Core Prod
https://api-core.deriv.com/v1
Core Prod
https://api-core.deriv.com/v1
POST
/config/champion/financial-assessment
Champion_financial_assessment
Last modified:2025-07-09 05:08:00
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/config/champion/financial-assessment' \
--header 'Authorization: '
Response Response Example
400 - Success
{
"data": [
{
"employment_status": "employed",
"financial_assessment": {
"estimated_net_worth": [
"Less than $10,000",
"$10,001 - $25,000",
"$25,001 - $50,000",
"$50,001 - $75,000",
"$75,001 - $100,000",
"$100,001 - $250,000",
"$250,001 - $500,000",
"Over $500,000"
],
"industry_of_employment": [
"Financial Services & Banking",
"Technology & Communications",
"Healthcare & Medical Services",
"Manufacturing, Mining & Construction",
"Professional Services",
"Consumer Services & Retail",
"Gaming or Casino"
],
"net_annual_income": [
"Less than $10,000",
"$10,001 - $25,000",
"$25,001 - $50,000",
"$50,001 - $75,000",
"$75,001 - $100,000",
"$100,001 - $250,000",
"$250,001 - $500,000",
"Over $500,000"
],
"occupation": [
"Director",
"Manager",
"Coordinator",
"Specialist",
"Administrator",
"Assistant",
"Technician"
],
"source_of_income": [
"Sale of high value assets",
"Gift/donation",
"Maturity or surrender of life insurance policy",
"Income from rental or real estate",
"Inheritance",
"Retirement income, pension or other statutory benefit",
"Salary/Income from Employment",
"Investments and Dividends"
],
"source_of_wealth": [
"Accumulation of Income/Savings",
"Business",
"Inheritance",
"Investments and Dividends ",
"Retirement Income",
"Proceeds of sale of cryptocurrencies",
"Sale of Property"
]
}
}
],
"meta": {
"endpoint": "/v1/config/champion/financial-assessment",
"method": "POST",
"timing": 440
}
}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params multipart/form-data
object {0}
Responses
Modified at 2025-07-09 05:08:00