BR-DEC-11:The allowed maximum number of decimals for the Sum of charges on document...
The sum of document level charges has too many decimal places. This total must have a maximum of 2 decimal places.
Engine Classification
Round sum of document-level charges to 2 decimal places per EN16931
Confidence: 95% · Applied automatically in pipeline
What is BR-DEC-11?
BR-DEC-11 is a fatal validation rule defined in the EN 16931 specification. It validates the ChargeTotalAmount 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:LegalMonetaryTotal/cbc:ChargeTotalAmount
Why This Error Matters
Invoice will be rejected by validation. Charge totals require proper decimal precision.
BR-DEC-11 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-11
- ·Specification: EN 16931
Before / After
<cac:AllowanceCharge[ChargeIndicator=true]> <cbc:Amount>999.99</cbc:Amount> <!-- Does not match expected calculation --> </cac:AllowanceCharge[ChargeIndicator=true]>
<cac:AllowanceCharge[ChargeIndicator=true]> <cbc:Amount>100.00</cbc:Amount> <!-- Matches expected calculation --> </cac:AllowanceCharge[ChargeIndicator=true]>
Technical Reference
//cac:LegalMonetaryTotal/cbc:ChargeTotalAmountCommon Causes
- ·Multiple charges summed with full precision
- ·Individual charge amounts not rounded
- ·ERP calculation preserves extra decimals
- ·Sum calculated from unrounded components
- ·Export format does not limit precision
Seeing this in production? The API handles BR-DEC-11 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-DEC-11 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.