Reference
Markdown exportBR-AF-07 IGIC charge VAT rate must be zero or greater
In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero.
Problem Description
In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero.
ERROR
XRechnung 3.0
Context and Significance
This is the charge-level counterpart of BR-AF-05 and BR-AF-06 for the IGIC category (the Canary Islands indirect tax), which comes from the updated EN16931 code lists supported by the current XRechnung 3.0.2 rulepack.
Solution
Set BT-103 (the charge cac:TaxCategory/cbc:Percent) to a non-negative value such as 7.00; never use a negative rate.
Quick actions
Valid Examples
Use these points as the practical checks for this section.
- Document level charge with category "L" (IGIC) and BT-103 = 7.00
Invalid Examples
Use these points as the practical checks for this section.
- Document level charge with category "L" (IGIC) and BT-103 = -7.00
Code Examples
<cac:AllowanceCharge>
<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
<cac:TaxCategory>
<cbc:ID>L</cbc:ID>
<cbc:Percent>7.00</cbc:Percent>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge><cac:AllowanceCharge>
<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
<cac:TaxCategory>
<cbc:ID>L</cbc:ID>
<cbc:Percent>-7.00</cbc:Percent>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge>