THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/uae/financial-assessment' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"education_level": "{{$helpers.arrayElement(['\''Secondary Education'\'','\''Undergraduate Degree'\'','\''Postgraduate/Professional Qualification'\'','\''No Formal Education'\''])}}",
"estimated_net_worth": "{{$helpers.arrayElement(['\''Less than AED 120,000'\'','\''AED 120,000 - AED 600,000'\'','\''More than AED 600,000'\''])}}",
"regular_expenses": "{{$helpers.arrayElement(['\''Less than AED 5,000'\'','\''AED 5,000 - AED 20,000'\'','\''More than AED 20,000'\''])}}",
"occupation": "{{$helpers.arrayElement(['\''Director'\'','\''Manager'\'','\''Coordinator'\'','\''Specialist'\'','\''Administrator'\'','\''Assistant'\'','\''Technician'\'','\''Others'\''])}}",
"industry_of_employment": "{{$helpers.arrayElement(['\''Financial Services & Banking'\'','\''Technology & Communications'\'','\''Healthcare & Medical Services'\'','\''Manufacturing, Mining & Construction'\'','\''Professional Services'\'','\''Consumer Services & Retail'\'','\''Gaming or Casino'\'','\''Others'\''])}}",
"source_of_wealth": "{{$helpers.arrayElement(['\''Accumulation of Income/Savings'\'','\''Business'\'','\''Inheritance'\'','\''Investments and Dividends'\'','\''Retirement Income'\'','\''Sale of Property'\'','\''Cryptocurrencies'\''])}}",
"employer_name": "4x sdn",
"net_annual_income": "{{$helpers.arrayElement(['\''Less than AED 120,000'\'','\''AED 120,000 - AED 600,000'\'','\''More than AED 600,000'\''])}}",
"source_of_funds": "{{$helpers.arrayElement(['\''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'\''])}}"
}'
{
"data": [
{
"created_time": "2025-07-16T02:20:22.869177",
"updated_time": "2025-07-18T08:36:06.915675",
"occupation": "Director",
"employer_name": "4x sdn",
"education_level": "No Formal Education",
"regular_expenses": "Less than AED 5,000",
"source_of_wealth": "Cryptocurrencies",
"net_annual_income": "AED 120,000 - AED 600,000",
"estimated_net_worth": "AED 120,000 - AED 600,000",
"industry_of_employment": "Financial Services & Banking"
}
],
"meta": {
"endpoint": "/v1/client/uae/financial-assessment",
"method": "POST",
"timing": 1333
}
}