BR-CO-15:Tax exclusive amount calculation error
Fix: Invoice Navigator automatically fixes this issue by correcting the `cbc:TaxInclusiveAmount` element in your Invoice. Upload your invoice to fix this automatically.
Invoice total amount with VAT (BT-112) = Invoice total amount without VAT (BT-109) + Invoice total VAT amount (BT-110).. This applies to the `cbc:TaxInclusiveAmount` element in the invoice XML.
Engine Classification
Recalculate TaxInclusiveAmount as TaxExclusiveAmount + TaxAmount
Confidence: 90% · Applied automatically in pipeline
What is BR-CO-15?
BR-CO-15 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxInclusiveAmount element under LegalMonetaryTotal in the UBL invoice XML.
When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.
Target path: /Invoice/cac:LegalMonetaryTotal/cbc:TaxInclusiveAmount
Why This Error Matters
Invoice rejected. The gross total is what the buyer pays - it must be mathematically correct.
BR-CO-15 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.
Wrong tax-inclusive total means the payable amount will be incorrect. The buyer may pay the wrong amount, leading to reconciliation issues and potential late payment fees.
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-CO-15
- ·Specification: EN 16931
How to Fix It
Start with lines
Sum of LineExtensionAmount
Add charges
Add document-level AllowanceCharge where ChargeIndicator=true
Subtract allowances
Subtract where ChargeIndicator=false
Set result
Equals TaxExclusiveAmount
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
/Invoice/cac:LegalMonetaryTotal/cbc:TaxInclusiveAmountCode Example
<cac:LegalMonetaryTotal>
<cbc:LineExtensionAmount currencyID="EUR">1000.00</cbc:LineExtensionAmount>
<cbc:TaxExclusiveAmount currencyID="EUR">950.00</cbc:TaxExclusiveAmount>
<!-- 1000 - 50 document allowance = 950 -->
</cac:LegalMonetaryTotal>Common Causes
- ·Tax inclusive amount calculation incorrect
- ·BT-112 does not equal BT-109 + BT-110
- ·TaxInclusiveAmount formula mismatch
- ·Manual gross total override broke calculation
- ·VAT amount changed without updating inclusive total
Seeing this in production? The API handles BR-CO-15 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
TaxExclusiveAmount must equal LineExtensionAmount + Document Charges - Document Allowances.
Verify TaxExclusiveAmount calculation. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
Yes, BR-CO-15 is a critical error that will cause invoice rejection. It must be fixed before submission to ensure your invoice is accepted by the recipient's system.
Many instances of BR-CO-15 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including tax exclusive amount calculation error.
BR-CO-15 is commonly seen in exports from All invoicing software. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.
Related Errors
Related Content
Last updated: 24 April 2026
Validate your invoice
Drop your XML here to check for BR-CO-15
Auto-fix BR-CO-15 in seconds
Upload your invoice and we fix this error automatically. Financial fields are never touched.