node-zugferd
Version:
A Node.js library for creating ZUGFeRD/Factur-X compliant documents. Generating XML and embedding it into PDF/A files, enabling seamless e-invoicing and digital document compliance.
101 lines (99 loc) • 4.95 kB
TypeScript
/**
* Generated by `scripts/untdid/update.js` on Wed, 19 Mar 2025 17:12:25 GMT
*
* @see https://www.xrepository.de/details/urn:xoev-de:kosit:codeliste:untdid.5305
*/
type Untdid5305Definition = {
code: string;
name?: string;
description?: string;
};
type Untdid5305Code = (typeof UNTDID_5305)[number]["code"];
declare const UNTDID_5305_IDENTIFIER: "urn:xoev-de:kosit:codeliste:untdid.5305";
declare const UNTDID_5305_VERSION: "3";
declare const UNTDID_5305: [{
readonly code: "A";
readonly name: "Mixed tax rate";
readonly description: "Code specifying that the rate is based on mixed tax.";
}, {
readonly code: "AA";
readonly name: "Lower rate";
readonly description: "Tax rate is lower than standard rate.";
}, {
readonly code: "AB";
readonly name: "Exempt for resale";
readonly description: "A tax category code indicating the item is tax exempt when the item is bought for future resale.";
}, {
readonly code: "AC";
readonly name: "Value Added Tax (VAT) not now due for payment";
readonly description: "A code to indicate that the Value Added Tax (VAT) amount which is due on the current invoice is to be paid on receipt of a separate VAT payment request.";
}, {
readonly code: "AD";
readonly name: "Value Added Tax (VAT) due from a previous invoice";
readonly description: "A code to indicate that the Value Added Tax (VAT) amount of a previous invoice is to be paid.";
}, {
readonly code: "AE";
readonly name: "VAT Reverse Charge";
readonly description: "Code specifying that the standard VAT rate is levied from the invoicee.";
}, {
readonly code: "B";
readonly name: "Transferred (VAT)";
readonly description: "VAT not to be paid to the issuer of the invoice but directly to relevant tax authority.";
}, {
readonly code: "C";
readonly name: "Duty paid by supplier";
readonly description: "Duty associated with shipment of goods is paid by the supplier; customer receives goods with duty paid.";
}, {
readonly code: "D";
readonly name: "Value Added Tax (VAT) margin scheme - travel agents";
readonly description: "Indication that the VAT margin scheme for travel agents is applied.";
}, {
readonly code: "E";
readonly name: "Exempt from tax";
readonly description: "Code specifying that taxes are not applicable.";
}, {
readonly code: "F";
readonly name: "Value Added Tax (VAT) margin scheme - second-hand goods";
readonly description: "Indication that the VAT margin scheme for second-hand goods is applied.";
}, {
readonly code: "G";
readonly name: "Free export item, tax not charged";
readonly description: "Code specifying that the item is free export and taxes are not charged.";
}, {
readonly code: "H";
readonly name: "Higher rate";
readonly description: "Code specifying a higher rate of duty or tax or fee.";
}, {
readonly code: "I";
readonly name: "Value Added Tax (VAT) margin scheme - works of art Margin scheme — Works of art";
readonly description: "Indication that the VAT margin scheme for works of art is applied.";
}, {
readonly code: "J";
readonly name: "Value Added Tax (VAT) margin scheme - collector’s items and antiques";
readonly description: "Indication that the VAT margin scheme for collector’s items and antiques is applied.";
}, {
readonly code: "K";
readonly name: "VAT exempt for EEA intra-community supply of goods and services";
readonly description: "A tax category code indicating the item is VAT exempt due to an intra-community supply in the European Economic Area.";
}, {
readonly code: "L";
readonly name: "Canary Islands general indirect tax";
readonly description: "Impuesto General Indirecto Canario (IGIC) is an indirect tax levied on goods and services supplied in the Canary Islands (Spain) by traders and professionals, as well as on import of goods.";
}, {
readonly code: "M";
readonly name: "Tax for production, services and importation in Ceuta and Melilla";
readonly description: "Impuesto sobre la Producción, los Servicios y la Importación (IPSI) is an indirect municipal tax, levied on the production, processing and import of all kinds of movable tangible property, the supply of services and the transfer of immovable property located in the cities of Ceuta and Melilla.";
}, {
readonly code: "O";
readonly name: "Services outside scope of tax";
readonly description: "Code specifying that taxes are not applicable to the services.";
}, {
readonly code: "S";
readonly name: "Standard rate";
readonly description: "Code specifying the standard rate.";
}, {
readonly code: "Z";
readonly name: "Zero rated goods";
readonly description: "Code specifying that the goods are at a zero rate.";
}];
export { UNTDID_5305, UNTDID_5305_IDENTIFIER, UNTDID_5305_VERSION, type Untdid5305Code, type Untdid5305Definition };