THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/config/uae/financial-assessment' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"employment_status": "employed"
}'
{
"data": {
"employment_status": "employed",
"financial_assessment": {
"education_level": [
"Secondary Education",
"Undergraduate Degree",
"Postgraduate/Professional Qualification",
"No Formal Education"
],
"employer_name": "",
"estimated_net_worth": [
"Less than AED 120,000",
"AED 120,000 - AED 600,000",
"More than AED 600,000"
],
"industry_of_employment": [
"Financial Services & Banking",
"Technology & Communications",
"Healthcare & Medical Services",
"Manufacturing, Mining & Construction",
"Professional Services",
"Consumer Services & Retail",
"Gaming or Casino",
"Others"
],
"intended_annual_investment": [
"Less than AED 50,000",
"AED 50,000 - AED 200,000",
"AED 200,000 - AED 500,000",
"More than AED 500,000"
],
"net_annual_income": [
"Less than AED 120,000",
"AED 120,000 - AED 600,000",
"More than AED 600,000"
],
"occupation": [
"Director",
"Manager",
"Coordinator",
"Specialist",
"Administrator",
"Assistant",
"Technician",
"Others"
],
"regular_expenses": [
"Less than AED 5,000",
"AED 5,000 - AED 20,000",
"More than AED 20,000"
],
"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",
"Sale of Property",
"Cryptocurrencies"
]
}
},
"meta": {
"endpoint": "/v1/config/uae/financial-assessment",
"method": "POST",
"timing": 448
}
}