errorEN 16931

BR-CO-03:VAT point date and VAT point date code are mutually exclusive

Value added tax point date (BT-7) and Value added tax point date code (BT-8) are mutually exclusive. You cannot specify both - use one or the other to indicate when VAT becomes due.

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

Engine Classification

Remove VAT point date code when explicit tax point date is present per EN16931 BR-CO-03

Confidence: 90% · Applied automatically in pipeline

What is BR-CO-03?

BR-CO-03 is a fatal validation rule defined in the EN 16931 specification. It validates the DescriptionCode 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:InvoicePeriod/cbc:DescriptionCode

Why This Error Matters

VAT point date determines when VAT becomes due. Specifying both a date and a code creates ambiguity - the date says "use this specific date" while the code says "derive the date from delivery/payment/etc". Receivers cannot know which to use.

BR-CO-03 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-CO-03
  • ·Specification: EN 16931

How to Fix It

1.

2.

3.

4.

Before / After

Failing XML
<Invoice>\n  <cbc:TaxPointDate>2026-01-15</cbc:TaxPointDate>\n  <cbc:TaxPointDateCode>35</cbc:TaxPointDateCode>\n  <!-- INVALID: both present -->\n</Invoice>
Corrected XML
<Invoice>\n  <cbc:TaxPointDate>2026-01-15</cbc:TaxPointDate>\n  <!-- TaxPointDateCode removed - only one allowed -->\n</Invoice>

Technical Reference

XPath//cac:InvoicePeriod/cbc:DescriptionCode
SpecEN 16931
Operationremove
StrategyRemove VAT point date code when explicit tax point date is present per EN16931 BR-CO-03

Code Example

<!-- Option 1: Use explicit date -->\n<cbc:TaxPointDate>2026-01-15</cbc:TaxPointDate>\n<!-- Do NOT also include TaxPointDateCode -->\n\n<!-- OR Option 2: Use code -->\n<cbc:TaxPointDateCode>35</cbc:TaxPointDateCode>\n<!-- Do NOT also include TaxPointDate -->

Common Causes

  • ·Template includes both fields
  • ·Migration from different format included both
  • ·Manual entry error
  • ·ERP system exports both fields

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

Frequently Asked Questions

BR-CO-03 occurs when both VAT point date (BT-7) and VAT point date code (BT-8) are present. These are mutually exclusive - you can only use one or the other.

Remove either the VAT point date or the VAT point date code. Keep whichever is more appropriate for your invoicing scenario. Invoice Navigator can help identify which to remove.

Yes, BR-CO-03 is a business rule violation that will cause invoice rejection. The EN16931 standard requires these fields to be mutually exclusive.

Yes! Invoice Navigator can automatically remove the VAT point date code when both values are present, keeping the explicit date which is usually more useful.

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-CO-03 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.