What does BR-S-6 mean?
If a document level allowance carries category S (standard rated), a rate greater than zero must be set.
Common causes of BR-S-6
- The allowance carries category "S", but ram:RateApplicablePercent stands at 0.00.
- The element for the VAT rate is missing from the allowance CategoryTradeTax.
- The allowance VAT rate differs from the rate of the related lines and was set to 0 by mistake.
How to fix BR-S-6
- Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-96 along this XPath:
//rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercent - Apply the fix. A document level allowance (BG-20) has VAT category "S" (standard rated, BT-95), but the VAT rate (BT-96) 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-6 is no longer reported.
A document level allowance (BG-20) has VAT category "S" (standard rated, BT-95), but the VAT rate (BT-96) 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>false</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>10.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>false</udt:Indicator></ram:ChargeIndicator>
<ram:ActualAmount>10.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-6
Why does the allowance have a VAT rate of its own?
Must the allowance rate match the lines exactly?
Related error codes
Check BR-S-6 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.