Skip to content

Duty or tax or fee category code (Subset of UNCL5305)

UNCL5305, version D.16B, published by UN/CEFACT: 10 codes. Specification page.

ts
import { isTaxCategoryCode, TAX_CATEGORY_CODES, taxCategoryCodeList } from '@facturometro/core/codelists/tax-category';

TAX_CATEGORY_CODES holds the codes, TaxCategoryCode is their union type, isTaxCategoryCode() narrows a string to it and taxCategoryCodeList is the list as data. @facturometro/core/codelists and @facturometro/einvoice/codelists re-export them together with every other list.

CodeName
AEVat Reverse Charge
EExempt from Tax
SStandard rate
ZZero rated goods
GFree export item, VAT not charged
OServices outside scope of tax
KVAT exempt for EEA intra-community supply of goods and services
LCanary Islands general indirect tax
MTax for production, services and importation in Ceuta and Melilla
BTransferred (VAT), In Italy

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.