errorEN 16931

BR-S-09:VAT amount is calculated incorrectly

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.

Severity
Fatal
Rule set
EN 16931
Country
All EU
Fix type
AUTO-FIX
Confidence
95%
Category
calculation

Engine Classification

Recalculates the VAT amount as taxable amount × rate / 100

Confidence: 95% · Applied automatically in pipeline

What is BR-S-09?

BR-S-09 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxAmount element under TaxSubtotal in the UBL invoice XML.

When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.

Target path: cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount

Why This Error Matters

Invoice will be rejected. Standard rated VAT (category S) requires seller VAT registration, positive VAT rate, and correct tax calculations. Missing elements prevent tax compliance verification.

BR-S-09 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.

Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.

Validator Behavior

  • ·Causes invoice rejection
  • ·Error returned: BR-S-09
  • ·Specification: EN 16931

How to Fix It

1.

Check the taxable amount

Find the TaxableAmount in the standard-rated VAT breakdown.

2.

Multiply by the rate

The VAT amount should be: taxable amount × rate ÷ 100. For 21%: 1000.00 × 21 ÷ 100 = 210.00.

3.

Update the tax amount

Set the TaxAmount to the calculated value. Round to 2 decimal places.

Before / After

Failing XML
<cac:TaxSubtotal>
  <cbc:TaxAmount>999.99</cbc:TaxAmount>
  <!-- Does not match expected calculation -->
</cac:TaxSubtotal>
Corrected XML
<cac:TaxSubtotal>
  <cbc:TaxAmount>100.00</cbc:TaxAmount>
  <!-- Matches expected calculation -->
</cac:TaxSubtotal>

Technical Reference

XPathcac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount
SpecEN 16931
Operationrecalculate
StrategyRecalculates the VAT amount as taxable amount × rate / 100

Common Causes

  • ·Rounding error in tax calculation
  • ·Tax rate changed without recalculating the amount
  • ·ERP uses a different rounding method than EN16931

Seeing this in production? The API handles BR-S-09 automatically. See the fix response →

Commonly Seen In

All invoicing software

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-S-09 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.