BR-DEC-13:The allowed maximum number of decimals for the Invoice total VAT amount...
The invoice total VAT amount has too many decimal places. The total tax amount must have a maximum of 2 decimal places.
Engine Classification
Round invoice total VAT amount to 2 decimal places per EN16931
Confidence: 95% · Applied automatically in pipeline
What is BR-DEC-13?
BR-DEC-13 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxAmount element 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/cbc:TaxAmount
Why This Error Matters
Invoice will be rejected by validation. VAT total precision is critical for tax reporting and compliance.
BR-DEC-13 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-DEC-13
- ·Specification: EN 16931
Before / After
<cac:LegalMonetaryTotal> <cbc:TaxInclusiveAmount>999.99</cbc:TaxInclusiveAmount> <!-- Does not match expected calculation --> </cac:LegalMonetaryTotal>
<cac:LegalMonetaryTotal> <cbc:TaxInclusiveAmount>100.00</cbc:TaxInclusiveAmount> <!-- Matches expected calculation --> </cac:LegalMonetaryTotal>
Technical Reference
//cac:TaxTotal/cbc:TaxAmountCommon Causes
- ·VAT calculation produced extra decimal precision
- ·Sum of VAT breakdown amounts not rounded
- ·Tax rate calculation created excess decimals
- ·ERP exports VAT with full precision
- ·Multiple tax categories summed without rounding
Seeing this in production? The API handles BR-DEC-13 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-DEC-13 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.