errorcii-d16b

CII-FIX-TAX-AMOUNTS:CII tax amount recalculation

Each tax breakdown amount (ram:CalculatedAmount) must equal the taxable amount times the tax rate. When the declared tax amount differs from the calculated amount by more than 1 cent, the system can recalculate it. This changes a financial value and requires your confirmation.

Severity
Fatal
Rule set
cii-d16b
Country
All EU
Fix type
CONFIRM
Confidence
80%
Category
calculation

Engine Classification

Requires user confirmation before application

What is CII-FIX-TAX-AMOUNTS?

CII-FIX-TAX-AMOUNTS is a fatal validation rule defined in the cii-d16b specification. It validates the ram:CalculatedAmount 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: ram:ApplicableTradeTax/ram:CalculatedAmount

Why This Error Matters

CII-FIX-TAX-AMOUNTS 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.

Validator Behavior

  • ·Causes invoice rejection
  • ·Fails CII schema validation
  • ·Error returned: CII-FIX-TAX-AMOUNTS
  • ·Specification: cii-d16b

XML Example

Generic example based on the rule's target XPath. Your actual XML structure may differ.

Before
<!-- Triggers validation error -->
<ram:CalculatedAmount></ram:CalculatedAmount>
After
<!-- Corrected -->
<ram:CalculatedAmount>VALID_VALUE</ram:CalculatedAmount>

Technical Reference

XPathram:ApplicableTradeTax/ram:CalculatedAmount
Speccii-d16b
Operationrecalculate
StrategyRecalculate each tax CalculatedAmount = BasisAmount × RateApplicablePercent / 100

Common Causes

  • ·Rounding difference in tax calculation
  • ·Tax rate changed after amount was set
  • ·Multi-currency rounding

Seeing this in production? The API handles CII-FIX-TAX-AMOUNTS automatically. See the fix response →

Commonly Seen In

ZUGFeRD generatorsFactur-X converters

Last updated: 18 February 2026

Share this guide:

Handle CII-FIX-TAX-AMOUNTS Automatically in Your Pipeline

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