errorEN 16931

BR-AF-10:IGIC VAT breakdown must not have exemption reason

An IGIC VAT breakdown must NOT have a VAT exemption reason code or text. IGIC is a positive tax (like standard VAT), so exemption reasons are not applicable.

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

Engine Classification

Remove VAT exemption reason from IGIC breakdown per EN16931 BR-AF-10

Confidence: 95% · Applied automatically in pipeline

What is BR-AF-10?

BR-AF-10 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxExemptionReasonCode element under ID='L'] > TaxCategory 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:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID='L']/cac:TaxCategory/cbc:TaxExemptionReasonCode

Why This Error Matters

Invoice will be rejected by validation. IGIC is a taxable category - providing an exemption reason is logically incorrect.

BR-AF-10 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-AF-10
  • ·Specification: EN 16931

How to Fix It

1.

Locate IGIC VAT breakdown

2.

Check for exemption reason

3.

Remove exemption reason code

4.

Remove exemption reason text

5.

Validate the result

Before / After

Failing XML
<cac:TaxTotal>
  <cac:TaxSubtotal>-100.00</cac:TaxSubtotal>
</cac:TaxTotal>
Corrected XML
<cac:TaxTotal>
  <cac:TaxSubtotal>100.00</cac:TaxSubtotal>
</cac:TaxTotal>

Technical Reference

XPath//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID='L']/cac:TaxCategory/cbc:TaxExemptionReasonCode
SpecEN 16931
Operationremove
StrategyRemove VAT exemption reason from IGIC breakdown per EN16931 BR-AF-10

Common Causes

  • ·Exemption reason code added to IGIC breakdown in error
  • ·Copy from exempt category without clearing exemption fields
  • ·ERP template includes exemption fields by default
  • ·Confusion between IGIC and exempt categories
  • ·Manual entry added unnecessary exemption text

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

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-AF-10 Automatically in Your Pipeline

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