THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/champion/financial-assessment' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"education_level": "pariatur mollit nisi in ea",
"estimated_net_worth": "{{$helpers.arrayElement(['\''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'\''])}}",
"regular_expenses": "Excepteur id sit elit quis",
"occupation": "{{$helpers.arrayElement(['\''Director'\'','\''Manager'\'','\''Coordinator'\'','\''Specialist'\'','\''Administrator'\'','\''Assistant'\'','\''Technician'\''])}}",
"industry_of_employment": "Ut dolore non enim",
"source_of_wealth": "{{$helpers.arrayElement(['\''Accumulation of Income/Savings'\'','\''Business'\'','\''Inheritance'\'','\''Investments and Dividends '\'','\''Retirement Income'\'','\''Proceeds of sale of cryptocurrencies'\'','\''Sale of Property'\''])}}",
"employer_name": "Jerome Gutkowski",
"net_annual_income": "{{$helpers.arrayElement(['\''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'\''])}}"
}'
{
"data": [
{
"created_time": "2025-07-16T02:20:22.869177",
"updated_time": "2025-07-17T02:16:44.42015",
"occupation": "Director",
"employer_name": "4x",
"education_level": "Secondary Education",
"regular_expenses": "Less than AED 5,000",
"source_of_wealth": "Accumulation of Income/Savings",
"net_annual_income": "Less than AED 120,000",
"estimated_net_worth": "Less than AED 120,000",
"industry_of_employment": "Financial Services & Banking"
}
],
"meta": {
"endpoint": "/v1/client/champion/financial-assessment",
"method": "POST",
"timing": 1003
}
}