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.
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
Check the taxable amount
Find the TaxableAmount in the standard-rated VAT breakdown.
Multiply by the rate
The VAT amount should be: taxable amount × rate ÷ 100. For 21%: 1000.00 × 21 ÷ 100 = 210.00.
Update the tax amount
Set the TaxAmount to the calculated value. Round to 2 decimal places.
Before / After
<cac:TaxSubtotal> <cbc:TaxAmount>999.99</cbc:TaxAmount> <!-- Does not match expected calculation --> </cac:TaxSubtotal>
<cac:TaxSubtotal> <cbc:TaxAmount>100.00</cbc:TaxAmount> <!-- Matches expected calculation --> </cac:TaxSubtotal>
Technical Reference
cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmountCommon 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
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-S-09 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.