Peppol BIS Billing 3.0 · rule
BR-AG-06
What does BR-AG-06 mean? In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero.
Why did my invoice fail BR-AG-06?
In a document level allowance (BG-20) whose VAT category code (BT-95) is "IPSI" (code M), the allowance VAT rate (BT-96) must be zero or greater than zero. Missing or negative rates on an IPSI allowance are invalid. In UBL the rate is cac:AllowanceCharge/cac:TaxCategory/cbc:Percent.
Official rule text
In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero.
Common causes
- cbc:Percent missing on the allowance's TaxCategory
- Negative percentage entered instead of expressing the reduction via the amount
- Rate left at an uninitialised negative default
How do I fix it?
<cac:AllowanceCharge>
<cbc:ChargeIndicator>false</cbc:ChargeIndicator>
<cbc:AllowanceChargeReason>Discount</cbc:AllowanceChargeReason>
<cbc:Amount currencyID="EUR">10.00</cbc:Amount>
<cac:TaxCategory>
<cbc:ID>M</cbc:ID>
<cbc:Percent>4</cbc:Percent>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge>
Related rules
BR-AG-01 · BR-AG-02 · BR-AG-03 · BR-AG-04 · BR-AG-05 · BR-AG-07 · BR-AG-08 · BR-AG-09
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.