errorbusinessEN 16931

BR-DEC-01:Document allowance: max 2 decimals

Fix: Invoice Navigator automatically fixes this issue by correcting the `cbc:Amount` element in your Invoice. Upload your invoice to fix this automatically.

Document level allowance amount allows maximum 2 decimal places.

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

Engine Classification

Round document-level allowance amount to 2 decimal places per EN16931

Confidence: 95% · Applied automatically in pipeline

What is BR-DEC-01?

BR-DEC-01 is a fatal validation rule defined in the EN 16931 specification. It validates the Amount 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:AllowanceCharge[cbc:ChargeIndicator='false']/cbc:Amount

Why This Error Matters

Invoice will be rejected by validation. Financial systems require consistent 2-decimal precision for proper accounting and reconciliation.

BR-DEC-01 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-01
  • ·Specification: EN 16931

How to Fix It

1.

Check precision

Amount should have ≤2 decimal places

2.

Round

Use half-up rounding to 2 decimals

Before / After

Failing XML
<cac:AllowanceCharge[ChargeIndicator=false]>
  <cbc:Amount>100.123456</cbc:Amount>
  <!-- Too many decimal places -->
</cac:AllowanceCharge[ChargeIndicator=false]>
Corrected XML
<cac:AllowanceCharge[ChargeIndicator=false]>
  <cbc:Amount>100.00</cbc:Amount>
  <!-- Correct decimal places -->
</cac:AllowanceCharge[ChargeIndicator=false]>

Technical Reference

XPath//cac:AllowanceCharge[cbc:ChargeIndicator='false']/cbc:Amount
SpecEN 16931
Operationnormalize
StrategyRound document-level allowance amount to 2 decimal places per EN16931

Common Causes

  • ·ERP system exports amounts with more precision than allowed
  • ·Calculation produced result with extra decimal places
  • ·Currency conversion created excessive decimals
  • ·Manual entry included too many decimal places
  • ·Data import from external system with different precision rules

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

Frequently Asked Questions

Document level allowance amount allows maximum 2 decimal places.

Round to 2 decimal places (e.g., 10.125 → 10.13). Invoice Navigator can help identify and fix this issue.

Yes, BR-DEC-01 is a critical error that must be fixed.

Related Errors

Related Content

Last updated: 27 February 2026

Share this guide:

Validate your invoice

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

Auto-fix BR-DEC-01 in seconds

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