THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/tax-information' \
--header 'Authorization: '
{
"data": [
{
"tax_information": {
"employment_status": "employed",
"is_foreign_taxpayer": true,
"tax_residence_country": "af",
"account_opening_reason": "Additional revenue",
"tax_identification_number": "0102030405"
},
"financial_assessment": {
"occupation": "Director",
"employer_name": "ert",
"education_level": "Undergraduate Degree",
"regular_expenses": "AED 5,000 - AED 20,000",
"source_of_wealth": "Investments and Dividends ",
"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/tax-information",
"method": "GET",
"timing": 847
}
}