# BR-O-10 Not-subject-to-VAT breakdown needs an exemption reason

A VAT breakdown (BG-23) with VAT category code (BT-118) "Not subject to VAT" (O) shall carry a VAT exemption reason code (BT-121) meaning "Not subject to VAT", or a VAT exemption reason text (BT-120) stating "Not subject to VAT" (or the equivalent standard text in another language).

## Problem Description

A VAT breakdown (BG-23) with VAT category code (BT-118) "Not subject to VAT" (O) shall carry a VAT exemption reason code (BT-121) meaning "Not subject to VAT", or a VAT exemption reason text (BT-120) stating "Not subject to VAT" (or the equivalent standard text in another language).

> **ERROR**: XRechnung 3.0

## Context and Significance

The exemption reason explains to the buyer and the tax authority why VAT does not apply to a not-subject-to-VAT supply.

## Solution

Add cbc:TaxExemptionReasonCode = VATEX-EU-O or cbc:TaxExemptionReason = "Not subject to VAT" to the O TaxCategory.

- validate
- convert

## Valid Examples

- O breakdown with BT-121 = VATEX-EU-O
- O breakdown with BT-120 = "Not subject to VAT"

## Invalid Examples

- O breakdown with neither BT-121 nor BT-120 provided

## Code Examples

### Valid XML
```
<cac:TaxCategory>
  <cbc:ID>O</cbc:ID>
  <cbc:TaxExemptionReasonCode>VATEX-EU-O</cbc:TaxExemptionReasonCode>
  <cbc:TaxExemptionReason>Not subject to VAT</cbc:TaxExemptionReason>
</cac:TaxCategory>
```

### Invalid XML
```
<cac:TaxCategory>
  <cbc:ID>O</cbc:ID>
</cac:TaxCategory>
```

## Affected Fields

- [BT-118 VAT category code](/resources/xrechnung/bt-118-vat-category-code)
- [BT-120 VAT exemption reason text](/resources/xrechnung/bt-120-vat-exemption-reason-text)
- [BT-121 VAT exemption reason code](/resources/xrechnung/bt-121-vat-exemption-reason-code)

## Related Rules

- [BR-O-01](/resources/kosit-validator-errors/br-o-01-not-subject-vat-breakdown-required)
- [BR-O-09](/resources/kosit-validator-errors/br-o-09-not-subject-tax-amount-zero)
- [BR-CL-22](/resources/kosit-validator-errors/br-cl-22-vatex-tax-exemption-reason)

## Validation Tools

- [Official KoSIT Validator](https://erechnungsvalidator.service-bw.de/): Validate your XRechnung files against all BR-DE rules.
- [Convert PDF to XRechnung](/pdf-to-xrechnung): Automatic validation error fixes when converting.

## Related Resources

- [Official Specification](https://xeinkauf.de/xrechnung/)
- [Test Suite](https://github.com/itplr-kosit/xrechnung-testsuite)
- [Complete Error List](/resources/kosit-validator-errors): Overview of all German XRechnung validation rules.
