{
    "name": "Dubai Tax Help",
    "url": "https://dubaitaxhelp.com",
    "description": "Free UAE tax tools, calculators, and resources for Corporate Tax, VAT, Small Business Relief, and compliance.",
    "type": "TaxResourcePortal",
    "region": "United Arab Emirates",
    "lastUpdated": "2026-01-15",
    "tools": [
        {
            "name": "SBR Eligibility Calculator",
            "id": "sbr-calculator",
            "url": "/tools#sbr-calculator",
            "description": "Check eligibility for UAE Small Business Relief (0% tax rate on income up to AED 3 million)",
            "inputs": [
                "annualRevenue",
                "businessType",
                "financialYearEndDate"
            ],
            "outputs": [
                "eligibilityStatus",
                "potentialSavings",
                "deadlineWarning"
            ]
        },
        {
            "name": "Filing Deadline Calculator",
            "id": "filing-deadline",
            "url": "/tools#filing-deadline",
            "description": "Calculate exact Corporate Tax filing deadline with live countdown",
            "inputs": [
                "financialYearEndDate",
                "registrationDate"
            ],
            "outputs": [
                "filingDeadline",
                "daysRemaining",
                "urgencyLevel"
            ]
        },
        {
            "name": "Penalty Estimator",
            "id": "penalty-estimator",
            "url": "/tools#penalty-estimator",
            "description": "Estimate FTA penalties for late filing, payment, or registration",
            "inputs": [
                "taxType",
                "violationType",
                "daysLate",
                "taxLiability"
            ],
            "outputs": [
                "fixedPenalty",
                "percentagePenalty",
                "totalPenalty"
            ]
        },
        {
            "name": "VAT Deadline Tracker",
            "id": "vat-tracker",
            "url": "/tools#vat-tracker",
            "description": "Track upcoming VAT return deadlines with calendar export",
            "inputs": [
                "periodType"
            ],
            "outputs": [
                "periodDeadlines",
                "calendarFile"
            ]
        },
        {
            "name": "E-Invoicing Readiness Checker",
            "id": "einvoicing-checker",
            "url": "/tools#einvoicing-checker",
            "description": "Assess preparedness for UAE e-invoicing mandate (mid-2026)",
            "inputs": [
                "invoicingMethod",
                "invoiceVolume",
                "vatRegistrationStatus"
            ],
            "outputs": [
                "readinessScore",
                "complianceGaps",
                "actionItems"
            ]
        }
    ],
    "facts": [
        {
            "key": "corporateTaxRate",
            "value": "9%",
            "description": "Standard UAE Corporate Tax rate for taxable income exceeding AED 375,000",
            "source": "Federal Decree-Law No. 47 of 2022",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "corporateTaxThreshold",
            "value": "375000",
            "unit": "AED",
            "description": "Taxable income threshold below which 0% rate applies",
            "source": "Federal Decree-Law No. 47 of 2022",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "smallBusinessReliefThreshold",
            "value": "3000000",
            "unit": "AED",
            "description": "Revenue threshold for Small Business Relief eligibility",
            "source": "Cabinet Decision No. 73 of 2023",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "smallBusinessReliefEndDate",
            "value": "2026-12-31",
            "description": "Last eligible tax period for Small Business Relief",
            "source": "Cabinet Decision No. 73 of 2023",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "vatRate",
            "value": "5%",
            "description": "Standard UAE VAT rate",
            "source": "Federal Decree-Law No. 8 of 2017",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "vatFilingDeadline",
            "value": "28",
            "unit": "days",
            "description": "Days after tax period end to file VAT return",
            "source": "FTA VAT Guidelines",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "corporateTaxFilingDeadline",
            "value": "9",
            "unit": "months",
            "description": "Months after financial year end to file Corporate Tax return",
            "source": "Federal Decree-Law No. 47 of 2022",
            "lastVerified": "2026-01-15"
        },
        {
            "key": "eInvoicingMandateStart",
            "value": "mid-2026",
            "description": "Expected start of UAE e-invoicing mandate",
            "source": "UAE Ministry of Finance",
            "lastVerified": "2026-01-15"
        }
    ],
    "contact": {
        "type": "form",
        "url": "/contact"
    },
    "llmsGuide": "/llms.txt"
}