Fehlercodes · EN 16931
Reverse charge VAT breakdown taxable amount must match line totals
So lautet die Ablehnung wörtlich: „[BR-AE-08] In a VAT breakdown (BG-23) where the VAT category code (BT-118) is 'AE' (Reverse charge), the VAT category taxable amount (BT-116) must equal the sum of line net amounts (BT-131) minus document-level allowances (BT-92) plus document-level charges (BT-99) for lines and adjustments carrying the Reverse charge VAT category.“
Schematron rule: BR-AE-08 in EN16931 CIUS. The value of cac:TaxTotal/cac:TaxSubtotal[cbc:TaxCategory/cbc:ID='AE']/cbc:TaxableAmount must equal SUM(cac:InvoiceLine[cbc:TaxCategory='AE']/cbc:LineExtensionAmount) - SUM(cac:AllowanceCharge[cbc:ChargeIndicator=false and cbc:TaxCategory='AE']/cbc:Amount) + SUM(cac:AllowanceCharge[cbc:ChargeIndicator=true and cbc:TaxCategory='AE']/cbc:Amount). Rounding tolerance is 0.01 currency units.
<cac:TaxTotal>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="EUR">950.00</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
<cac:TaxCategory>
<cbc:ID>AE</cbc:ID>
<cbc:Percent>0</cbc:Percent>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
<!-- Line nets sum to 1000.00 with a 50.00 doc-level allowance already applied at line level --><cac:TaxTotal>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="EUR">1000.00</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="EUR">0.00</cbc:TaxAmount>
<cac:TaxCategory>
<cbc:ID>AE</cbc:ID>
<cbc:Percent>0</cbc:Percent>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
<!-- Recomputed from actual line nets and adjustments carrying the AE category -->