HomeError code lexicon › BR-46
BR-46 Field BT-117 EN 16931 core rules (BR)

Fix BR-46: VAT breakdown without tax amount

[BR-46] Each VAT breakdown (BG-23) shall have a VAT category tax amount (BT-117)

BR-46 in your own invoice? Upload the file and find every error in seconds.

What does BR-46 mean?

Every VAT breakdown (BG-23) must contain a VAT category tax amount (BT-117). This is the amount that follows from the VAT category taxable amount (BT-116) and the rate (BT-119). In the CII structure it sits as ram:CalculatedAmount in each ram:ApplicableTradeTax at document level. For categories without tax, such as zero rate or exempt, the value is 0.00, but it must still be there.

Common causes of BR-46

How to fix BR-46

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-117 along this XPath://rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount
  2. Apply the fix. Add the element ram:CalculatedAmount with the tax amount of the group to every ram:ApplicableTradeTax at document level, e.g. 19.00; with a zero rate or an exemption 0.00.
  3. Validate again. Save the file and validate it again to check that BR-46 is no longer reported.
Concrete fix

Add the element ram:CalculatedAmount with the tax amount of the group to every ram:ApplicableTradeTax at document level, e.g. 19.00; with a zero rate or an exemption 0.00.

XPath//rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount

Before / after: the XML example

This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).

Wrong
<ram:ApplicableTradeTax>
  <ram:TypeCode>VAT</ram:TypeCode>
  <ram:BasisAmount>100.00</ram:BasisAmount>
  <ram:CategoryCode>S</ram:CategoryCode>
  <ram:RateApplicablePercent>19.00</ram:RateApplicablePercent>
</ram:ApplicableTradeTax>
Correct
<ram:ApplicableTradeTax>
  <ram:CalculatedAmount>19.00</ram:CalculatedAmount>
  <ram:TypeCode>VAT</ram:TypeCode>
  <ram:BasisAmount>100.00</ram:BasisAmount>
  <ram:CategoryCode>S</ram:CategoryCode>
  <ram:RateApplicablePercent>19.00</ram:RateApplicablePercent>
</ram:ApplicableTradeTax>

Frequent questions about BR-46

How do I calculate BT-117?
Tax amount = VAT category taxable amount (BT-116) times rate (BT-119) divided by 100. So for 100.00 and 19 percent, 19.00.
What do I set for a zero rate or an exemption?
0.00. The element must be present even when no tax applies.
Where does the value sit in the XML?
In ram:ApplicableTradeTax/ram:CalculatedAmount at document level.

Related error codes

Check BR-46 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.

Find every error automatically instead of searching by hand

Upload your ZUGFeRD, Factur-X or XRechnung file – you get every violation back with rule ID, field, fix and XPath.

Validate online for free
Check invoice