Error codes · EN 16931

BR-S-08Partly

Standard rated VAT amount doesn't add up

This is the rejection, word for word: „[BR-S-08] The taxable amount in the VAT breakdown for standard-rated items does not match the sum of the corresponding line items, charges, and allowances. For each VAT rate (e.g. 25%, 21%, 19%), the taxable base in the VAT summary must equal: sum of line amounts at that rate, plus charges at that rate, minus allowances at that rate.

XPath: cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="S"]/cbc:TaxableAmount — EN16931 rule BR-S-08. Tolerance: 0.01 (1 cent). Calculation: sum(lines where cat=S AND rate=R) + sum(charges where cat=S AND rate=R) - sum(allowances where cat=S AND rate=R).

What to have readyThe correct figures from your bookkeeping; we show you which field is affected.
What we doInvoice Navigator automatically fixes this issue by correcting the `cbc:Percent` element in your Invoice (BR-S-08).
If you enter it yourself in your invoicing software
Before
<cac:TaxCategory>
  <cbc:Percent>999.99</cbc:Percent>
  <!-- Does not match expected calculation -->
</cac:TaxCategory>
After
<cac:TaxCategory>
  <cbc:Percent>100.00</cbc:Percent>
  <!-- Matches expected calculation -->
</cac:TaxCategory>
What the finding looks likeExample
FindingNeeds your check · BR-S-08
Locationcac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount
From youThe correct figures
ThenChecked again
ProofSHA-256 and /verify link after the check