errorbusinessEN 16931

BR-DEC-11:The allowed maximum number of decimals for the Sum of charges on document...

Fix: Invoice Navigator automatically fixes this issue by correcting the `cbc:Amount` element in your Invoice (BR-DEC-11). Upload your invoice to fix this automatically.

The sum of document level charges has too many decimal places. This total must have a maximum of 2 decimal places.

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

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 rejected by Peppol access points and never reaches 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 — the invoice must be corrected and re-sent before it can reach the recipient.

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

How to Fix It

1.

Find the incorrectly formatted value

Check cbc:ChargeTotalAmount at //cac:LegalMonetaryTotal/cbc:ChargeTotalAmount. The current value does not match the required format.

2.

Apply the correct format

Invoice Navigator automatically fixes this issue by correcting the `cbc:Amount` element in your Invoice (BR-DEC-11).

3.

Update your export settings

If this occurs consistently, check your invoicing software's locale and format settings for XML export. Re-validate to confirm BR-DEC-11 is resolved.

Before / After

Failing XML
<cac:AllowanceCharge[ChargeIndicator=true]>
  <cbc:Amount>999.99</cbc:Amount>
  <!-- Does not match expected calculation -->
</cac:AllowanceCharge[ChargeIndicator=true]>
Corrected XML
<cac:AllowanceCharge[ChargeIndicator=true]>
  <cbc:Amount>100.00</cbc:Amount>
  <!-- Matches expected calculation -->
</cac:AllowanceCharge[ChargeIndicator=true]>

Technical Reference

XPath//cac:LegalMonetaryTotal/cbc:ChargeTotalAmount
SpecEN 16931
Operationnormalize
StrategyRound sum of document-level charges to 2 decimal places per EN16931

Common 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 →

Frequently Asked Questions

The sum of document level charges has too many decimal places. This total must have a maximum of 2 decimal places.

Invoice Navigator automatically fixes this issue by correcting the `cbc:Amount` element in your Invoice (BR-DEC-11). You can also use Invoice Navigator's compliance engine to correct this automatically in your pipeline.

Yes, BR-DEC-11 is a critical error that will cause invoice rejection. It must be fixed before submission.

Many instances of BR-DEC-11 can be automatically corrected using Invoice Navigator's compliance engine. The fix is applied in your pipeline with full audit evidence.

Related Errors

Related Content

Last updated: 14 April 2026

Share this guide:

Validate your invoice

Drop your XML here to check for BR-DEC-11

Auto-fix BR-DEC-11 in seconds

Upload your invoice and we fix this error automatically. Financial fields are never touched.