What does BR-E-1 mean?
An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Exempt from VAT" shall contain exactly one VAT breakdown (BG-23) with the VAT category code (BT-118) equal to "Exempt from VAT". For every VAT category used, EN 16931 requires certain accompanying mandatory entries.
Common causes of BR-E-1
- The mandatory entries prescribed for the VAT category used are missing.
- VAT rate, VAT amount or exemption reason do not match the category.
How to fix BR-E-1
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BG-25 along this XPath:
//ram:ApplicableTradeTax[ram:CategoryCode='E'] - Apply the fix. For VAT exemption (category 'E') the seller VAT identifier or tax registration identifier must be present; state a VAT rate of 0, CalculatedAmount = 0 and 'ram:ExemptionReason'.
- Validate again. Save the file and validate it again to check that BR-E-1 is no longer reported.
For VAT exemption (category 'E') the seller VAT identifier or tax registration identifier must be present; state a VAT rate of 0, CalculatedAmount = 0 and 'ram:ExemptionReason'.
//ram:ApplicableTradeTax[ram:CategoryCode='E']Frequent questions about BR-E-1
How do I fix BR-E-1?
Related error codes
Check BR-E-1 automatically
Instead of digging through the XML by hand you can validate your ZUGFeRD or XRechnung file online – upload the PDF or the XML and you get every error with rule ID, affected field, fix and XPath, as a readable report or as JSON through the API.