BR-13
The invoice must contain the total amount without VAT (BT-109). The norm requires each of the totals explicitly — none of them may be left to be inferred from the others.
- Severity
- Error
- Applies to
- CII, UBL
- Rule set
- v2026-01-31
Official rule text
An Invoice shall have the Invoice total amount without VAT (BT-109).
Why does BR-13 happen?
Where there are no document-level allowances or charges, this looks identical to the line sum, and only one of the two gets written.
How do you fix BR-13?
Write BT-109 into cac:LegalMonetaryTotal/cbc:TaxExclusiveAmount in UBL, or ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxBasisTotalAmount in CII. How the value has to agree with the other totals is covered by BR-CO-10 through BR-CO-16.
In the XML
A UBL fragment. The CII path is named above — same change, different element names.
<cac:LegalMonetaryTotal>
<cbc:LineExtensionAmount currencyID="EUR">1000.00</cbc:LineExtensionAmount>
<cbc:TaxInclusiveAmount currencyID="EUR">1190.00</cbc:TaxInclusiveAmount>
<cbc:PayableAmount currencyID="EUR">1190.00</cbc:PayableAmount>
</cac:LegalMonetaryTotal><cac:LegalMonetaryTotal>
<cbc:LineExtensionAmount currencyID="EUR">1000.00</cbc:LineExtensionAmount>
<cbc:TaxExclusiveAmount currencyID="EUR">1000.00</cbc:TaxExclusiveAmount>
<cbc:TaxInclusiveAmount currencyID="EUR">1190.00</cbc:TaxInclusiveAmount>
<cbc:PayableAmount currencyID="EUR">1190.00</cbc:PayableAmount>
</cac:LegalMonetaryTotal>NormAPI provides technical validation, not tax or legal advice.