Saudi Arabia: Tax Categories

Saudi Arabian has specific requirements for how tax information is modelled.

Use the TaxCategory element to model Tax Category information. You can model Tax Scheme information in the TaxScheme element.

Tax amount totals and subtotals are modelled in the TaxTotal and TaxSubtotal elements.

Elements

ElementDescription
Invoice/TaxTotal/TaxSubtotal/TaxCategory/IDThe Tax Category ID. Use one of the allowed values.
Invoice/TaxTotal/TaxSubtotal/TaxCategory/PercentThe tax rate for this category.
Invoice/TaxTotal/TaxSubtotal/TaxCategory/TaxExemptionReasonCodeThe tax exemption reason code, if an exemption exists. Use one of the allowed values.
Invoice/TaxTotal/TaxSubtotal/TaxCategory/TaxExemptionReasonA textual description of the tax exemption reason, if an exemption exists.
Invoice/TaxTotal/TaxSubtotal/TaxCategory/TaxScheme/IDThe Tax Scheme ID. Specify VAT.

Restrictions

ValueDescription
AEVAT Reverse Charge
EExempt from Tax
SStandard rate
ZZero rated goods
GFree export item, VAT not charged
OServices outside scope of tax
KVAT exempt for EEA intra-community supply of goods and services
LCanary Islands general indirect tax
MTax for production, services and importation in Ceuta and Melilla
BTransferred (VAT)
TaxCategory/IDTaxExemptionReasonCodeDescription
EVRBL:SA:VATEX-SA-29Financial services mentioned in Article 29 of the VAT Regulations
EVRBL:SA:VATEX-SA-29-7Life insurance services mentioned in Article 29 of the VAT Regulations
EVRBL:SA:VATEX-SA-30Real estate transactions mentioned in Article 30 of the VAT Regulations
ZVRBL:SA:VATEX-SA-32Export of goods
ZVRBL:SA:VATEX-SA-33Export of services
ZVRBL:SA:VATEX-SA-34-1The international transport of Goods
ZVRBL:SA:VATEX-SA-34-2international transport of passengers
ZVRBL:SA:VATEX-SA-34-3services directly connected and incidental to a Supply of international passenger transport
ZVRBL:SA:VATEX-SA-34-4Supply of a qualifying means of transport
ZVRBL:SA:VATEX-SA-34-5Any services relating to Goods or passenger transportation, as defined in article twenty five of these Regulations
ZVRBL:SA:VATEX-SA-35Medicines and medical equipment
ZVRBL:SA:VATEX-SA-36Qualifying metals
ZVRBL:SA:VATEX-SA-EDUPrivate education to citizen
ZVRBL:SA:VATEX-SA-HEAPrivate healthcare to citizen
ZVRBL:SA:VATEX-SA-MLTRYsupply of qualified military goods
ZVRBL:SA:VATEX-SA-DIPLOMATDiplomat
OVRBL:SA:VATEX-SA-OOSReason is free text, to be provided by the taxpayer on case to case basis.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
        <cac:TaxSubtotal>
            <cbc:TaxableAmount currencyID="EUR">400</cbc:TaxableAmount>
            <cbc:TaxAmount currencyID="EUR">100</cbc:TaxAmount>
            <cac:TaxCategory>
                <cbc:ID>E</cbc:ID>
                <cbc:Percent>0.00</cbc:Percent>
                <cbc:TaxExemptionReasonCode>VRBL:SA:VATEX-SA-EDU</cbc:TaxExemptionReasonCode>
                <cbc:TaxExemptionReason>Exempt or not subject</cbc:TaxExemptionReason>
                <cac:TaxScheme>
                    <cbc:ID>VAT</cbc:ID>
                </cac:TaxScheme>
            </cac:TaxCategory>
        </cac:TaxSubtotal>
    <!-- Code omitted for clarity -->
</ubl:Invoice>