# BR-Z-05

> In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Zero rated" the Invoiced item VAT rate (BT-152) shall be 0 (zero).

Checked against Peppol BIS Billing 3.0 2026.5

Canonical: https://einvoicecheck.eu/rules/br-z-05

## Official rule text

In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Zero rated" the Invoiced item VAT rate (BT-152) shall be 0 (zero).

## Why did my invoice fail BR-Z-05?

On any invoice line (BG-25) whose Invoiced item VAT category code (BT-151) is "Z" (Zero rated), the Invoiced item VAT rate (BT-152) must be exactly 0. Zero rated means a 0% rate applies, so any non-zero percentage is inconsistent with the category.

## Common causes

- The line's ClassifiedTaxCategory Percent is set to a non-zero value (e.g. 20) while the ID is Z.
- Percent element is omitted entirely so no explicit 0 is present.
- Category Z was used where exempt (E) or standard (S) was actually intended.
- Rounding or formatting produced a value like 0.01 instead of 0.

## How do I fix it?

```
Set the line VAT rate to zero: <cac:ClassifiedTaxCategory><cbc:ID>Z</cbc:ID><cbc:Percent>0</cbc:Percent><cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme></cac:ClassifiedTaxCategory>.
```
