Error codes · EN 16931

BR-S-09Partly

VAT amount is calculated incorrectly

This is the rejection, word for word: „[BR-S-09] The VAT amount in the standard-rated breakdown does not match the taxable amount multiplied by the tax rate. For example, if the taxable amount is 1,000.00 and the rate is 21%, the VAT amount should be 210.00.

XPath: cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="S"]/cbc:TaxAmount — EN16931 rule BR-S-09. Formula: TaxAmount = TaxableAmount × Percent / 100. Tolerance: 0.01.

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:TaxAmount` element in your Invoice (BR-S-09).
If you enter it yourself in your invoicing software
Before
<cac:TaxSubtotal>
  <cbc:TaxAmount>999.99</cbc:TaxAmount>
  <!-- Does not match expected calculation -->
</cac:TaxSubtotal>
After
<cac:TaxSubtotal>
  <cbc:TaxAmount>100.00</cbc:TaxAmount>
  <!-- Matches expected calculation -->
</cac:TaxSubtotal>
What the finding looks likeExample
FindingNeeds your check · BR-S-09
From youThe correct figures
ThenChecked again
ProofSHA-256 and /verify link after the check