Skip to main content

BR-O-08 Not-subject-to-VAT taxable amount must equal its line and adjustment sum

In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Not subject to VAT" (O), the VAT category taxable amount (BT-116) shall equal the sum of invoice line net amounts (BT-131) minus the sum of document level allowance amounts (BT-92) plus the sum of document level charge amounts (BT-99) that carry category O.

Problem Description

In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Not subject to VAT" (O), the VAT category taxable amount (BT-116) shall equal the sum of invoice line net amounts (BT-131) minus the sum of document level allowance amounts (BT-92) plus the sum of document level charge amounts (BT-99) that carry category O.

ERROR

XRechnung 3.0

Context and Significance

This EN16931 rule keeps the not-subject-to-VAT taxable base consistent with the underlying category-O amounts so the summary is auditable.

Solution

Compute BT-116 as Σ BT-131 − Σ BT-92 + Σ BT-99 restricted to the category-O lines, allowances and charges, and write it into the O TaxSubtotal TaxableAmount.

Quick actions

Valid Examples

Use these points as the practical checks for this section.

  • O lines net 100.00, no O allowances or charges → BT-116 = 100.00

Invalid Examples

Use these points as the practical checks for this section.

  • O lines net 100.00 but BT-116 reported as 90.00

Code Examples

Valid XML
<cac:TaxSubtotal>
  <cbc:TaxableAmount currencyID="EUR">100.00</cbc:TaxableAmount>
  <cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
  <cac:TaxCategory><cbc:ID>O</cbc:ID></cac:TaxCategory>
</cac:TaxSubtotal>
Invalid XML
<cac:TaxSubtotal>
  <cbc:TaxableAmount currencyID="EUR">90.00</cbc:TaxableAmount>
  <cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
  <cac:TaxCategory><cbc:ID>O</cbc:ID></cac:TaxCategory>
</cac:TaxSubtotal>

Affected Fields

Validation Tools