What does BR-S-7 mean?
If a document level charge carries category S (standard rated), a rate greater than zero must be set.
Common causes of BR-S-7
- The charge carries category "S", but ram:RateApplicablePercent stands at 0.00.
- The element for the VAT rate is missing from the charge CategoryTradeTax.
- The charge was declared as standard rated although it should be tax free.
How to fix BR-S-7
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-103 along this XPath:
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercent - Apply the fix. A document level charge (BG-21) has VAT category "S" (standard rated, BT-102), but the VAT rate (BT-103) is 0 or missing. Standard rating needs a rate greater than 0. Enter a positive rate in ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercent, for example 19.00, matching the lines with the same category.
- Validate again. Save the file and validate it again to check that BR-S-7 is no longer reported.
A document level charge (BG-21) has VAT category "S" (standard rated, BT-102), but the VAT rate (BT-103) is 0 or missing. Standard rating needs a rate greater than 0. Enter a positive rate in ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercent, for example 19.00, matching the lines with the same category.
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercentBefore / after: the XML example
This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).
<ram:SpecifiedTradeAllowanceCharge>
<ram:ChargeIndicator><udt:Indicator>true</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>15.00</ram:ActualAmount>
<ram:CategoryTradeTax>
<ram:CategoryCode>S</ram:CategoryCode>
<ram:RateApplicablePercent>0.00</ram:RateApplicablePercent>
</ram:CategoryTradeTax>
</ram:SpecifiedTradeAllowanceCharge>
<ram:SpecifiedTradeAllowanceCharge>
<ram:ChargeIndicator><udt:Indicator>true</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>15.00</ram:ActualAmount>
<ram:CategoryTradeTax>
<ram:CategoryCode>S</ram:CategoryCode>
<ram:RateApplicablePercent>19.00</ram:RateApplicablePercent>
</ram:CategoryTradeTax>
</ram:SpecifiedTradeAllowanceCharge>
Frequent questions about BR-S-7
How do I tell a charge from an allowance in the XML?
Can I make the charge tax free to get around the error?
Related error codes
Check BR-S-7 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.