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.
1,188 lines • 81.5 kB
TypeScript
/**
* @see https://service.unece.org/trade/untdid/d00a/tred/tred3035.htm
*/
type Untdid3035Definition = {
code: string;
name?: string;
description?: string;
};
type Untdid1229Code = (typeof UNTDID_3035)[number]["code"];
declare const UNTDID_3035_IDENTIFIER: "untdid.3035";
declare const UNTDID_3035: [{
readonly code: "AA";
readonly name: "Party to be billed (AAR Accounting rule 11)";
readonly description: "Party to be billed in accordance with AAR Accounting rule 11.";
}, {
readonly code: "AB";
readonly name: "Buyer's agent/representative";
readonly description: "Third party who arranged the purchase of merchandise on behalf of the actual buyer.";
}, {
readonly code: "AE";
readonly name: "Declarant's agent/representative";
readonly description: "Any natural or legal person who makes a declaration to an official body on behalf of another natural or legal person, where legally permitted (CCC).";
}, {
readonly code: "AF";
readonly name: "Transit principal";
readonly description: "Natural or legal person responsible for the satisfactory performance of a Customs transit operation. Source: CCC.";
}, {
readonly code: "AG";
readonly name: "Agent/representative";
readonly description: "(3196) Party authorized to act on behalf of another party.";
}, {
readonly code: "AH";
readonly name: "Transit principal's agent/representative";
readonly description: "Agent acting on behalf of the transit principal (CCC).";
}, {
readonly code: "AI";
readonly name: "Successful job applicant";
readonly description: "Person who has been chosen for a job.";
}, {
readonly code: "AJ";
readonly name: "Party issuing mutually agreed codes";
readonly description: "The party which has issued all mutually agreed codes used in the message.";
}, {
readonly code: "AK";
readonly name: "Acknowledgement recipient";
readonly description: "Party to whom acknowledgement should be sent.";
}, {
readonly code: "AL";
readonly name: "Principal";
readonly description: "(3340) Party accepting liability for goods held or moving (e.g. transit) under a Customs authorization and - when applicable - a guarantee.";
}, {
readonly code: "AM";
readonly name: "Authorized official";
readonly description: "Employee of a company or firm authorized to act on behalf of that company or firm e.g. to make a Customs declaration.";
}, {
readonly code: "AN";
readonly name: "Approved importer";
readonly description: "Person or company which is authorised by the relevant Customs authority to import goods without payment all taxes or specific taxes at the point of entry into the country.";
}, {
readonly code: "AO";
readonly name: "Account of";
readonly description: "Party account is assigned to.";
}, {
readonly code: "AP";
readonly name: "Accepting party";
readonly description: "(3352) Party accepting goods, products, services etc.";
}, {
readonly code: "AQ";
readonly name: "Approved consignor";
readonly description: "Person or company approved by the relevant authority in the country to pack and export specific goods under Customs supervision.";
}, {
readonly code: "AR";
readonly name: "Authorized exporter";
readonly description: "Exporter authorized/approved by Customs for special Customs procedures e.g. simplified procedure.";
}, {
readonly code: "AS";
readonly name: "Account servicing financial institution";
readonly description: "Identifies the financial institution servicing the account(s).";
}, {
readonly code: "AT";
readonly name: "Authorized importer";
readonly description: "Importer authorized/approved by Customs for special Customs procedures e.g. simplified procedure.";
}, {
readonly code: "AU";
readonly name: "Authorized trader (transit)";
readonly description: "Trader authorized/approved by Customs for special transit procedures e.g. simplified procedure.";
}, {
readonly code: "AV";
readonly name: "Authorizing official";
readonly description: "Party that has delegated the authority to take a certain action on behalf of a company or agency.";
}, {
readonly code: "AW";
readonly name: "Applicant's bank";
readonly description: "Financial institution which is requested to issue the documentary credit.";
}, {
readonly code: "AX";
readonly name: "Authenticating party";
readonly description: "Party which certifies that a document is authentic.";
}, {
readonly code: "AY";
readonly name: "Animal being investigated";
readonly description: "Animal being investigated.";
}, {
readonly code: "AZ";
readonly name: "Issuing bank";
readonly description: "Financial institution which issues the documentary credit, if the applicant's bank is not acting as the issuing bank.";
}, {
readonly code: "B1";
readonly name: "Contact bank 1";
readonly description: "Identifies an additional bank which must be informed of certain aspects of the message.";
}, {
readonly code: "B2";
readonly name: "Contact bank 2";
readonly description: "Identifies an additional bank which must be informed of certain aspects of the message.";
}, {
readonly code: "BA";
readonly name: "Booking agent";
readonly description: "Party acting as a booking office for transport and forwarding services.";
}, {
readonly code: "BB";
readonly name: "Buyer's bank";
readonly description: "[3420] Bank employed by the buyer to make payment.";
}, {
readonly code: "BC";
readonly name: "Negotiating bank";
readonly description: "Financial institution to whom a negotiable documentary credit is directed.";
}, {
readonly code: "BD";
readonly name: "Documentary credit reimbursing bank";
readonly description: "Self-explanatory.";
}, {
readonly code: "BE";
readonly name: "Beneficiary";
readonly description: "The ultimate recipient of the funds. Normally the account owner who is reimbursed by the payor.";
}, {
readonly code: "BF";
readonly name: "Beneficiary's bank";
readonly description: "Identifies the account servicer for the beneficiary or the payee.";
}, {
readonly code: "BG";
readonly name: "Employer";
readonly description: "Self-explanatory.";
}, {
readonly code: "BH";
readonly name: "Previous employer";
readonly description: "Previous employer of a person(s).";
}, {
readonly code: "BI";
readonly name: "Buyer's financial institution";
readonly description: "Financial institution designated by buyer to make payment.";
}, {
readonly code: "BJ";
readonly name: "Release to party";
readonly description: "Party to which the goods or container(s) is (are) to be released.";
}, {
readonly code: "BK";
readonly name: "Financial institution";
readonly description: "Party acting as financial institution.";
}, {
readonly code: "BL";
readonly name: "Bill of lading recipient";
readonly description: "Party to receive B/L.";
}, {
readonly code: "BM";
readonly name: "Insured";
readonly description: "Party which is the object of an insurance contract.";
}, {
readonly code: "BN";
readonly name: "Insurance beneficiary";
readonly description: "Party which benefits from insurance coverage.";
}, {
readonly code: "BO";
readonly name: "Broker or sales office";
readonly description: "Party acting in the name of the seller as broker or as sales office.";
}, {
readonly code: "BP";
readonly name: "Building site purchaser";
readonly description: "Party at the building site responsible for the purchasing of goods and services for that particular site.";
}, {
readonly code: "BQ";
readonly name: "Cheque drawn bank";
readonly description: "Identifies the bank on which the cheque should be drawn, as instructed by the ordering customer.";
}, {
readonly code: "BS";
readonly name: "Bill and ship to";
readonly description: "Party receiving goods and relevant invoice.";
}, {
readonly code: "BT";
readonly name: "Party to be billed for other than freight (bill to)";
readonly description: "Party receiving invoice excluding freight costs.";
}, {
readonly code: "BU";
readonly name: "Service bureau";
readonly description: "Party carrying out service bureau processing work, (e.g. a payroll bureau).";
}, {
readonly code: "BV";
readonly name: "Member";
readonly description: "Member of a group (e.g. of a group of persons or a service scheme).";
}, {
readonly code: "BW";
readonly name: "Borrower";
readonly description: "Self explanatory.";
}, {
readonly code: "BX";
readonly name: "Building site engineer";
readonly description: "Party at the building site responsible for engineering matters for that particular site.";
}, {
readonly code: "BY";
readonly name: "Buyer";
readonly description: "Party to whom merchandise and/or service is sold.";
}, {
readonly code: "BZ";
readonly name: "Building site forwarder";
readonly description: "Party at the building site responsible for forwarding the received goods on that particular site.";
}, {
readonly code: "C1";
readonly name: "In care of party no. 1";
readonly description: "Description to be provided.";
}, {
readonly code: "C2";
readonly name: "In care of party no. 2";
readonly description: "Description to be provided.";
}, {
readonly code: "CA";
readonly name: "Carrier";
readonly description: "(3126) Party undertaking or arranging transport of goods between named points.";
}, {
readonly code: "CB";
readonly name: "Customs broker";
readonly description: "Agent or representative or a professional Customs clearing agent who deals directly with Customs on behalf of the importer or exporter (CCC).";
}, {
readonly code: "CC";
readonly name: "Claimant";
readonly description: "Party who claims goods or insurance.";
}, {
readonly code: "CD";
readonly name: "Agent's bank";
readonly description: "Bank of the agent.";
}, {
readonly code: "CE";
readonly name: "Ceding company";
readonly description: "Description to be provided.";
}, {
readonly code: "CF";
readonly name: "Container operator/lessee";
readonly description: " Party to whom the possession of specified property (e.g. container) has been conveyed for a period of time in return for rental payments.";
}, {
readonly code: "CG";
readonly name: "Carrier's agent";
readonly description: "Party authorized to act for or on behalf of carrier.";
}, {
readonly code: "CH";
readonly name: "Connecting carrier";
readonly description: "Owner or operator of a transportation conveyance to which goods in a given transaction will be transferred.";
}, {
readonly code: "CI";
readonly name: "Commission processor";
readonly description: "Party who provides extra treatment to goods on commission base.";
}, {
readonly code: "CJ";
readonly name: "Previous member";
readonly description: "Previous member of a group of persons or a service scheme.";
}, {
readonly code: "CK";
readonly name: "Empty equipment despatch party";
readonly description: "Party from whose premises empty equipment will be or has been despatched.";
}, {
readonly code: "CL";
readonly name: "Container location party";
readonly description: "Party from whose premises container will be or has been despatched.";
}, {
readonly code: "CM";
readonly name: "Customs";
readonly description: "Identification of customs authority relevant to the transaction or shipment.";
}, {
readonly code: "CN";
readonly name: "Consignee";
readonly description: "(3132) Party to which goods are consigned.";
}, {
readonly code: "CNX";
readonly name: "Cash pool top account servicing financial institution";
readonly description: "Identification of a financial institution servicing the top account of a cash pool.";
}, {
readonly code: "CNY";
readonly name: "Cash pool level account servicing financial institution";
readonly description: "Identification of a financial institution servicing the level account of a cash pool.";
}, {
readonly code: "CNZ";
readonly name: "Cash pool sub-account servicing financial institution";
readonly description: "Identification of a financial institution servicing the sub-account of a cash pool.";
}, {
readonly code: "CO";
readonly name: "Corporate office";
readonly description: "Identification of the Head Office within a company.";
}, {
readonly code: "COA";
readonly name: "Entity in which a financial interest is held";
readonly description: "Business in which a financial interest is held.";
}, {
readonly code: "COB";
readonly name: "Intermediate level parent company";
readonly description: "Identifies an intermediate parent company.";
}, {
readonly code: "COC";
readonly name: "Transshipment party";
readonly description: "A party responsible for transshipment.";
}, {
readonly code: "COD";
readonly name: "Quotation requesting party";
readonly description: "Party sending a request for a quotation.";
}, {
readonly code: "COE";
readonly name: "Party maintaining the codes used in the message";
readonly description: "The party which maintains the codes used in the message.";
}, {
readonly code: "COF";
readonly name: "Party maintaining the identifiers used in the message";
readonly description: "The party which maintains the identifiers used in the message.";
}, {
readonly code: "COG";
readonly name: "Dispatcher";
readonly description: "An individual responsible for sending something to a destination.";
}, {
readonly code: "COH";
readonly name: "Submitter of sample";
readonly description: "An entity responsible for the submission of a sample.";
}, {
readonly code: "COI";
readonly name: "Institutional provider";
readonly description: "The institution providing the service.";
}, {
readonly code: "COJ";
readonly name: "Primary health care provider";
readonly description: "Health care provider that has primary responsibility for patient.";
}, {
readonly code: "COK";
readonly name: "Assistant surgeon";
readonly description: "Physician assisting in surgery.";
}, {
readonly code: "COL";
readonly name: "Admitting health care provider";
readonly description: "Health care provider that admitted the patient.";
}, {
readonly code: "COM";
readonly name: "Referring health care provider";
readonly description: "Health care provider that referred patient to current provider of services.";
}, {
readonly code: "CON";
readonly name: "Supervising health care provider";
readonly description: "Health care provider that supervised the rendering of a service.";
}, {
readonly code: "COO";
readonly name: "Party providing financing";
readonly description: "Identifies the party providing the financing.";
}, {
readonly code: "COP";
readonly name: "Convoying party";
readonly description: "Party designated to escort the transported goods.";
}, {
readonly code: "COQ";
readonly name: "Nominated bank";
readonly description: "Identifies the nominated bank.";
}, {
readonly code: "COR";
readonly name: "Family member";
readonly description: "Identifies a family member.";
}, {
readonly code: "COS";
readonly name: "Co-participant";
readonly description: "Identifies another party who participates in an activity.";
}, {
readonly code: "COT";
readonly name: "Involved party";
readonly description: "Party which is involved in an activity.";
}, {
readonly code: "COU";
readonly name: "Assigner";
readonly description: "Identifies the entity who assigns.";
}, {
readonly code: "COV";
readonly name: "Registered principal";
readonly description: "An individual who is registered as a principal for an entity.";
}, {
readonly code: "COW";
readonly name: "Freight payer on behalf of the consignor";
readonly description: "Freight payer is a third party acting on behalf of the consignor.";
}, {
readonly code: "COX";
readonly name: "Freight payer on behalf of the consignee";
readonly description: "Freight payer is a third party acting on behalf of the consignee.";
}, {
readonly code: "COY";
readonly name: "Party responsible for disinfection";
readonly description: "Party responsible for performing disinfection operations.";
}, {
readonly code: "COZ";
readonly name: "Party responsible for refueling";
readonly description: "Party responsible for performing refueling operations.";
}, {
readonly code: "CP";
readonly name: "Party to receive certificate of compliance";
readonly description: "Party acting for or on behalf of seller in matters concerning compliance.";
}, {
readonly code: "CPA";
readonly name: "Advising bank";
readonly description: "Identifies the financial institution used by the issuing bank to advise the documentary credit.";
}, {
readonly code: "CPB";
readonly name: "Reimbursing bank";
readonly description: "Identifies the financial institution through which the reimbursement is to be effected.";
}, {
readonly code: "CPC";
readonly name: "Advise through bank";
readonly description: "Identifies the financial institution through which the advising bank is to advise.";
}, {
readonly code: "CPD";
readonly name: "Charges payer at destination";
readonly description: "Party, other than the ordering party, which has to pay the charges concerning the destination operations.";
}, {
readonly code: "CPE";
readonly name: "Vessel master";
readonly description: "Master of the conveyance.";
}, {
readonly code: "CPF";
readonly name: "Means of transport charterer";
readonly description: "Charterer of the means of transport.";
}, {
readonly code: "CPG";
readonly name: "Excise party";
readonly description: "Party to whom excise must be paid.";
}, {
readonly code: "CQ";
readonly name: "Cheque order";
readonly description: "Party to which the cheque will be ordered, when different from the beneficiary.";
}, {
readonly code: "CR";
readonly name: "Empty equipment return party";
readonly description: "Party to whose premises empty equipment will be or has been returned.";
}, {
readonly code: "CS";
readonly name: "Consolidator";
readonly description: "Party consolidating various consignments, payments etc.";
}, {
readonly code: "CT";
readonly name: "Consignee to be specified";
readonly description: "The party to be identified at a later time as the consignee.";
}, {
readonly code: "CU";
readonly name: "Container return company";
readonly description: "The company to which containers have to be returned.";
}, {
readonly code: "CV";
readonly name: "Consignee of vessel";
readonly description: "Description to be provided.";
}, {
readonly code: "CW";
readonly name: "Equipment owner";
readonly description: "Owner of equipment (container, etc.).";
}, {
readonly code: "CX";
readonly name: "Consignee's agent";
readonly description: "Party authorized to act on behalf of the consignee.";
}, {
readonly code: "CY";
readonly name: "Commissionable agent";
readonly description: "IATA cargo agent entitled to commission.";
}, {
readonly code: "CZ";
readonly name: "Consignor";
readonly description: "(3336) Party which, by contract with a carrier, consigns or sends goods with the carrier, or has them conveyed by him. Synonym: shipper, sender.";
}, {
readonly code: "DA";
readonly name: "Available with bank (documentary credits)";
readonly description: "Financial institution with whom the documentary credit is available.";
}, {
readonly code: "DB";
readonly name: "Distributor branch";
readonly description: "The affiliate of a retailer or distributor.";
}, {
readonly code: "DC";
readonly name: "Deconsolidator";
readonly description: "Party that splits up a large consignment composed of separate consignments of goods. The smaller consignments of goods were grouped together into that large consignment for carriage as a larger unit in order to obtain a reduced rate.";
}, {
readonly code: "DCP";
readonly name: "Despatch charge payer";
readonly description: "Party, other than the ordering party, which has to pay the charges concerning the despatch operations.";
}, {
readonly code: "DD";
readonly name: "Documentary credit account party's bank";
readonly description: "Bank of the documentary credit account party.";
}, {
readonly code: "DE";
readonly name: "Depositor";
readonly description: "Party depositing goods, financial payments or documents.";
}, {
readonly code: "DF";
readonly name: "Documentary credit applicant";
readonly description: "Party at whose request the applicant's bank/issuing bank is to issue a documentary credit.";
}, {
readonly code: "DG";
readonly name: "Documentary credit beneficiary";
readonly description: "Party in whose favour the documentary credit is to be issued and the party that must comply with the credit's terms and conditions.";
}, {
readonly code: "DH";
readonly name: "Documentary credit account party";
readonly description: "Party which is responsible for the payment settlement of the documentary credit with the applicant's bank/issuing bank, if different from the documentary credit applicant.";
}, {
readonly code: "DI";
readonly name: "Documentary credit second beneficiary";
readonly description: "Party to whom the documentary credit can be transferred.";
}, {
readonly code: "DJ";
readonly name: "Party according to documentary credit transaction";
readonly description: "Party related to documentary credit transaction.";
}, {
readonly code: "DK";
readonly name: "Documentary credit beneficiary's bank";
readonly description: "Financial institution with which the beneficiary of the documentary credit maintains an account.";
}, {
readonly code: "DL";
readonly name: "Factor";
readonly description: "Company offering a financial service whereby a firm sells or transfers title to its accounts receivable to the factoring company.";
}, {
readonly code: "DM";
readonly name: "Party to whom documents are to be presented";
readonly description: "Self explanatory.";
}, {
readonly code: "DN";
readonly name: "Owner of operation";
readonly description: "Owner of the operation.";
}, {
readonly code: "DO";
readonly name: "Document recipient";
readonly description: "(1370) Party which should receive a specified document.";
}, {
readonly code: "DP";
readonly name: "Delivery party";
readonly description: "(3144) Party to which goods should be delivered, if not identical with consignee.";
}, {
readonly code: "DQ";
readonly name: "Owner's agent";
readonly description: "Person acting on delegation of powers of the owner.";
}, {
readonly code: "DR";
readonly name: "Driver";
readonly description: "Person who drives a means of transport.";
}, {
readonly code: "DS";
readonly name: "Distributor";
readonly description: "Party distributing goods, financial payments or documents.";
}, {
readonly code: "DT";
readonly name: "Declarant";
readonly description: "(3140) Party who makes a declaration to an official body or - where legally permitted - in whose name, or on whose behalf, a declaration to an official body is made.";
}, {
readonly code: "DU";
readonly name: "Owner's representative";
readonly description: "Person commissioned by the owner to represent him in certain circumstances.";
}, {
readonly code: "DV";
readonly name: "Project management office";
readonly description: "Party commissioned by the owner to follow through the execution of all works.";
}, {
readonly code: "DW";
readonly name: "Drawee";
readonly description: "Party on whom drafts must be drawn.";
}, {
readonly code: "DX";
readonly name: "Engineer (construction)";
readonly description: "Party representing the contractor to advise and supervise engineering aspects of the works.";
}, {
readonly code: "DY";
readonly name: "Engineer, resident (construction)";
readonly description: "Party commissioned by the owner to advise and supervise engineering aspects of the works.";
}, {
readonly code: "DZ";
readonly name: "Architect";
readonly description: "Self explanatory.";
}, {
readonly code: "EA";
readonly name: "Architect-designer";
readonly description: "Designer of the construction project.";
}, {
readonly code: "EB";
readonly name: "Building inspectorate";
readonly description: "Party controlling the conformity of works to legal and regulation rules.";
}, {
readonly code: "EC";
readonly name: "Exchanger";
readonly description: "Party exchanging currencies or goods.";
}, {
readonly code: "ED";
readonly name: "Engineer, consultant";
readonly description: "Party providing professional engineering services.";
}, {
readonly code: "EE";
readonly name: "Location of goods for customs examination before clearance";
readonly description: "SE.";
}, {
readonly code: "EF";
readonly name: "Project coordination office";
readonly description: "Party responsible for technical coordination of works.";
}, {
readonly code: "EG";
readonly name: "Surveyor, topographical";
readonly description: "Party responsible for topographical measurements.";
}, {
readonly code: "EH";
readonly name: "Engineer, measurement";
readonly description: "Party responsible for quantity measurements.";
}, {
readonly code: "EI";
readonly name: "Controller, quality";
readonly description: "Party controlling the quality of goods and workmanship for the project.";
}, {
readonly code: "EJ";
readonly name: "Surveyor, quantity";
readonly description: "Party responsible for the quantification and valuation of the works on behalf of the contractor.";
}, {
readonly code: "EK";
readonly name: "Surveyor (professional), quantity";
readonly description: "Party responsible to the owner for the quantification and valuation of the works.";
}, {
readonly code: "EL";
readonly name: "Project";
readonly description: "Party responsible for a project, e.g. a construction project.";
}, {
readonly code: "EM";
readonly name: "Party to receive electronic memo of invoice";
readonly description: "Party being informed about invoice issue (via EDI).";
}, {
readonly code: "EN";
readonly name: "Tenderer";
readonly description: "Firm answering an invitation to tender.";
}, {
readonly code: "EO";
readonly name: "Owner of equipment";
readonly description: "Party who owns equipment.";
}, {
readonly code: "EP";
readonly name: "Equipment drop-off party";
readonly description: "The party which drops off equipment.";
}, {
readonly code: "EQ";
readonly name: "Empty container responsible party";
readonly description: "Party responsible for the empty container.";
}, {
readonly code: "ER";
readonly name: "Empty container return agent";
readonly description: "Party, designated by owner of containers, responsible for their collection as agreed between the owner and customer/ consignee.";
}, {
readonly code: "ES";
readonly name: "Contractor, lead";
readonly description: "Leader representing a grouping of co-contractors.";
}, {
readonly code: "ET";
readonly name: "Co-contractor";
readonly description: "Member of a grouping of co-contractors.";
}, {
readonly code: "EU";
readonly name: "Contractor, general";
readonly description: "Single contractor for the whole construction project, working by his own or with subcontractors.";
}, {
readonly code: "EV";
readonly name: "Subcontractor";
readonly description: "Firm carrying out a part of the works for a contractor.";
}, {
readonly code: "EW";
readonly name: "Subcontractor with direct payment";
readonly description: "Subcontractor benefiting from direct payments.";
}, {
readonly code: "EX";
readonly name: "Exporter";
readonly description: "(3030) Party who makes - or on whose behalf a Customs clearing agent or other authorized person makes - an export declaration. This may include a manufacturer, seller or other person. Within a Customs union, consignor may have the same meaning as exporter.";
}, {
readonly code: "EY";
readonly name: "Subcontractor, nominated";
readonly description: "Subcontractor authorized by the owner after having been proposed.";
}, {
readonly code: "EZ";
readonly name: "Operator, essential services";
readonly description: "Operator of essential services e.g. water, sewerage system, power.";
}, {
readonly code: "FA";
readonly name: "Operator, communication channel";
readonly description: "Operator of a communication channel.";
}, {
readonly code: "FB";
readonly name: "Nominated freight company";
readonly description: "Party nominated to act as transport company or carrier for the goods.";
}, {
readonly code: "FC";
readonly name: "Contractor, main";
readonly description: "Firm or grouping of co-contractors which has been awarded the contract.";
}, {
readonly code: "FD";
readonly name: "Buyer's parent company";
readonly description: "Parent company, e.g. holding company.";
}, {
readonly code: "FE";
readonly name: "Credit rating agency";
readonly description: "Self explanatory.";
}, {
readonly code: "FF";
readonly name: "Factor, correspondent";
readonly description: "Factoring company engaged by another factoring company to assist the letter with the services provided to the clients (sellers).";
}, {
readonly code: "FG";
readonly name: "Buyer as officially registered";
readonly description: "Buying party as officially registered with government.";
}, {
readonly code: "FH";
readonly name: "Seller as officially registered";
readonly description: "Selling party as officially registered with government.";
}, {
readonly code: "FI";
readonly name: "Copy message to";
readonly description: "Party that is to receive a copy of a message.";
}, {
readonly code: "FJ";
readonly name: "Trade Union";
readonly description: "Organisation representing employees.";
}, {
readonly code: "FK";
readonly name: "Previous Trade Union";
readonly description: "Employee organisation who previously represented an employee .";
}, {
readonly code: "FL";
readonly name: "Passenger";
readonly description: "A person conveyed by a means of transport, other than the crew.";
}, {
readonly code: "FM";
readonly name: "Crew member";
readonly description: "A person manning a means of transport.";
}, {
readonly code: "FN";
readonly name: "Tariff issuer";
readonly description: "The issuer of a tariff, e.g. a freight tariff.";
}, {
readonly code: "FO";
readonly name: "Party performing inspection";
readonly description: "Self explanatory.";
}, {
readonly code: "FP";
readonly name: "Freight/charges payer";
readonly description: "Party responsible for the payment of freight.";
}, {
readonly code: "FQ";
readonly name: "Container survey agent";
readonly description: "The container survey agency that will survey the containers.";
}, {
readonly code: "FR";
readonly name: "Message from";
readonly description: "Party where the message comes from.";
}, {
readonly code: "FS";
readonly name: "Party authorized to make definite a contract action";
readonly description: "Party who has the authority to make definite a contract action.";
}, {
readonly code: "FT";
readonly name: "Party responsible for financial settlement";
readonly description: "(3450) Party responsible for either the transfer or repatriation of the funds relating to a transaction.";
}, {
readonly code: "FU";
readonly name: "Hazardous material office";
readonly description: "The office responsible for providing information regarding hazardous material.";
}, {
readonly code: "FV";
readonly name: "Party providing government furnished property";
readonly description: "The party responsible for providing government furnished property.";
}, {
readonly code: "FW";
readonly name: "Freight forwarder";
readonly description: "Party arranging forwarding of goods.";
}, {
readonly code: "FX";
readonly name: "Current receiver";
readonly description: "Current receiver of the goods in a multi-step transportation process (indirect flow) involving at least one grouping centre.";
}, {
readonly code: "FY";
readonly name: "Current sender";
readonly description: "Current sender of the goods in a multi-step transportation process (indirect flow) involving at least one grouping centre.";
}, {
readonly code: "FZ";
readonly name: "Grouping centre";
readonly description: "A party in charge of groupage, including degroupage and regroupage.";
}, {
readonly code: "GA";
readonly name: "Road carrier";
readonly description: "A road carrier moving cargo.";
}, {
readonly code: "GB";
readonly name: "Chamber of commerce";
readonly description: "Name of the Chamber of Commerce of the town where the company is registered.";
}, {
readonly code: "GC";
readonly name: "Goods custodian";
readonly description: "(3024) Party responsible for the keeping of goods.";
}, {
readonly code: "GD";
readonly name: "Producer";
readonly description: "Party or person who has produced the produce.";
}, {
readonly code: "GE";
readonly name: "Registration tribunal";
readonly description: "Name of the tribunal where the company is registered.";
}, {
readonly code: "GF";
readonly name: "Slot charter party";
readonly description: "An identification code of a participant or user that books slots (space) on a ship, more likely on a long term basis on a series of sailings. He pays for the space whether he uses it or not.";
}, {
readonly code: "GG";
readonly name: "Warehouse";
readonly description: "The name of the warehouse where product is held.";
}, {
readonly code: "GH";
readonly name: "Applicant for job";
readonly description: "A person who applied for a job.";
}, {
readonly code: "GI";
readonly name: "Spouse";
readonly description: "Person is a spouse.";
}, {
readonly code: "GJ";
readonly name: "Mother";
readonly description: "Person is a mother.";
}, {
readonly code: "GK";
readonly name: "Father";
readonly description: "Person is a father.";
}, {
readonly code: "GL";
readonly name: "Socially insured person";
readonly description: "A person who is registered in a social security scheme.";
}, {
readonly code: "GM";
readonly name: "Inventory controller";
readonly description: "To specifically identify the party in charge of inventory control.";
}, {
readonly code: "GN";
readonly name: "Processor";
readonly description: "Party or person who has or will apply a process.";
}, {
readonly code: "GO";
readonly name: "Goods owner";
readonly description: "The party which owns the goods.";
}, {
readonly code: "GP";
readonly name: "Packer";
readonly description: "Party or person who has undertaken or will undertake packing.";
}, {
readonly code: "GQ";
readonly name: "Slaughterer";
readonly description: "Party or person who has undertaken or will undertake a slaughter.";
}, {
readonly code: "GR";
readonly name: "Goods releaser";
readonly description: "(3026) Party entitled to authorize release of goods from custodian.";
}, {
readonly code: "GS";
readonly name: "Consignor's representative";
readonly description: "Party authorised to represent the consignor.";
}, {
readonly code: "GT";
readonly name: "Rail carrier";
readonly description: "A carrier moving cargo, including containers, via rail.";
}, {
readonly code: "GU";
readonly name: "Originator of article number";
readonly description: "A code identifying the party which created a specific article number.";
}, {
readonly code: "GV";
readonly name: "Procurement responsibility for order";
readonly description: "A code used to identify the organization which is responsible for the procurement.";
}, {
readonly code: "GW";
readonly name: "Party fulfilling all operations";
readonly description: "Code indicating the fact that the party identified carries out all operations within that company's activities.";
}, {
readonly code: "GX";
readonly name: "Central catalogue party";
readonly description: "Party controlling a central catalogue.";
}, {
readonly code: "GY";
readonly name: "Inventory reporting party";
readonly description: "Party reporting inventory information.";
}, {
readonly code: "GZ";
readonly name: "Substitute supplier";
readonly description: "Party which may be in a position to supply products or services should the main usual supplier be unable to do so.";
}, {
readonly code: "HA";
readonly name: "Party which delivers consignments to the terminal";
readonly description: "Party which delivers consignments to a terminal.";
}, {
readonly code: "HB";
readonly name: "Party which picks up consignments from the terminal";
readonly description: "Party which picks up consignments from a terminal.";
}, {
readonly code: "HC";
readonly name: "Transit freight forwarder";
readonly description: "Freight forwarder to whom transit consignments are addressed, and from whom they are to be on-forwarded.";
}, {
readonly code: "HD";
readonly name: "Inspection and acceptance party";
readonly description: "The party who will perform inspection and acceptance.";
}, {
readonly code: "HE";
readonly name: "Transportation office";
readonly description: "The office that provides transportation information.";
}, {
readonly code: "HF";
readonly name: "Contract administration office";
readonly description: "The office responsible for the administration of a contract.";
}, {
readonly code: "HG";
readonly name: "Investigator";
readonly description: "A party who conducts investigations.";
}, {
readonly code: "HH";
readonly name: "Audit office";
readonly description: "The office responsible for conducting audits.";
}, {
readonly code: "HI";
readonly name: "Requestor";
readonly description: "The party requesting an action.";
}, {
readonly code: "HJ";
readonly name: "Foreign disclosure information office";
readonly description: "The office that reviews sensitive information for foreign disclosure.";
}, {
readonly code: "HK";
readonly name: "Mark-for party";
readonly description: "The party within an organization for whom the material is marked to be delivered.";
}, {
readonly code: "HL";
readonly name: "Party to receive reports";
readonly description: "The party to whom reports are to be submitted.";
}, {
readonly code: "HM";
readonly name: "Alternative manufacturer";
readonly description: "Party identification of an alternative manufacturer for a product.";
}, {
readonly code: "HN";
readonly name: "Service performer";
readonly description: "The party who is performing a service.";
}, {
readonly code: "HO";
readonly name: "Shipper's association";
readonly description: "An association of shippers.";
}, {
readonly code: "HP";
readonly name: "Final message recipient";
readonly description: "To identify the final recipient of the message.";
}, {
readonly code: "HQ";
readonly name: "Account owner";
readonly description: "Identifies the owner of the account.";
}, {
readonly code: "HR";
readonly name: "Shipping line service";
readonly description: "Identifies the shipping line service organization.";
}, {
readonly code: "HS";
readonly name: "Creditor";
readonly description: "Party to whom payment is due.";
}, {
readonly code: "HT";
readonly name: "Clearing house";
readonly description: "Institution through which funds will be paid.";
}, {
readonly code: "HU";
readonly name: "Ordering bank";
readonly description: "Bank which instructed the sender to act on the transaction(s).";
}, {
readonly code: "HV";
readonly name: "Receiver of funds";
readonly description: "Identifies the party that receives the funds.";
}, {
readonly code: "HW";
readonly name: "Sender of funds";
readonly description: "Identifies the party that sends the funds.";
}, {
readonly code: "HX";
readonly name: "Debtor";
readonly description: "Party from whom payment is due.";
}, {
readonly code: "HY";
readonly name: "Presenting bank";
readonly description: "The bank which presents documents to the drawee.";
}, {
readonly code: "HZ";
readonly name: "Work team";
readonly description: "Team responsible for performing work.";
}, {
readonly code: "I1";
readonly name: "Intermediary bank 1";
readonly description: "A financial institution between the ordered bank and the beneficiary's bank.";
}, {
readonly code: "I2";
readonly name: "Intermediary bank 2";
readonly description: "A financial institution between the ordered bank and the beneficiary's bank.";
}, {
readonly code: "IB";
readonly name: "Intermediary/broker";
readonly description: "Description to be provided.";
}, {
readonly code: "IC";
readonly name: "Intermediate consignee";
readonly description: "The intermediate consignee.";
}, {
readonly code: "ID";
readonly name: "Replacing manufacturer";
readonly description: "A code used to identify a party who replaces the previous party for the manufacture of an article.";
}, {
readonly code: "IE";
readonly name: "Non-resident third party company with whom financial account is held";
readonly description: "Identifies the non-resident third party company with whom the financial account is held.";
}, {
readonly code: "IF";
readonly name: "Non-resident group company with whom financial account is held";
readonly description: "Identifies the non-resident group company with whom the financial account is held.";
}, {
readonly code: "IG";
readonly name: "Non-resident beneficiary";
readonly description: "The ultimate non-resident recipient of the funds. Normally the account owner who is reimbursed by the payor.";
}, {
readonly code: "IH";
readonly name: "Resident beneficiary";
readonly description: "The ultimate resident recipient of the funds. Normally the account owner who is reimbursed by the payor.";
}, {
readonly code: "II";
readonly name: "Issuer of invoice";
readonly description: "(3028) Party issuing an invoice.";
}, {
readonly code: "IJ";
readonly name: "Non-resident instructing party";
readonly description: "Identifies the non-resident party originating the instruction.";
}, {
readonly code: "IL";
readonly name: "Resident instructing party";
readonly description: "Identifies the resident party originating the instruction.";
}, {
readonly code: "IM";
readonly name: "Importer";
readonly description: "(3020) Party who makes - or on whose behalf a Customs clearing agent or other authorized person makes - an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.";
}, {
readonly code: "IN";
readonly name: "Insurer";
readonly description: "Description to be provided.";
}, {
readonly code: "IO";
readonly name: "Insurance company";
readonly description: "Description to be provided.";
}, {
readonly code: "IP";
readonly name: "Insurance claim adjuster";
readonly description: "Description to be provided.";
}, {
readonly code: "IQ";
readonly name: "Domestic financial institution";
readonly description: "Domestic party acting as financial institution.";
}, {
readonly code: "IR";
readonly name: "Non-domestic financial institution";
readonly description: "Non-domestic party acting as financial institution.";
}, {
readonly code: "IS";
readonly name: "Party to receive certified inspection report";
readonly description: "Party (at buyer) to receive certified inspection report.";
}, {
readonly code: "IT";
readonly name: "Installation on site";
readonly description: "Description to be provided.";
}, {
readonly code: "IU";
readonly name: "Non-resident debtor";
readonly description: "Non-resident party who makes the payment or against whom a claim exists.";
}, {
readonly code: "IV";
readonly name: "Invoicee";
readonly description: "(3006) Party to whom an invoice is issued.";
}, {
readonly code: "IW";
readonly name: "Non-resident creditor";
readonly description: "Non-resident party receiving the payment or against whom a liability exists.";
}, {
readonly code: "IX";
readonly name: "Supplier work team";
readonly description: "The supplier's team responsible for performing the work.";
}, {
readonly code: "IY";
readonly name: "Tenant manager";
readonly description: "A code to identify the party who rents the rights to use the goodwill and facilities of an enterprise.";
}, {
readonly code: "IZ";
readonly name: "Party mandated to liquidate an enterprise";
readonly description: "A code to identify the party who has been legally mandated to sell off an enterprise.";
}, {
readonly code: "JA";
readonly name: "Certified accountant";
readonly description: "Code identifying the party as a certified accountant.";
}, {
readonly code: "JB";
readonly name: "Goods collection party";
readonly description: "Party that will collect or has collected the goods.";
}, {
readonly code: "JC";
readonly name: "Party at final place of positioning";
readonly description: "Identifies the party at the final place of positioning.";
}, {
readonly code: "JD";
readonly name: "Customs office of clearance";
readonly description: "Identifies the office where customs clearance procedures take place.";
}, {
readonly code: "JE";
readonly name: "Party from whom customs documents are to be picked up";
readonly description: "Identification of the party from whom customs documents are to be picked up.";
}, {
readonly code: "JF";
readonly name: "Party from whom non-customs documents are to be picked up";
readonly description: "Identification of the party from whom non-customs documents are to be picked up.";
}, {
readonly code: "JG";
readonly name: "Party to receive customs documents";
readonly description: "Identification of the party to whom customs documents are to be delivered.";
}, {
readonly code: "JH";
readonly name: "Party to receive non-customs documents";
readonly description: "Identification of the party to whom non-customs documents are to be delivered.";
}, {
readonly code: "LA";
readonly name: "Party designated to provide living animal care";
readonly description: "Party responsible to take care of transported living animals.";
}, {
readonly code: "LB";
readonly name: "Co-producer";
readonly description: "A code used to identify a party who participates in production.";
}, {
readonly code: "LC";
readonly name: "Party declaring the Value Added Tax (VAT)";
readonly description: "A code to identify the party who is responsible for declaring the Value Added Tax (VAT) on the sale of goods or services.";
}, {
readonly code: "LD";
readonly name: "Party recovering the Value Added Tax (VAT)";
readonly description: "A code to identify the party who is eligible to recover the Value Added Tax (VAT) on the sale of goods or services.";
}, {
readonly code: "LE";
readonly name: "Person on claim";
readonly description: "To identify the person who is the subject of the claim.";
}, {
readonly code: "LF";
readonly name: "Buyer's corporate office";
readonly description: "The identification of the buyer's corporate office.";
}, {
readonly code: "LG";
readonly name: "Supplier's corporate office";
readonly description: "The identification of the supplier's corporate office.";
}, {
readonly code: "LH";
readonly name: "Liquidator";
readonly description: "The party responsible for settling or paying a debt.";
}, {
readonly code: "LI";
readonly name: "Account coordinator";
readonly description: "An individual with coordination responsibilities for a specific account.";
}, {
readonly code: "LJ";
readonly name: "Inspection leader";
readonly description: "An individual responsible for an inspection team.";
}, {
readonly code: "LK";
readonly name: "Patient";
readonly description: "A person receiving or registered to receive medical treatment.";
}, {
readonly code: "LL";
readonly name: "Patient companion";
readonly description: "Person accompanying the patient.";
}, {
readonly code: "LM";
readonly name: "Medical treatment executant";
readonly description: "The party who executes a medical treatment.";
}, {
readonly code: "LN";
readonly name: "Lender";
readonly description: "Party lending goods or equipment.";
}, {
r