@twin.org/standards-unece 0.0.1-next.21 → 0.0.1-next.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/index.cjs +24011 -0
  2. package/dist/esm/index.mjs +23990 -1
  3. package/dist/types/codeTypes/amountCurrencyCodes.d.ts +733 -0
  4. package/dist/types/codeTypes/countryIdCodes.d.ts +1009 -0
  5. package/dist/types/codeTypes/documentCodes.d.ts +3225 -0
  6. package/dist/types/codeTypes/documentStatusCodes.d.ts +189 -0
  7. package/dist/types/codeTypes/governmentActionCodes.d.ts +53 -0
  8. package/dist/types/codeTypes/referenceCodes.d.ts +3281 -0
  9. package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +89 -0
  10. package/dist/types/codeTypes/statusCodes.d.ts +1417 -0
  11. package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +549 -0
  12. package/dist/types/codeTypes/transportModeCodes.d.ts +53 -0
  13. package/dist/types/codeTypes/workflowStatusCodes.d.ts +109 -0
  14. package/dist/types/codes/amountCurrencyCodes.d.ts +7 -0
  15. package/dist/types/codes/countryIdCodes.d.ts +7 -0
  16. package/dist/types/codes/documentCodes.d.ts +7 -0
  17. package/dist/types/codes/documentStatusCodes.d.ts +7 -0
  18. package/dist/types/codes/governmentActionCodes.d.ts +7 -0
  19. package/dist/types/codes/referenceCodes.d.ts +7 -0
  20. package/dist/types/codes/responsibleGovernmentAgencyCodes.d.ts +7 -0
  21. package/dist/types/codes/statusCodes.d.ts +7 -0
  22. package/dist/types/codes/transportMeansTypeCodes.d.ts +7 -0
  23. package/dist/types/codes/transportModeCodes.d.ts +7 -0
  24. package/dist/types/codes/workflowStatusCodes.d.ts +7 -0
  25. package/dist/types/index.d.ts +23 -0
  26. package/dist/types/models/IUneceCode.d.ts +17 -0
  27. package/docs/changelog.md +1 -1
  28. package/docs/reference/index.md +37 -0
  29. package/docs/reference/interfaces/IUneceCode.md +27 -0
  30. package/docs/reference/type-aliases/AmountCurrencyCodes.md +7 -0
  31. package/docs/reference/type-aliases/CountryIdCodes.md +7 -0
  32. package/docs/reference/type-aliases/DocumentCodes.md +7 -0
  33. package/docs/reference/type-aliases/DocumentStatusCodes.md +7 -0
  34. package/docs/reference/type-aliases/GovernmentActionCodes.md +7 -0
  35. package/docs/reference/type-aliases/ReferenceCodes.md +7 -0
  36. package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +7 -0
  37. package/docs/reference/type-aliases/StatusCodes.md +7 -0
  38. package/docs/reference/type-aliases/TransportMeansTypeCodes.md +7 -0
  39. package/docs/reference/type-aliases/TransportModeCodes.md +7 -0
  40. package/docs/reference/type-aliases/WorkflowStatusCodes.md +7 -0
  41. package/docs/reference/variables/AMOUNT_CURRENCY_CODES.md +7 -0
  42. package/docs/reference/variables/AmountCurrencyCodes.md +1089 -0
  43. package/docs/reference/variables/COUNTRY_ID_CODES.md +7 -0
  44. package/docs/reference/variables/CountryIdCodes.md +1503 -0
  45. package/docs/reference/variables/DOCUMENT_CODES.md +7 -0
  46. package/docs/reference/variables/DOCUMENT_STATUS_CODES.md +7 -0
  47. package/docs/reference/variables/DocumentCodes.md +4827 -0
  48. package/docs/reference/variables/DocumentStatusCodes.md +273 -0
  49. package/docs/reference/variables/GOVERNMENT_ACTION_CODES.md +7 -0
  50. package/docs/reference/variables/GovernmentActionCodes.md +69 -0
  51. package/docs/reference/variables/REFERENCE_CODES.md +7 -0
  52. package/docs/reference/variables/RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md +7 -0
  53. package/docs/reference/variables/ReferenceCodes.md +4911 -0
  54. package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +123 -0
  55. package/docs/reference/variables/STATUS_CODES.md +7 -0
  56. package/docs/reference/variables/StatusCodes.md +2115 -0
  57. package/docs/reference/variables/TRANSPORT_MEANS_TYPE_CODES.md +7 -0
  58. package/docs/reference/variables/TRANSPORT_MODE_CODES.md +7 -0
  59. package/docs/reference/variables/TransportMeansTypeCodes.md +813 -0
  60. package/docs/reference/variables/TransportModeCodes.md +69 -0
  61. package/docs/reference/variables/WORKFLOW_STATUS_CODES.md +7 -0
  62. package/docs/reference/variables/WorkflowStatusCodes.md +153 -0
  63. package/package.json +1 -1
@@ -0,0 +1,3281 @@
1
+ /**
2
+ * A character string used to represent a reference.
3
+ * https://vocabulary.uncefact.org/ReferenceCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/referencecodelist.json
5
+ */
6
+ export declare const ReferenceCodes: {
7
+ /**
8
+ * AAA Order acknowledgement document identifier.
9
+ */
10
+ AAA: string;
11
+ /**
12
+ * AAB Proforma invoice document identifier.
13
+ */
14
+ AAB: string;
15
+ /**
16
+ * AAC Documentary credit identifier.
17
+ */
18
+ AAC: string;
19
+ /**
20
+ * AAD Contract document addendum identifier.
21
+ */
22
+ AAD: string;
23
+ /**
24
+ * AAE Goods declaration number.
25
+ */
26
+ AAE: string;
27
+ /**
28
+ * AAF Debit card number.
29
+ */
30
+ AAF: string;
31
+ /**
32
+ * AAG Offer number.
33
+ */
34
+ AAG: string;
35
+ /**
36
+ * AAH Bank's batch interbank transaction reference number.
37
+ */
38
+ AAH: string;
39
+ /**
40
+ * AAI Bank's individual interbank transaction reference number.
41
+ */
42
+ AAI: string;
43
+ /**
44
+ * AAJ Delivery order number.
45
+ */
46
+ AAJ: string;
47
+ /**
48
+ * AAK Despatch advice number.
49
+ */
50
+ AAK: string;
51
+ /**
52
+ * AAL Drawing number.
53
+ */
54
+ AAL: string;
55
+ /**
56
+ * AAM Waybill number.
57
+ */
58
+ AAM: string;
59
+ /**
60
+ * AAN Delivery schedule number.
61
+ */
62
+ AAN: string;
63
+ /**
64
+ * AAO Consignment identifier, consignee assigned.
65
+ */
66
+ AAO: string;
67
+ /**
68
+ * AAP Partial shipment identifier.
69
+ */
70
+ AAP: string;
71
+ /**
72
+ * AAQ Transport equipment identifier.
73
+ */
74
+ AAQ: string;
75
+ /**
76
+ * AAR Municipality assigned business registry number.
77
+ */
78
+ AAR: string;
79
+ /**
80
+ * AAS Transport contract document identifier.
81
+ */
82
+ AAS: string;
83
+ /**
84
+ * AAT Master label number.
85
+ */
86
+ AAT: string;
87
+ /**
88
+ * AAU Despatch note document identifier.
89
+ */
90
+ AAU: string;
91
+ /**
92
+ * AAV Enquiry number.
93
+ */
94
+ AAV: string;
95
+ /**
96
+ * AAW Docket number.
97
+ */
98
+ AAW: string;
99
+ /**
100
+ * AAX Civil action number.
101
+ */
102
+ AAX: string;
103
+ /**
104
+ * AAY Carrier's agent reference number.
105
+ */
106
+ AAY: string;
107
+ /**
108
+ * AAZ Standard Carrier Alpha Code (SCAC) number.
109
+ */
110
+ AAZ: string;
111
+ /**
112
+ * ABA Customs valuation decision number.
113
+ */
114
+ ABA: string;
115
+ /**
116
+ * ABB End use authorization number.
117
+ */
118
+ ABB: string;
119
+ /**
120
+ * ABC Anti-dumping case number.
121
+ */
122
+ ABC: string;
123
+ /**
124
+ * ABD Customs tariff number.
125
+ */
126
+ ABD: string;
127
+ /**
128
+ * ABE Declarant's reference number.
129
+ */
130
+ ABE: string;
131
+ /**
132
+ * ABF Repair estimate number.
133
+ */
134
+ ABF: string;
135
+ /**
136
+ * ABG Customs decision request number.
137
+ */
138
+ ABG: string;
139
+ /**
140
+ * ABH Sub-house bill of lading number.
141
+ */
142
+ ABH: string;
143
+ /**
144
+ * ABI Tax payment identifier.
145
+ */
146
+ ABI: string;
147
+ /**
148
+ * ABJ Quota number.
149
+ */
150
+ ABJ: string;
151
+ /**
152
+ * ABK Transit (onward carriage) guarantee (bond) number.
153
+ */
154
+ ABK: string;
155
+ /**
156
+ * ABL Customs guarantee number.
157
+ */
158
+ ABL: string;
159
+ /**
160
+ * ABM Replacing part number.
161
+ */
162
+ ABM: string;
163
+ /**
164
+ * ABN Seller's catalogue number.
165
+ */
166
+ ABN: string;
167
+ /**
168
+ * ABO Originator's reference.
169
+ */
170
+ ABO: string;
171
+ /**
172
+ * ABP Declarant's Customs identity number.
173
+ */
174
+ ABP: string;
175
+ /**
176
+ * ABQ Importer reference number.
177
+ */
178
+ ABQ: string;
179
+ /**
180
+ * ABR Export clearance instruction reference number.
181
+ */
182
+ ABR: string;
183
+ /**
184
+ * ABS Import clearance instruction reference number.
185
+ */
186
+ ABS: string;
187
+ /**
188
+ * ABT Goods declaration document identifier, Customs.
189
+ */
190
+ ABT: string;
191
+ /**
192
+ * ABU Article number.
193
+ */
194
+ ABU: string;
195
+ /**
196
+ * ABV Intra-plant routing.
197
+ */
198
+ ABV: string;
199
+ /**
200
+ * ABW Stock keeping unit number.
201
+ */
202
+ ABW: string;
203
+ /**
204
+ * ABX Text Element Identifier deletion reference.
205
+ */
206
+ ABX: string;
207
+ /**
208
+ * ABY Allotment identification (Air).
209
+ */
210
+ ABY: string;
211
+ /**
212
+ * ABZ Vehicle licence number.
213
+ */
214
+ ABZ: string;
215
+ /**
216
+ * AC Air cargo transfer manifest.
217
+ */
218
+ AC: string;
219
+ /**
220
+ * ACA Cargo acceptance order reference number.
221
+ */
222
+ ACA: string;
223
+ /**
224
+ * ACB US government agency number.
225
+ */
226
+ ACB: string;
227
+ /**
228
+ * ACC Shipping unit identification.
229
+ */
230
+ ACC: string;
231
+ /**
232
+ * ACD Additional reference number.
233
+ */
234
+ ACD: string;
235
+ /**
236
+ * ACE Related document number.
237
+ */
238
+ ACE: string;
239
+ /**
240
+ * ACF Addressee reference.
241
+ */
242
+ ACF: string;
243
+ /**
244
+ * ACG ATA carnet number.
245
+ */
246
+ ACG: string;
247
+ /**
248
+ * ACH Packaging unit identification.
249
+ */
250
+ ACH: string;
251
+ /**
252
+ * ACI Outerpackaging unit identification.
253
+ */
254
+ ACI: string;
255
+ /**
256
+ * ACJ Customer material specification number.
257
+ */
258
+ ACJ: string;
259
+ /**
260
+ * ACK Bank reference.
261
+ */
262
+ ACK: string;
263
+ /**
264
+ * ACL Principal reference number.
265
+ */
266
+ ACL: string;
267
+ /**
268
+ * ACN Collection advice document identifier.
269
+ */
270
+ ACN: string;
271
+ /**
272
+ * ACO Iron charge number.
273
+ */
274
+ ACO: string;
275
+ /**
276
+ * ACP Hot roll number.
277
+ */
278
+ ACP: string;
279
+ /**
280
+ * ACQ Cold roll number.
281
+ */
282
+ ACQ: string;
283
+ /**
284
+ * ACR Railway wagon number.
285
+ */
286
+ ACR: string;
287
+ /**
288
+ * ACT Unique claims reference number of the sender.
289
+ */
290
+ ACT: string;
291
+ /**
292
+ * ACU Loss/event number.
293
+ */
294
+ ACU: string;
295
+ /**
296
+ * ACV Estimate order reference number.
297
+ */
298
+ ACV: string;
299
+ /**
300
+ * ACW Reference number to previous message.
301
+ */
302
+ ACW: string;
303
+ /**
304
+ * ACX Banker's acceptance.
305
+ */
306
+ ACX: string;
307
+ /**
308
+ * ACY Duty memo number.
309
+ */
310
+ ACY: string;
311
+ /**
312
+ * ACZ Equipment transport charge number.
313
+ */
314
+ ACZ: string;
315
+ /**
316
+ * ADA Buyer's item number.
317
+ */
318
+ ADA: string;
319
+ /**
320
+ * ADB Matured certificate of deposit.
321
+ */
322
+ ADB: string;
323
+ /**
324
+ * ADC Loan.
325
+ */
326
+ ADC: string;
327
+ /**
328
+ * ADD Analysis number/test number.
329
+ */
330
+ ADD: string;
331
+ /**
332
+ * ADE Account number.
333
+ */
334
+ ADE: string;
335
+ /**
336
+ * ADF Treaty number.
337
+ */
338
+ ADF: string;
339
+ /**
340
+ * ADG Catastrophe number.
341
+ */
342
+ ADG: string;
343
+ /**
344
+ * ADI Bureau signing (statement reference).
345
+ */
346
+ ADI: string;
347
+ /**
348
+ * ADJ Company / syndicate reference 1.
349
+ */
350
+ ADJ: string;
351
+ /**
352
+ * ADK Company / syndicate reference 2.
353
+ */
354
+ ADK: string;
355
+ /**
356
+ * ADL Ordering customer consignment reference number.
357
+ */
358
+ ADL: string;
359
+ /**
360
+ * ADM Shipowner's authorization number.
361
+ */
362
+ ADM: string;
363
+ /**
364
+ * ADN Inland transport order number.
365
+ */
366
+ ADN: string;
367
+ /**
368
+ * ADO Container work order reference number.
369
+ */
370
+ ADO: string;
371
+ /**
372
+ * ADP Statement number.
373
+ */
374
+ ADP: string;
375
+ /**
376
+ * ADQ Unique market reference.
377
+ */
378
+ ADQ: string;
379
+ /**
380
+ * ADT Group accounting.
381
+ */
382
+ ADT: string;
383
+ /**
384
+ * ADU Broker reference 1.
385
+ */
386
+ ADU: string;
387
+ /**
388
+ * ADV Broker reference 2.
389
+ */
390
+ ADV: string;
391
+ /**
392
+ * ADW Lloyd's claims office reference.
393
+ */
394
+ ADW: string;
395
+ /**
396
+ * ADX Secure delivery terms and conditions agreement reference.
397
+ */
398
+ ADX: string;
399
+ /**
400
+ * ADY Report number.
401
+ */
402
+ ADY: string;
403
+ /**
404
+ * ADZ Trader account number.
405
+ */
406
+ ADZ: string;
407
+ /**
408
+ * AE Authorization for expense (AFE) number.
409
+ */
410
+ AE: string;
411
+ /**
412
+ * AEA Government agency reference number.
413
+ */
414
+ AEA: string;
415
+ /**
416
+ * AEB Assembly number.
417
+ */
418
+ AEB: string;
419
+ /**
420
+ * AEC Symbol number.
421
+ */
422
+ AEC: string;
423
+ /**
424
+ * AED Commodity number.
425
+ */
426
+ AED: string;
427
+ /**
428
+ * AEE Eur 1 certificate number.
429
+ */
430
+ AEE: string;
431
+ /**
432
+ * AEF Customer process specification number.
433
+ */
434
+ AEF: string;
435
+ /**
436
+ * AEG Customer specification number.
437
+ */
438
+ AEG: string;
439
+ /**
440
+ * AEH Applicable instructions or standards.
441
+ */
442
+ AEH: string;
443
+ /**
444
+ * AEI Registration number of previous Customs declaration.
445
+ */
446
+ AEI: string;
447
+ /**
448
+ * AEJ Post-entry reference.
449
+ */
450
+ AEJ: string;
451
+ /**
452
+ * AEK Payment order number.
453
+ */
454
+ AEK: string;
455
+ /**
456
+ * AEL Delivery number (transport).
457
+ */
458
+ AEL: string;
459
+ /**
460
+ * AEM Transport route.
461
+ */
462
+ AEM: string;
463
+ /**
464
+ * AEN Customer's unit inventory number.
465
+ */
466
+ AEN: string;
467
+ /**
468
+ * AEO Product reservation number.
469
+ */
470
+ AEO: string;
471
+ /**
472
+ * AEP Project number.
473
+ */
474
+ AEP: string;
475
+ /**
476
+ * AEQ Drawing list number.
477
+ */
478
+ AEQ: string;
479
+ /**
480
+ * AER Project specification number.
481
+ */
482
+ AER: string;
483
+ /**
484
+ * AES Primary reference.
485
+ */
486
+ AES: string;
487
+ /**
488
+ * AET Request for cancellation number.
489
+ */
490
+ AET: string;
491
+ /**
492
+ * AEU Supplier's control number.
493
+ */
494
+ AEU: string;
495
+ /**
496
+ * AEV Shipping note number.
497
+ */
498
+ AEV: string;
499
+ /**
500
+ * AEW Empty container bill number.
501
+ */
502
+ AEW: string;
503
+ /**
504
+ * AEX Non-negotiable maritime transport document number.
505
+ */
506
+ AEX: string;
507
+ /**
508
+ * AEY Substitute air waybill number.
509
+ */
510
+ AEY: string;
511
+ /**
512
+ * AEZ Despatch note (post parcels) number.
513
+ */
514
+ AEZ: string;
515
+ /**
516
+ * AF Airlines flight identification number.
517
+ */
518
+ AF: string;
519
+ /**
520
+ * AFA Through bill of lading number.
521
+ */
522
+ AFA: string;
523
+ /**
524
+ * AFB Cargo manifest number.
525
+ */
526
+ AFB: string;
527
+ /**
528
+ * AFC Bordereau number.
529
+ */
530
+ AFC: string;
531
+ /**
532
+ * AFD Customs item number.
533
+ */
534
+ AFD: string;
535
+ /**
536
+ * AFE Export Control Commodity number (ECCN).
537
+ */
538
+ AFE: string;
539
+ /**
540
+ * AFF Marking/label reference.
541
+ */
542
+ AFF: string;
543
+ /**
544
+ * AFG Tariff number.
545
+ */
546
+ AFG: string;
547
+ /**
548
+ * AFH Replenishment purchase order number.
549
+ */
550
+ AFH: string;
551
+ /**
552
+ * AFI Immediate transportation no. for in bond movement.
553
+ */
554
+ AFI: string;
555
+ /**
556
+ * AFJ Transportation exportation no. for in bond movement.
557
+ */
558
+ AFJ: string;
559
+ /**
560
+ * AFK Immediate exportation no. for in bond movement.
561
+ */
562
+ AFK: string;
563
+ /**
564
+ * AFL Associated invoices.
565
+ */
566
+ AFL: string;
567
+ /**
568
+ * AFM Secondary Customs reference.
569
+ */
570
+ AFM: string;
571
+ /**
572
+ * AFN Account party's reference.
573
+ */
574
+ AFN: string;
575
+ /**
576
+ * AFO Beneficiary's reference.
577
+ */
578
+ AFO: string;
579
+ /**
580
+ * AFP Second beneficiary's reference.
581
+ */
582
+ AFP: string;
583
+ /**
584
+ * AFQ Applicant's bank reference.
585
+ */
586
+ AFQ: string;
587
+ /**
588
+ * AFR Issuing bank's reference.
589
+ */
590
+ AFR: string;
591
+ /**
592
+ * AFS Beneficiary's bank reference.
593
+ */
594
+ AFS: string;
595
+ /**
596
+ * AFT Direct payment valuation number.
597
+ */
598
+ AFT: string;
599
+ /**
600
+ * AFU Direct payment valuation request number.
601
+ */
602
+ AFU: string;
603
+ /**
604
+ * AFV Quantity valuation number.
605
+ */
606
+ AFV: string;
607
+ /**
608
+ * AFW Quantity valuation request number.
609
+ */
610
+ AFW: string;
611
+ /**
612
+ * AFX Bill of quantities number.
613
+ */
614
+ AFX: string;
615
+ /**
616
+ * AFY Payment valuation number.
617
+ */
618
+ AFY: string;
619
+ /**
620
+ * AFZ Situation number.
621
+ */
622
+ AFZ: string;
623
+ /**
624
+ * AGA Agreement to pay number.
625
+ */
626
+ AGA: string;
627
+ /**
628
+ * AGB Contract party reference number.
629
+ */
630
+ AGB: string;
631
+ /**
632
+ * AGC Account party's bank reference.
633
+ */
634
+ AGC: string;
635
+ /**
636
+ * AGD Agent's bank reference.
637
+ */
638
+ AGD: string;
639
+ /**
640
+ * AGE Agent's reference.
641
+ */
642
+ AGE: string;
643
+ /**
644
+ * AGF Applicant's reference.
645
+ */
646
+ AGF: string;
647
+ /**
648
+ * AGG Dispute number.
649
+ */
650
+ AGG: string;
651
+ /**
652
+ * AGH Credit rating agency's reference number.
653
+ */
654
+ AGH: string;
655
+ /**
656
+ * AGI Request number.
657
+ */
658
+ AGI: string;
659
+ /**
660
+ * AGJ Single transaction sequence number.
661
+ */
662
+ AGJ: string;
663
+ /**
664
+ * AGK Application reference number.
665
+ */
666
+ AGK: string;
667
+ /**
668
+ * AGL Delivery verification certificate.
669
+ */
670
+ AGL: string;
671
+ /**
672
+ * AGM Number of temporary importation document.
673
+ */
674
+ AGM: string;
675
+ /**
676
+ * AGN Reference number quoted on statement.
677
+ */
678
+ AGN: string;
679
+ /**
680
+ * AGO Sender's reference to the original message.
681
+ */
682
+ AGO: string;
683
+ /**
684
+ * AGP Company issued equipment ID.
685
+ */
686
+ AGP: string;
687
+ /**
688
+ * AGQ Domestic flight number.
689
+ */
690
+ AGQ: string;
691
+ /**
692
+ * AGR International flight number.
693
+ */
694
+ AGR: string;
695
+ /**
696
+ * AGS Employer identification number of service bureau.
697
+ */
698
+ AGS: string;
699
+ /**
700
+ * AGT Service group identification number.
701
+ */
702
+ AGT: string;
703
+ /**
704
+ * AGU Member number.
705
+ */
706
+ AGU: string;
707
+ /**
708
+ * AGV Previous member number.
709
+ */
710
+ AGV: string;
711
+ /**
712
+ * AGW Scheme/plan number.
713
+ */
714
+ AGW: string;
715
+ /**
716
+ * AGX Previous scheme/plan number.
717
+ */
718
+ AGX: string;
719
+ /**
720
+ * AGY Receiving party's member identification.
721
+ */
722
+ AGY: string;
723
+ /**
724
+ * AGZ Payroll number.
725
+ */
726
+ AGZ: string;
727
+ /**
728
+ * AHA Packaging specification number.
729
+ */
730
+ AHA: string;
731
+ /**
732
+ * AHB Authority issued equipment identification.
733
+ */
734
+ AHB: string;
735
+ /**
736
+ * AHC Training flight number.
737
+ */
738
+ AHC: string;
739
+ /**
740
+ * AHD Fund code number.
741
+ */
742
+ AHD: string;
743
+ /**
744
+ * AHE Signal code number.
745
+ */
746
+ AHE: string;
747
+ /**
748
+ * AHF Major force program number.
749
+ */
750
+ AHF: string;
751
+ /**
752
+ * AHG Nomination number.
753
+ */
754
+ AHG: string;
755
+ /**
756
+ * AHH Laboratory registration number.
757
+ */
758
+ AHH: string;
759
+ /**
760
+ * AHI Transport contract reference number.
761
+ */
762
+ AHI: string;
763
+ /**
764
+ * AHJ Payee's reference number.
765
+ */
766
+ AHJ: string;
767
+ /**
768
+ * AHK Payer's reference number.
769
+ */
770
+ AHK: string;
771
+ /**
772
+ * AHL Creditor's reference number.
773
+ */
774
+ AHL: string;
775
+ /**
776
+ * AHM Debtor's reference number.
777
+ */
778
+ AHM: string;
779
+ /**
780
+ * AHN Joint venture reference number.
781
+ */
782
+ AHN: string;
783
+ /**
784
+ * AHO Chamber of Commerce registration number.
785
+ */
786
+ AHO: string;
787
+ /**
788
+ * AHP Tax registration number.
789
+ */
790
+ AHP: string;
791
+ /**
792
+ * AHQ Wool identification number.
793
+ */
794
+ AHQ: string;
795
+ /**
796
+ * AHR Wool tax reference number.
797
+ */
798
+ AHR: string;
799
+ /**
800
+ * AHS Meat processing establishment registration number.
801
+ */
802
+ AHS: string;
803
+ /**
804
+ * AHT Quarantine/treatment status reference number.
805
+ */
806
+ AHT: string;
807
+ /**
808
+ * AHU Request for quote number.
809
+ */
810
+ AHU: string;
811
+ /**
812
+ * AHV Manual processing authority number.
813
+ */
814
+ AHV: string;
815
+ /**
816
+ * AHX Rate note number.
817
+ */
818
+ AHX: string;
819
+ /**
820
+ * AHY Freight Forwarder number.
821
+ */
822
+ AHY: string;
823
+ /**
824
+ * AHZ Customs release code.
825
+ */
826
+ AHZ: string;
827
+ /**
828
+ * AIA Compliance code number.
829
+ */
830
+ AIA: string;
831
+ /**
832
+ * AIB Department of transportation bond number.
833
+ */
834
+ AIB: string;
835
+ /**
836
+ * AIC Export establishment number.
837
+ */
838
+ AIC: string;
839
+ /**
840
+ * AID Certificate of conformity.
841
+ */
842
+ AID: string;
843
+ /**
844
+ * AIE Ministerial certificate of homologation.
845
+ */
846
+ AIE: string;
847
+ /**
848
+ * AIF Previous delivery instruction number.
849
+ */
850
+ AIF: string;
851
+ /**
852
+ * AIG Passport number.
853
+ */
854
+ AIG: string;
855
+ /**
856
+ * AIH Common transaction reference number.
857
+ */
858
+ AIH: string;
859
+ /**
860
+ * AII Bank's common transaction reference number.
861
+ */
862
+ AII: string;
863
+ /**
864
+ * AIJ Customer's individual transaction reference number.
865
+ */
866
+ AIJ: string;
867
+ /**
868
+ * AIK Bank's individual transaction reference number.
869
+ */
870
+ AIK: string;
871
+ /**
872
+ * AIL Customer's common transaction reference number.
873
+ */
874
+ AIL: string;
875
+ /**
876
+ * AIM Individual transaction reference number.
877
+ */
878
+ AIM: string;
879
+ /**
880
+ * AIN Product sourcing agreement number.
881
+ */
882
+ AIN: string;
883
+ /**
884
+ * AIO Customs transhipment number.
885
+ */
886
+ AIO: string;
887
+ /**
888
+ * AIP Customs preference inquiry number.
889
+ */
890
+ AIP: string;
891
+ /**
892
+ * AIQ Packing plant number.
893
+ */
894
+ AIQ: string;
895
+ /**
896
+ * AIR Original certificate number.
897
+ */
898
+ AIR: string;
899
+ /**
900
+ * AIS Processing plant number.
901
+ */
902
+ AIS: string;
903
+ /**
904
+ * AIT Slaughter plant number.
905
+ */
906
+ AIT: string;
907
+ /**
908
+ * AIU Charge card account number.
909
+ */
910
+ AIU: string;
911
+ /**
912
+ * AIV Event reference number.
913
+ */
914
+ AIV: string;
915
+ /**
916
+ * AIW Transport section reference number.
917
+ */
918
+ AIW: string;
919
+ /**
920
+ * AIX Referred product for mechanical analysis.
921
+ */
922
+ AIX: string;
923
+ /**
924
+ * AIY Referred product for chemical analysis.
925
+ */
926
+ AIY: string;
927
+ /**
928
+ * AIZ Consolidated invoice number.
929
+ */
930
+ AIZ: string;
931
+ /**
932
+ * AJA Part reference indicator in a drawing.
933
+ */
934
+ AJA: string;
935
+ /**
936
+ * AJB U.S. Code of Federal Regulations (CFR).
937
+ */
938
+ AJB: string;
939
+ /**
940
+ * AJC Purchasing activity clause number.
941
+ */
942
+ AJC: string;
943
+ /**
944
+ * AJD U.S. Defense Federal Acquisition Regulation Supplement.
945
+ */
946
+ AJD: string;
947
+ /**
948
+ * AJE Agency clause number.
949
+ */
950
+ AJE: string;
951
+ /**
952
+ * AJF Circular publication number.
953
+ */
954
+ AJF: string;
955
+ /**
956
+ * AJG U.S. Federal Acquisition Regulation.
957
+ */
958
+ AJG: string;
959
+ /**
960
+ * AJH U.S. General Services Administration Regulation.
961
+ */
962
+ AJH: string;
963
+ /**
964
+ * AJI U.S. Federal Information Resources Management Regulation.
965
+ */
966
+ AJI: string;
967
+ /**
968
+ * AJJ Paragraph.
969
+ */
970
+ AJJ: string;
971
+ /**
972
+ * AJK Special instructions number.
973
+ */
974
+ AJK: string;
975
+ /**
976
+ * AJL Site specific procedures, terms, and conditions number.
977
+ */
978
+ AJL: string;
979
+ /**
980
+ * AJM Master solicitation procedures, terms, and conditions number.
981
+ */
982
+ AJM: string;
983
+ /**
984
+ * AJN U.S. Department of Veterans Affairs Acquisition Regulation.
985
+ */
986
+ AJN: string;
987
+ /**
988
+ * AJO Military Interdepartmental Purchase Request (MIPR) number.
989
+ */
990
+ AJO: string;
991
+ /**
992
+ * AJP Foreign military sales number.
993
+ */
994
+ AJP: string;
995
+ /**
996
+ * AJQ Defense priorities allocation system priority rating.
997
+ */
998
+ AJQ: string;
999
+ /**
1000
+ * AJR Wage determination number.
1001
+ */
1002
+ AJR: string;
1003
+ /**
1004
+ * AJS Agreement number.
1005
+ */
1006
+ AJS: string;
1007
+ /**
1008
+ * AJT Standard Industry Classification (SIC) number.
1009
+ */
1010
+ AJT: string;
1011
+ /**
1012
+ * AJU End item number.
1013
+ */
1014
+ AJU: string;
1015
+ /**
1016
+ * AJV Federal supply schedule item number.
1017
+ */
1018
+ AJV: string;
1019
+ /**
1020
+ * AJW Technical document number.
1021
+ */
1022
+ AJW: string;
1023
+ /**
1024
+ * AJX Technical order number.
1025
+ */
1026
+ AJX: string;
1027
+ /**
1028
+ * AJY Suffix.
1029
+ */
1030
+ AJY: string;
1031
+ /**
1032
+ * AJZ Transportation account number.
1033
+ */
1034
+ AJZ: string;
1035
+ /**
1036
+ * AKA Container disposition order reference number.
1037
+ */
1038
+ AKA: string;
1039
+ /**
1040
+ * AKB Container prefix.
1041
+ */
1042
+ AKB: string;
1043
+ /**
1044
+ * AKC Transport equipment return reference.
1045
+ */
1046
+ AKC: string;
1047
+ /**
1048
+ * AKD Transport equipment survey reference.
1049
+ */
1050
+ AKD: string;
1051
+ /**
1052
+ * AKE Transport equipment survey report number.
1053
+ */
1054
+ AKE: string;
1055
+ /**
1056
+ * AKF Transport equipment stuffing order.
1057
+ */
1058
+ AKF: string;
1059
+ /**
1060
+ * AKG Vehicle Identification Number (VIN).
1061
+ */
1062
+ AKG: string;
1063
+ /**
1064
+ * AKH Government bill of lading.
1065
+ */
1066
+ AKH: string;
1067
+ /**
1068
+ * AKI Ordering customer's second reference number.
1069
+ */
1070
+ AKI: string;
1071
+ /**
1072
+ * AKJ Direct debit reference.
1073
+ */
1074
+ AKJ: string;
1075
+ /**
1076
+ * AKK Meter reading at the beginning of the delivery.
1077
+ */
1078
+ AKK: string;
1079
+ /**
1080
+ * AKL Meter reading at the end of delivery.
1081
+ */
1082
+ AKL: string;
1083
+ /**
1084
+ * AKM Replenishment purchase order range start number.
1085
+ */
1086
+ AKM: string;
1087
+ /**
1088
+ * AKN Third bank's reference.
1089
+ */
1090
+ AKN: string;
1091
+ /**
1092
+ * AKO Action authorization number.
1093
+ */
1094
+ AKO: string;
1095
+ /**
1096
+ * AKP Appropriation number.
1097
+ */
1098
+ AKP: string;
1099
+ /**
1100
+ * AKQ Product change authority number.
1101
+ */
1102
+ AKQ: string;
1103
+ /**
1104
+ * AKR General cargo consignment reference number.
1105
+ */
1106
+ AKR: string;
1107
+ /**
1108
+ * AKS Catalogue sequence number.
1109
+ */
1110
+ AKS: string;
1111
+ /**
1112
+ * AKT Forwarding order number.
1113
+ */
1114
+ AKT: string;
1115
+ /**
1116
+ * AKU Transport equipment survey reference number.
1117
+ */
1118
+ AKU: string;
1119
+ /**
1120
+ * AKV Lease contract reference.
1121
+ */
1122
+ AKV: string;
1123
+ /**
1124
+ * AKW Transport costs reference number.
1125
+ */
1126
+ AKW: string;
1127
+ /**
1128
+ * AKX Transport equipment stripping order.
1129
+ */
1130
+ AKX: string;
1131
+ /**
1132
+ * AKY Prior policy number.
1133
+ */
1134
+ AKY: string;
1135
+ /**
1136
+ * AKZ Policy number.
1137
+ */
1138
+ AKZ: string;
1139
+ /**
1140
+ * ALA Procurement budget number.
1141
+ */
1142
+ ALA: string;
1143
+ /**
1144
+ * ALB Domestic inventory management code.
1145
+ */
1146
+ ALB: string;
1147
+ /**
1148
+ * ALC Customer reference number assigned to previous balance of payment information.
1149
+ */
1150
+ ALC: string;
1151
+ /**
1152
+ * ALD Previous credit advice reference number.
1153
+ */
1154
+ ALD: string;
1155
+ /**
1156
+ * ALE Reporting form number.
1157
+ */
1158
+ ALE: string;
1159
+ /**
1160
+ * ALF Authorization number for exception to dangerous goods regulations.
1161
+ */
1162
+ ALF: string;
1163
+ /**
1164
+ * ALG Dangerous goods security number.
1165
+ */
1166
+ ALG: string;
1167
+ /**
1168
+ * ALH Dangerous goods transport licence number.
1169
+ */
1170
+ ALH: string;
1171
+ /**
1172
+ * ALI Previous rental agreement number.
1173
+ */
1174
+ ALI: string;
1175
+ /**
1176
+ * ALJ Next rental agreement reason number.
1177
+ */
1178
+ ALJ: string;
1179
+ /**
1180
+ * ALK Consignee's invoice number.
1181
+ */
1182
+ ALK: string;
1183
+ /**
1184
+ * ALL Message batch number.
1185
+ */
1186
+ ALL: string;
1187
+ /**
1188
+ * ALM Previous delivery schedule number.
1189
+ */
1190
+ ALM: string;
1191
+ /**
1192
+ * ALN Physical inventory recount reference number.
1193
+ */
1194
+ ALN: string;
1195
+ /**
1196
+ * ALO Receiving advice number.
1197
+ */
1198
+ ALO: string;
1199
+ /**
1200
+ * ALP Returnable container reference number.
1201
+ */
1202
+ ALP: string;
1203
+ /**
1204
+ * ALQ Returns notice number.
1205
+ */
1206
+ ALQ: string;
1207
+ /**
1208
+ * ALR Sales forecast number.
1209
+ */
1210
+ ALR: string;
1211
+ /**
1212
+ * ALS Sales report number.
1213
+ */
1214
+ ALS: string;
1215
+ /**
1216
+ * ALT Previous tax control number.
1217
+ */
1218
+ ALT: string;
1219
+ /**
1220
+ * ALU AGERD (Aerospace Ground Equipment Requirement Data) number.
1221
+ */
1222
+ ALU: string;
1223
+ /**
1224
+ * ALV Registered capital reference.
1225
+ */
1226
+ ALV: string;
1227
+ /**
1228
+ * ALW Standard number of inspection document.
1229
+ */
1230
+ ALW: string;
1231
+ /**
1232
+ * ALX Model.
1233
+ */
1234
+ ALX: string;
1235
+ /**
1236
+ * ALY Financial management reference.
1237
+ */
1238
+ ALY: string;
1239
+ /**
1240
+ * ALZ NOTIfication for COLlection number (NOTICOL).
1241
+ */
1242
+ ALZ: string;
1243
+ /**
1244
+ * AMA Previous request for metered reading reference number.
1245
+ */
1246
+ AMA: string;
1247
+ /**
1248
+ * AMB Next rental agreement number.
1249
+ */
1250
+ AMB: string;
1251
+ /**
1252
+ * AMC Reference number of a request for metered reading.
1253
+ */
1254
+ AMC: string;
1255
+ /**
1256
+ * AMD Hastening number.
1257
+ */
1258
+ AMD: string;
1259
+ /**
1260
+ * AME Repair data request number.
1261
+ */
1262
+ AME: string;
1263
+ /**
1264
+ * AMF Consumption data request number.
1265
+ */
1266
+ AMF: string;
1267
+ /**
1268
+ * AMG Profile number.
1269
+ */
1270
+ AMG: string;
1271
+ /**
1272
+ * AMH Case number.
1273
+ */
1274
+ AMH: string;
1275
+ /**
1276
+ * AMI Government quality assurance and control level Number.
1277
+ */
1278
+ AMI: string;
1279
+ /**
1280
+ * AMJ Payment plan reference.
1281
+ */
1282
+ AMJ: string;
1283
+ /**
1284
+ * AMK Replaced meter unit number.
1285
+ */
1286
+ AMK: string;
1287
+ /**
1288
+ * AML Replenishment purchase order range end number.
1289
+ */
1290
+ AML: string;
1291
+ /**
1292
+ * AMM Insurer assigned reference number.
1293
+ */
1294
+ AMM: string;
1295
+ /**
1296
+ * AMN Canadian excise entry number.
1297
+ */
1298
+ AMN: string;
1299
+ /**
1300
+ * AMO Premium rate table.
1301
+ */
1302
+ AMO: string;
1303
+ /**
1304
+ * AMP Advise through bank's reference.
1305
+ */
1306
+ AMP: string;
1307
+ /**
1308
+ * AMQ US, Department of Transportation bond surety code.
1309
+ */
1310
+ AMQ: string;
1311
+ /**
1312
+ * AMR US, Food and Drug Administration establishment indicator.
1313
+ */
1314
+ AMR: string;
1315
+ /**
1316
+ * AMS US, Federal Communications Commission (FCC) import condition number.
1317
+ */
1318
+ AMS: string;
1319
+ /**
1320
+ * AMT Goods and Services Tax identification number.
1321
+ */
1322
+ AMT: string;
1323
+ /**
1324
+ * AMU Integrated logistic support cross reference number.
1325
+ */
1326
+ AMU: string;
1327
+ /**
1328
+ * AMV Department number.
1329
+ */
1330
+ AMV: string;
1331
+ /**
1332
+ * AMW Buyer's catalogue number.
1333
+ */
1334
+ AMW: string;
1335
+ /**
1336
+ * AMX Financial settlement party's reference number.
1337
+ */
1338
+ AMX: string;
1339
+ /**
1340
+ * AMY Standard's version number.
1341
+ */
1342
+ AMY: string;
1343
+ /**
1344
+ * AMZ Pipeline number.
1345
+ */
1346
+ AMZ: string;
1347
+ /**
1348
+ * ANA Account servicing bank's reference number.
1349
+ */
1350
+ ANA: string;
1351
+ /**
1352
+ * ANB Completed units payment request reference.
1353
+ */
1354
+ ANB: string;
1355
+ /**
1356
+ * ANC Payment in advance request reference.
1357
+ */
1358
+ ANC: string;
1359
+ /**
1360
+ * AND Parent file.
1361
+ */
1362
+ AND: string;
1363
+ /**
1364
+ * ANE Sub file.
1365
+ */
1366
+ ANE: string;
1367
+ /**
1368
+ * ANF CAD file layer convention.
1369
+ */
1370
+ ANF: string;
1371
+ /**
1372
+ * ANG Technical regulation.
1373
+ */
1374
+ ANG: string;
1375
+ /**
1376
+ * ANH Plot file.
1377
+ */
1378
+ ANH: string;
1379
+ /**
1380
+ * ANI File conversion journal.
1381
+ */
1382
+ ANI: string;
1383
+ /**
1384
+ * ANJ Authorization number.
1385
+ */
1386
+ ANJ: string;
1387
+ /**
1388
+ * ANK Reference number assigned by third party.
1389
+ */
1390
+ ANK: string;
1391
+ /**
1392
+ * ANL Deposit reference number.
1393
+ */
1394
+ ANL: string;
1395
+ /**
1396
+ * ANM Named bank's reference.
1397
+ */
1398
+ ANM: string;
1399
+ /**
1400
+ * ANN Drawee's reference.
1401
+ */
1402
+ ANN: string;
1403
+ /**
1404
+ * ANO Case of need party's reference.
1405
+ */
1406
+ ANO: string;
1407
+ /**
1408
+ * ANP Collecting bank's reference.
1409
+ */
1410
+ ANP: string;
1411
+ /**
1412
+ * ANQ Remitting bank's reference.
1413
+ */
1414
+ ANQ: string;
1415
+ /**
1416
+ * ANR Principal's bank reference.
1417
+ */
1418
+ ANR: string;
1419
+ /**
1420
+ * ANS Presenting bank's reference.
1421
+ */
1422
+ ANS: string;
1423
+ /**
1424
+ * ANT Consignee's reference.
1425
+ */
1426
+ ANT: string;
1427
+ /**
1428
+ * ANU Financial transaction reference number.
1429
+ */
1430
+ ANU: string;
1431
+ /**
1432
+ * ANV Credit reference number.
1433
+ */
1434
+ ANV: string;
1435
+ /**
1436
+ * ANW Receiving bank's authorization number.
1437
+ */
1438
+ ANW: string;
1439
+ /**
1440
+ * ANX Clearing reference.
1441
+ */
1442
+ ANX: string;
1443
+ /**
1444
+ * ANY Sending bank's reference number.
1445
+ */
1446
+ ANY: string;
1447
+ /**
1448
+ * AOA Documentary payment reference.
1449
+ */
1450
+ AOA: string;
1451
+ /**
1452
+ * AOD Accounting file reference.
1453
+ */
1454
+ AOD: string;
1455
+ /**
1456
+ * AOE Sender's file reference number.
1457
+ */
1458
+ AOE: string;
1459
+ /**
1460
+ * AOF Receiver's file reference number.
1461
+ */
1462
+ AOF: string;
1463
+ /**
1464
+ * AOG Source document internal reference.
1465
+ */
1466
+ AOG: string;
1467
+ /**
1468
+ * AOH Principal's reference.
1469
+ */
1470
+ AOH: string;
1471
+ /**
1472
+ * AOI Debit reference number.
1473
+ */
1474
+ AOI: string;
1475
+ /**
1476
+ * AOJ Calendar.
1477
+ */
1478
+ AOJ: string;
1479
+ /**
1480
+ * AOK Work shift.
1481
+ */
1482
+ AOK: string;
1483
+ /**
1484
+ * AOL Work breakdown structure.
1485
+ */
1486
+ AOL: string;
1487
+ /**
1488
+ * AOM Organisation breakdown structure.
1489
+ */
1490
+ AOM: string;
1491
+ /**
1492
+ * AON Work task charge number.
1493
+ */
1494
+ AON: string;
1495
+ /**
1496
+ * AOO Functional work group.
1497
+ */
1498
+ AOO: string;
1499
+ /**
1500
+ * AOP Work team.
1501
+ */
1502
+ AOP: string;
1503
+ /**
1504
+ * AOQ Department.
1505
+ */
1506
+ AOQ: string;
1507
+ /**
1508
+ * AOR Statement of work.
1509
+ */
1510
+ AOR: string;
1511
+ /**
1512
+ * AOS Work package.
1513
+ */
1514
+ AOS: string;
1515
+ /**
1516
+ * AOT Planning package.
1517
+ */
1518
+ AOT: string;
1519
+ /**
1520
+ * AOU Cost account.
1521
+ */
1522
+ AOU: string;
1523
+ /**
1524
+ * AOV Work order.
1525
+ */
1526
+ AOV: string;
1527
+ /**
1528
+ * AOW Transportation Control Number (TCN).
1529
+ */
1530
+ AOW: string;
1531
+ /**
1532
+ * AOX Constraint notation.
1533
+ */
1534
+ AOX: string;
1535
+ /**
1536
+ * AOY ETERMS reference.
1537
+ */
1538
+ AOY: string;
1539
+ /**
1540
+ * AOZ Implementation version number.
1541
+ */
1542
+ AOZ: string;
1543
+ /**
1544
+ * AP Accounts receivable number.
1545
+ */
1546
+ AP: string;
1547
+ /**
1548
+ * APA Incorporated legal reference.
1549
+ */
1550
+ APA: string;
1551
+ /**
1552
+ * APB Payment instalment reference number.
1553
+ */
1554
+ APB: string;
1555
+ /**
1556
+ * APC Equipment owner reference number.
1557
+ */
1558
+ APC: string;
1559
+ /**
1560
+ * APD Cedent's claim number.
1561
+ */
1562
+ APD: string;
1563
+ /**
1564
+ * APE Reinsurer's claim number.
1565
+ */
1566
+ APE: string;
1567
+ /**
1568
+ * APF Price/sales catalogue response reference number.
1569
+ */
1570
+ APF: string;
1571
+ /**
1572
+ * APG General purpose message reference number.
1573
+ */
1574
+ APG: string;
1575
+ /**
1576
+ * APH Invoicing data sheet reference number.
1577
+ */
1578
+ APH: string;
1579
+ /**
1580
+ * API Inventory report reference number.
1581
+ */
1582
+ API: string;
1583
+ /**
1584
+ * APJ Ceiling formula reference number.
1585
+ */
1586
+ APJ: string;
1587
+ /**
1588
+ * APK Price variation formula reference number.
1589
+ */
1590
+ APK: string;
1591
+ /**
1592
+ * APL Reference to account servicing bank's message.
1593
+ */
1594
+ APL: string;
1595
+ /**
1596
+ * APM Party sequence number.
1597
+ */
1598
+ APM: string;
1599
+ /**
1600
+ * APN Purchaser's request reference.
1601
+ */
1602
+ APN: string;
1603
+ /**
1604
+ * APO Contractor request reference.
1605
+ */
1606
+ APO: string;
1607
+ /**
1608
+ * APP Accident reference number.
1609
+ */
1610
+ APP: string;
1611
+ /**
1612
+ * APQ Commercial account summary reference number.
1613
+ */
1614
+ APQ: string;
1615
+ /**
1616
+ * APR Contract breakdown reference.
1617
+ */
1618
+ APR: string;
1619
+ /**
1620
+ * APS Contractor registration number.
1621
+ */
1622
+ APS: string;
1623
+ /**
1624
+ * APT Applicable coefficient identification number.
1625
+ */
1626
+ APT: string;
1627
+ /**
1628
+ * APU Special budget account number.
1629
+ */
1630
+ APU: string;
1631
+ /**
1632
+ * APV Authorisation for repair reference.
1633
+ */
1634
+ APV: string;
1635
+ /**
1636
+ * APW Manufacturer defined repair rates reference.
1637
+ */
1638
+ APW: string;
1639
+ /**
1640
+ * APX Original submitter log number.
1641
+ */
1642
+ APX: string;
1643
+ /**
1644
+ * APY Original submitter, parent Data Maintenance Request (DMR) log number.
1645
+ */
1646
+ APY: string;
1647
+ /**
1648
+ * APZ Original submitter, child Data Maintenance Request (DMR) log number.
1649
+ */
1650
+ APZ: string;
1651
+ /**
1652
+ * AQA Entry point assessment log number.
1653
+ */
1654
+ AQA: string;
1655
+ /**
1656
+ * AQB Entry point assessment log number, parent DMR.
1657
+ */
1658
+ AQB: string;
1659
+ /**
1660
+ * AQC Entry point assessment log number, child DMR.
1661
+ */
1662
+ AQC: string;
1663
+ /**
1664
+ * AQD Data structure tag.
1665
+ */
1666
+ AQD: string;
1667
+ /**
1668
+ * AQE Central secretariat log number.
1669
+ */
1670
+ AQE: string;
1671
+ /**
1672
+ * AQF Central secretariat log number, parent Data Maintenance Request (DMR).
1673
+ */
1674
+ AQF: string;
1675
+ /**
1676
+ * AQG Central secretariat log number, child Data Maintenance Request (DMR).
1677
+ */
1678
+ AQG: string;
1679
+ /**
1680
+ * AQH International assessment log number.
1681
+ */
1682
+ AQH: string;
1683
+ /**
1684
+ * AQI International assessment log number, parent Data Maintenance Request (DMR).
1685
+ */
1686
+ AQI: string;
1687
+ /**
1688
+ * AQJ International assessment log number, child Data Maintenance Request (DMR).
1689
+ */
1690
+ AQJ: string;
1691
+ /**
1692
+ * AQK Status report number.
1693
+ */
1694
+ AQK: string;
1695
+ /**
1696
+ * AQL Message design group number.
1697
+ */
1698
+ AQL: string;
1699
+ /**
1700
+ * AQM US Customs Service (USCS) entry code.
1701
+ */
1702
+ AQM: string;
1703
+ /**
1704
+ * AQN Beginning job sequence number.
1705
+ */
1706
+ AQN: string;
1707
+ /**
1708
+ * AQO Sender's clause number.
1709
+ */
1710
+ AQO: string;
1711
+ /**
1712
+ * AQP Dun and Bradstreet Canada's 8 digit Standard Industrial Classification (SIC) code.
1713
+ */
1714
+ AQP: string;
1715
+ /**
1716
+ * AQQ Activite Principale Exercee (APE) identifier.
1717
+ */
1718
+ AQQ: string;
1719
+ /**
1720
+ * AQR Dun and Bradstreet US 8 digit Standard Industrial Classification (SIC) code.
1721
+ */
1722
+ AQR: string;
1723
+ /**
1724
+ * AQS Nomenclature Activity Classification Economy (NACE) identifier.
1725
+ */
1726
+ AQS: string;
1727
+ /**
1728
+ * AQT Norme Activite Francaise (NAF) identifier.
1729
+ */
1730
+ AQT: string;
1731
+ /**
1732
+ * AQU Registered contractor activity type.
1733
+ */
1734
+ AQU: string;
1735
+ /**
1736
+ * AQV Statistic Bundes Amt (SBA) identifier.
1737
+ */
1738
+ AQV: string;
1739
+ /**
1740
+ * AQW State or province assigned entity identification.
1741
+ */
1742
+ AQW: string;
1743
+ /**
1744
+ * AQX Institute of Security and Future Market Development (ISFMD) serial number.
1745
+ */
1746
+ AQX: string;
1747
+ /**
1748
+ * AQY File identification number.
1749
+ */
1750
+ AQY: string;
1751
+ /**
1752
+ * AQZ Bankruptcy procedure number.
1753
+ */
1754
+ AQZ: string;
1755
+ /**
1756
+ * ARA National government business identification number.
1757
+ */
1758
+ ARA: string;
1759
+ /**
1760
+ * ARB Prior Data Universal Number System (DUNS) number.
1761
+ */
1762
+ ARB: string;
1763
+ /**
1764
+ * ARC Companies Registry Office (CRO) number.
1765
+ */
1766
+ ARC: string;
1767
+ /**
1768
+ * ARD Costa Rican judicial number.
1769
+ */
1770
+ ARD: string;
1771
+ /**
1772
+ * ARE Numero de Identificacion Tributaria (NIT).
1773
+ */
1774
+ ARE: string;
1775
+ /**
1776
+ * ARF Patron number.
1777
+ */
1778
+ ARF: string;
1779
+ /**
1780
+ * ARG Registro Informacion Fiscal (RIF) number.
1781
+ */
1782
+ ARG: string;
1783
+ /**
1784
+ * ARH Registro Unico de Contribuyente (RUC) number.
1785
+ */
1786
+ ARH: string;
1787
+ /**
1788
+ * ARI Tokyo SHOKO Research (TSR) business identifier.
1789
+ */
1790
+ ARI: string;
1791
+ /**
1792
+ * ARJ Personal identity card number.
1793
+ */
1794
+ ARJ: string;
1795
+ /**
1796
+ * ARK Systeme Informatique pour le Repertoire des ENtreprises (SIREN) number.
1797
+ */
1798
+ ARK: string;
1799
+ /**
1800
+ * ARL Systeme Informatique pour le Repertoire des ETablissements (SIRET) number.
1801
+ */
1802
+ ARL: string;
1803
+ /**
1804
+ * ARM Publication issue number.
1805
+ */
1806
+ ARM: string;
1807
+ /**
1808
+ * ARN Original filing number.
1809
+ */
1810
+ ARN: string;
1811
+ /**
1812
+ * ARO Document page identifier.
1813
+ */
1814
+ ARO: string;
1815
+ /**
1816
+ * ARP Public filing registration number.
1817
+ */
1818
+ ARP: string;
1819
+ /**
1820
+ * ARQ Regiristo Federal de Contribuyentes.
1821
+ */
1822
+ ARQ: string;
1823
+ /**
1824
+ * ARR Social security number.
1825
+ */
1826
+ ARR: string;
1827
+ /**
1828
+ * ARS Document volume number.
1829
+ */
1830
+ ARS: string;
1831
+ /**
1832
+ * ART Book number.
1833
+ */
1834
+ ART: string;
1835
+ /**
1836
+ * ARU Stock exchange company identifier.
1837
+ */
1838
+ ARU: string;
1839
+ /**
1840
+ * ARV Imputation account.
1841
+ */
1842
+ ARV: string;
1843
+ /**
1844
+ * ARW Financial phase reference.
1845
+ */
1846
+ ARW: string;
1847
+ /**
1848
+ * ARX Technical phase reference.
1849
+ */
1850
+ ARX: string;
1851
+ /**
1852
+ * ARY Prior contractor registration number.
1853
+ */
1854
+ ARY: string;
1855
+ /**
1856
+ * ARZ Stock adjustment number.
1857
+ */
1858
+ ARZ: string;
1859
+ /**
1860
+ * ASA Dispensation reference.
1861
+ */
1862
+ ASA: string;
1863
+ /**
1864
+ * ASB Investment reference number.
1865
+ */
1866
+ ASB: string;
1867
+ /**
1868
+ * ASC Assuming company.
1869
+ */
1870
+ ASC: string;
1871
+ /**
1872
+ * ASD Budget chapter.
1873
+ */
1874
+ ASD: string;
1875
+ /**
1876
+ * ASE Duty free products security number.
1877
+ */
1878
+ ASE: string;
1879
+ /**
1880
+ * ASF Duty free products receipt authorisation number.
1881
+ */
1882
+ ASF: string;
1883
+ /**
1884
+ * ASG Party information message reference.
1885
+ */
1886
+ ASG: string;
1887
+ /**
1888
+ * ASH Formal statement reference.
1889
+ */
1890
+ ASH: string;
1891
+ /**
1892
+ * ASI Proof of delivery reference number.
1893
+ */
1894
+ ASI: string;
1895
+ /**
1896
+ * ASJ Supplier's credit claim reference number.
1897
+ */
1898
+ ASJ: string;
1899
+ /**
1900
+ * ASK Picture of actual product.
1901
+ */
1902
+ ASK: string;
1903
+ /**
1904
+ * ASL Picture of a generic product.
1905
+ */
1906
+ ASL: string;
1907
+ /**
1908
+ * ASM Trading partner identification number.
1909
+ */
1910
+ ASM: string;
1911
+ /**
1912
+ * ASN Prior trading partner identification number.
1913
+ */
1914
+ ASN: string;
1915
+ /**
1916
+ * ASO Password.
1917
+ */
1918
+ ASO: string;
1919
+ /**
1920
+ * ASP Formal report number.
1921
+ */
1922
+ ASP: string;
1923
+ /**
1924
+ * ASQ Fund account number.
1925
+ */
1926
+ ASQ: string;
1927
+ /**
1928
+ * ASR Safe custody number.
1929
+ */
1930
+ ASR: string;
1931
+ /**
1932
+ * ASS Master account number.
1933
+ */
1934
+ ASS: string;
1935
+ /**
1936
+ * AST Group reference number.
1937
+ */
1938
+ AST: string;
1939
+ /**
1940
+ * ASU Accounting transmission number.
1941
+ */
1942
+ ASU: string;
1943
+ /**
1944
+ * ASV Product data file number.
1945
+ */
1946
+ ASV: string;
1947
+ /**
1948
+ * ASW Cadastro Geral do Contribuinte (CGC).
1949
+ */
1950
+ ASW: string;
1951
+ /**
1952
+ * ASX Foreign resident identification number.
1953
+ */
1954
+ ASX: string;
1955
+ /**
1956
+ * ASY CD-ROM.
1957
+ */
1958
+ ASY: string;
1959
+ /**
1960
+ * ASZ Physical medium.
1961
+ */
1962
+ ASZ: string;
1963
+ /**
1964
+ * ATA Financial cancellation reference number.
1965
+ */
1966
+ ATA: string;
1967
+ /**
1968
+ * ATB Purchase for export Customs agreement number.
1969
+ */
1970
+ ATB: string;
1971
+ /**
1972
+ * ATC Judgment number.
1973
+ */
1974
+ ATC: string;
1975
+ /**
1976
+ * ATD Secretariat number.
1977
+ */
1978
+ ATD: string;
1979
+ /**
1980
+ * ATE Previous banking status message reference.
1981
+ */
1982
+ ATE: string;
1983
+ /**
1984
+ * ATF Last received banking status message reference.
1985
+ */
1986
+ ATF: string;
1987
+ /**
1988
+ * ATG Bank's documentary procedure reference.
1989
+ */
1990
+ ATG: string;
1991
+ /**
1992
+ * ATH Customer's documentary procedure reference.
1993
+ */
1994
+ ATH: string;
1995
+ /**
1996
+ * ATI Safe deposit box number.
1997
+ */
1998
+ ATI: string;
1999
+ /**
2000
+ * ATJ Receiving Bankgiro number.
2001
+ */
2002
+ ATJ: string;
2003
+ /**
2004
+ * ATK Sending Bankgiro number.
2005
+ */
2006
+ ATK: string;
2007
+ /**
2008
+ * ATL Bankgiro reference.
2009
+ */
2010
+ ATL: string;
2011
+ /**
2012
+ * ATM Guarantee number.
2013
+ */
2014
+ ATM: string;
2015
+ /**
2016
+ * ATN Collection instrument number.
2017
+ */
2018
+ ATN: string;
2019
+ /**
2020
+ * ATO Converted Postgiro number.
2021
+ */
2022
+ ATO: string;
2023
+ /**
2024
+ * ATP Cost centre alignment number.
2025
+ */
2026
+ ATP: string;
2027
+ /**
2028
+ * ATQ Kamer Van Koophandel (KVK) number.
2029
+ */
2030
+ ATQ: string;
2031
+ /**
2032
+ * ATR Institut Belgo-Luxembourgeois de Codification (IBLC) number.
2033
+ */
2034
+ ATR: string;
2035
+ /**
2036
+ * ATS External object reference.
2037
+ */
2038
+ ATS: string;
2039
+ /**
2040
+ * ATT Exceptional transport authorisation number.
2041
+ */
2042
+ ATT: string;
2043
+ /**
2044
+ * ATU Clave Unica de Identificacion Tributaria (CUIT).
2045
+ */
2046
+ ATU: string;
2047
+ /**
2048
+ * ATV Registro Unico Tributario (RUT).
2049
+ */
2050
+ ATV: string;
2051
+ /**
2052
+ * ATW Flat rack container bundle identification number.
2053
+ */
2054
+ ATW: string;
2055
+ /**
2056
+ * ATX Transport equipment acceptance order reference.
2057
+ */
2058
+ ATX: string;
2059
+ /**
2060
+ * ATY Transport equipment release order reference.
2061
+ */
2062
+ ATY: string;
2063
+ /**
2064
+ * ATZ Ship's stay reference number.
2065
+ */
2066
+ ATZ: string;
2067
+ /**
2068
+ * AU Authorization to meet competition number.
2069
+ */
2070
+ AU: string;
2071
+ /**
2072
+ * AUA Place of positioning reference.
2073
+ */
2074
+ AUA: string;
2075
+ /**
2076
+ * AUB Party reference.
2077
+ */
2078
+ AUB: string;
2079
+ /**
2080
+ * AUC Issued prescription identification.
2081
+ */
2082
+ AUC: string;
2083
+ /**
2084
+ * AUD Collection reference.
2085
+ */
2086
+ AUD: string;
2087
+ /**
2088
+ * AUE Travel service.
2089
+ */
2090
+ AUE: string;
2091
+ /**
2092
+ * AUF Consignment stock contract.
2093
+ */
2094
+ AUF: string;
2095
+ /**
2096
+ * AUG Importer's letter of credit reference.
2097
+ */
2098
+ AUG: string;
2099
+ /**
2100
+ * AUH Performed prescription identification.
2101
+ */
2102
+ AUH: string;
2103
+ /**
2104
+ * AUI Image reference.
2105
+ */
2106
+ AUI: string;
2107
+ /**
2108
+ * AUJ Proposed purchase order reference number.
2109
+ */
2110
+ AUJ: string;
2111
+ /**
2112
+ * AUK Application for financial support reference number.
2113
+ */
2114
+ AUK: string;
2115
+ /**
2116
+ * AUL Manufacturing quality agreement number.
2117
+ */
2118
+ AUL: string;
2119
+ /**
2120
+ * AUM Software editor reference.
2121
+ */
2122
+ AUM: string;
2123
+ /**
2124
+ * AUN Software reference.
2125
+ */
2126
+ AUN: string;
2127
+ /**
2128
+ * AUO Software quality reference.
2129
+ */
2130
+ AUO: string;
2131
+ /**
2132
+ * AUP Consolidated orders' reference.
2133
+ */
2134
+ AUP: string;
2135
+ /**
2136
+ * AUQ Customs binding ruling number.
2137
+ */
2138
+ AUQ: string;
2139
+ /**
2140
+ * AUR Customs non-binding ruling number.
2141
+ */
2142
+ AUR: string;
2143
+ /**
2144
+ * AUS Delivery route reference.
2145
+ */
2146
+ AUS: string;
2147
+ /**
2148
+ * AUT Net area supplier reference.
2149
+ */
2150
+ AUT: string;
2151
+ /**
2152
+ * AUU Time series reference.
2153
+ */
2154
+ AUU: string;
2155
+ /**
2156
+ * AUV Connecting point to central grid.
2157
+ */
2158
+ AUV: string;
2159
+ /**
2160
+ * AUW Marketing plan identification number (MPIN).
2161
+ */
2162
+ AUW: string;
2163
+ /**
2164
+ * AUX Entity reference number, previous.
2165
+ */
2166
+ AUX: string;
2167
+ /**
2168
+ * AUY International Standard Industrial Classification (ISIC) code.
2169
+ */
2170
+ AUY: string;
2171
+ /**
2172
+ * AUZ Customs pre-approval ruling number.
2173
+ */
2174
+ AUZ: string;
2175
+ /**
2176
+ * AV Account payable number.
2177
+ */
2178
+ AV: string;
2179
+ /**
2180
+ * AVA First financial institution's transaction reference.
2181
+ */
2182
+ AVA: string;
2183
+ /**
2184
+ * AVB Product characteristics directory.
2185
+ */
2186
+ AVB: string;
2187
+ /**
2188
+ * AVC Supplier's customer reference number.
2189
+ */
2190
+ AVC: string;
2191
+ /**
2192
+ * AVD Inventory report request number.
2193
+ */
2194
+ AVD: string;
2195
+ /**
2196
+ * AVE Metering point.
2197
+ */
2198
+ AVE: string;
2199
+ /**
2200
+ * AVF Passenger reservation number.
2201
+ */
2202
+ AVF: string;
2203
+ /**
2204
+ * AVG Slaughterhouse approval number.
2205
+ */
2206
+ AVG: string;
2207
+ /**
2208
+ * AVH Meat cutting plant approval number.
2209
+ */
2210
+ AVH: string;
2211
+ /**
2212
+ * AVI Customer travel service identifier.
2213
+ */
2214
+ AVI: string;
2215
+ /**
2216
+ * AVJ Export control classification number.
2217
+ */
2218
+ AVJ: string;
2219
+ /**
2220
+ * AVK Broker reference 3.
2221
+ */
2222
+ AVK: string;
2223
+ /**
2224
+ * AVL Consignment information.
2225
+ */
2226
+ AVL: string;
2227
+ /**
2228
+ * AVM Goods item information.
2229
+ */
2230
+ AVM: string;
2231
+ /**
2232
+ * AVN Dangerous Goods information.
2233
+ */
2234
+ AVN: string;
2235
+ /**
2236
+ * AVO Pilotage services exemption number.
2237
+ */
2238
+ AVO: string;
2239
+ /**
2240
+ * AVP Person registration number.
2241
+ */
2242
+ AVP: string;
2243
+ /**
2244
+ * AVQ Place of packing approval number.
2245
+ */
2246
+ AVQ: string;
2247
+ /**
2248
+ * AVR Original Mandate Reference.
2249
+ */
2250
+ AVR: string;
2251
+ /**
2252
+ * AVS Mandate Reference.
2253
+ */
2254
+ AVS: string;
2255
+ /**
2256
+ * AVT Reservation station indentifier.
2257
+ */
2258
+ AVT: string;
2259
+ /**
2260
+ * AVU Unique goods shipment identifier.
2261
+ */
2262
+ AVU: string;
2263
+ /**
2264
+ * AVV Framework Agreement Number.
2265
+ */
2266
+ AVV: string;
2267
+ /**
2268
+ * AVW Hash value.
2269
+ */
2270
+ AVW: string;
2271
+ /**
2272
+ * AVX Movement reference number.
2273
+ */
2274
+ AVX: string;
2275
+ /**
2276
+ * AVY Economic Operators Registration and Identification Number (EORI).
2277
+ */
2278
+ AVY: string;
2279
+ /**
2280
+ * AVZ Local Reference Number.
2281
+ */
2282
+ AVZ: string;
2283
+ /**
2284
+ * AWA Rate code number.
2285
+ */
2286
+ AWA: string;
2287
+ /**
2288
+ * AWB Air waybill number.
2289
+ */
2290
+ AWB: string;
2291
+ /**
2292
+ * AWC Documentary credit amendment number.
2293
+ */
2294
+ AWC: string;
2295
+ /**
2296
+ * AWD Advising bank's reference.
2297
+ */
2298
+ AWD: string;
2299
+ /**
2300
+ * AWE Cost centre.
2301
+ */
2302
+ AWE: string;
2303
+ /**
2304
+ * AWF Work item quantity determination.
2305
+ */
2306
+ AWF: string;
2307
+ /**
2308
+ * AWG Internal data process number.
2309
+ */
2310
+ AWG: string;
2311
+ /**
2312
+ * AWH Category of work reference.
2313
+ */
2314
+ AWH: string;
2315
+ /**
2316
+ * AWI Policy form number.
2317
+ */
2318
+ AWI: string;
2319
+ /**
2320
+ * AWJ Net area.
2321
+ */
2322
+ AWJ: string;
2323
+ /**
2324
+ * AWK Service provider.
2325
+ */
2326
+ AWK: string;
2327
+ /**
2328
+ * AWL Error position.
2329
+ */
2330
+ AWL: string;
2331
+ /**
2332
+ * AWM Service category reference.
2333
+ */
2334
+ AWM: string;
2335
+ /**
2336
+ * AWN Connected location.
2337
+ */
2338
+ AWN: string;
2339
+ /**
2340
+ * AWO Related party.
2341
+ */
2342
+ AWO: string;
2343
+ /**
2344
+ * AWP Latest accounting entry record reference.
2345
+ */
2346
+ AWP: string;
2347
+ /**
2348
+ * AWQ Accounting entry.
2349
+ */
2350
+ AWQ: string;
2351
+ /**
2352
+ * AWR Document reference, original.
2353
+ */
2354
+ AWR: string;
2355
+ /**
2356
+ * AWS Hygienic Certificate number, national.
2357
+ */
2358
+ AWS: string;
2359
+ /**
2360
+ * AWT Administrative Reference Code.
2361
+ */
2362
+ AWT: string;
2363
+ /**
2364
+ * AWU Pick-up sheet number.
2365
+ */
2366
+ AWU: string;
2367
+ /**
2368
+ * AWV Phone number.
2369
+ */
2370
+ AWV: string;
2371
+ /**
2372
+ * AWW Buyer's fund number.
2373
+ */
2374
+ AWW: string;
2375
+ /**
2376
+ * AWX Company trading account number.
2377
+ */
2378
+ AWX: string;
2379
+ /**
2380
+ * AWY Reserved goods identifier.
2381
+ */
2382
+ AWY: string;
2383
+ /**
2384
+ * AWZ Handling and movement reference number.
2385
+ */
2386
+ AWZ: string;
2387
+ /**
2388
+ * AXA Instruction to despatch reference number.
2389
+ */
2390
+ AXA: string;
2391
+ /**
2392
+ * AXB Instruction for returns number.
2393
+ */
2394
+ AXB: string;
2395
+ /**
2396
+ * AXC Metered services consumption report number.
2397
+ */
2398
+ AXC: string;
2399
+ /**
2400
+ * AXD Order status enquiry number.
2401
+ */
2402
+ AXD: string;
2403
+ /**
2404
+ * AXE Firm booking reference number.
2405
+ */
2406
+ AXE: string;
2407
+ /**
2408
+ * AXF Product inquiry number.
2409
+ */
2410
+ AXF: string;
2411
+ /**
2412
+ * AXG Split delivery number.
2413
+ */
2414
+ AXG: string;
2415
+ /**
2416
+ * AXH Service relation number.
2417
+ */
2418
+ AXH: string;
2419
+ /**
2420
+ * AXI Serial shipping container code.
2421
+ */
2422
+ AXI: string;
2423
+ /**
2424
+ * AXJ Test specification number.
2425
+ */
2426
+ AXJ: string;
2427
+ /**
2428
+ * AXK Transport status report number.
2429
+ */
2430
+ AXK: string;
2431
+ /**
2432
+ * AXL Tooling contract number.
2433
+ */
2434
+ AXL: string;
2435
+ /**
2436
+ * AXM Formula reference number.
2437
+ */
2438
+ AXM: string;
2439
+ /**
2440
+ * AXN Pre-agreement number.
2441
+ */
2442
+ AXN: string;
2443
+ /**
2444
+ * AXO Product certification number.
2445
+ */
2446
+ AXO: string;
2447
+ /**
2448
+ * AXP Consignment contract number.
2449
+ */
2450
+ AXP: string;
2451
+ /**
2452
+ * AXQ Product specification reference number.
2453
+ */
2454
+ AXQ: string;
2455
+ /**
2456
+ * AXR Payroll deduction advice reference.
2457
+ */
2458
+ AXR: string;
2459
+ /**
2460
+ * AXS TRACES party identification.
2461
+ */
2462
+ AXS: string;
2463
+ /**
2464
+ * BA Beginning meter reading actual.
2465
+ */
2466
+ BA: string;
2467
+ /**
2468
+ * BC Buyer's contract number.
2469
+ */
2470
+ BC: string;
2471
+ /**
2472
+ * BD Bid number.
2473
+ */
2474
+ BD: string;
2475
+ /**
2476
+ * BE Beginning meter reading estimated.
2477
+ */
2478
+ BE: string;
2479
+ /**
2480
+ * BH House bill of lading number.
2481
+ */
2482
+ BH: string;
2483
+ /**
2484
+ * BM Bill of lading number.
2485
+ */
2486
+ BM: string;
2487
+ /**
2488
+ * BN Consignment identifier, carrier assigned.
2489
+ */
2490
+ BN: string;
2491
+ /**
2492
+ * BO Blanket order number.
2493
+ */
2494
+ BO: string;
2495
+ /**
2496
+ * BR Broker or sales office number.
2497
+ */
2498
+ BR: string;
2499
+ /**
2500
+ * BT Batch number/lot number.
2501
+ */
2502
+ BT: string;
2503
+ /**
2504
+ * BTP Battery and accumulator producer registration number.
2505
+ */
2506
+ BTP: string;
2507
+ /**
2508
+ * BW Blended with number.
2509
+ */
2510
+ BW: string;
2511
+ /**
2512
+ * CAS IATA Cargo Agent CASS Address number.
2513
+ */
2514
+ CAS: string;
2515
+ /**
2516
+ * CAT Matching of entries, balanced.
2517
+ */
2518
+ CAT: string;
2519
+ /**
2520
+ * CAU Entry flagging.
2521
+ */
2522
+ CAU: string;
2523
+ /**
2524
+ * CAV Matching of entries, unbalanced.
2525
+ */
2526
+ CAV: string;
2527
+ /**
2528
+ * CAW Document reference, internal.
2529
+ */
2530
+ CAW: string;
2531
+ /**
2532
+ * CAX European Value Added Tax identification.
2533
+ */
2534
+ CAX: string;
2535
+ /**
2536
+ * CAY Cost accounting document.
2537
+ */
2538
+ CAY: string;
2539
+ /**
2540
+ * CAZ Grid operator's customer reference number.
2541
+ */
2542
+ CAZ: string;
2543
+ /**
2544
+ * CBA Ticket control number.
2545
+ */
2546
+ CBA: string;
2547
+ /**
2548
+ * CBB Order shipment grouping reference.
2549
+ */
2550
+ CBB: string;
2551
+ /**
2552
+ * CD Credit note number.
2553
+ */
2554
+ CD: string;
2555
+ /**
2556
+ * CEC Ceding company.
2557
+ */
2558
+ CEC: string;
2559
+ /**
2560
+ * CED Debit letter number.
2561
+ */
2562
+ CED: string;
2563
+ /**
2564
+ * CFE Consignee's further order.
2565
+ */
2566
+ CFE: string;
2567
+ /**
2568
+ * CFF Animal farm licence number.
2569
+ */
2570
+ CFF: string;
2571
+ /**
2572
+ * CFO Consignor's further order.
2573
+ */
2574
+ CFO: string;
2575
+ /**
2576
+ * CG Consignee's order number.
2577
+ */
2578
+ CG: string;
2579
+ /**
2580
+ * CH Customer catalogue number.
2581
+ */
2582
+ CH: string;
2583
+ /**
2584
+ * CK Cheque number.
2585
+ */
2586
+ CK: string;
2587
+ /**
2588
+ * CKN Checking number.
2589
+ */
2590
+ CKN: string;
2591
+ /**
2592
+ * CM Credit memo number.
2593
+ */
2594
+ CM: string;
2595
+ /**
2596
+ * CMR Road consignment note number.
2597
+ */
2598
+ CMR: string;
2599
+ /**
2600
+ * CN Carrier's reference number.
2601
+ */
2602
+ CN: string;
2603
+ /**
2604
+ * CNO Charges note document attachment indicator.
2605
+ */
2606
+ CNO: string;
2607
+ /**
2608
+ * COF Call off order number.
2609
+ */
2610
+ COF: string;
2611
+ /**
2612
+ * CP Condition of purchase document number.
2613
+ */
2614
+ CP: string;
2615
+ /**
2616
+ * CR Customer reference number.
2617
+ */
2618
+ CR: string;
2619
+ /**
2620
+ * CRN Transport means journey identifier.
2621
+ */
2622
+ CRN: string;
2623
+ /**
2624
+ * CS Condition of sale document number.
2625
+ */
2626
+ CS: string;
2627
+ /**
2628
+ * CST Team assignment number.
2629
+ */
2630
+ CST: string;
2631
+ /**
2632
+ * CT Contract number.
2633
+ */
2634
+ CT: string;
2635
+ /**
2636
+ * CU Consignment identifier, consignor assigned.
2637
+ */
2638
+ CU: string;
2639
+ /**
2640
+ * CV Container operators reference number.
2641
+ */
2642
+ CV: string;
2643
+ /**
2644
+ * CW Package number.
2645
+ */
2646
+ CW: string;
2647
+ /**
2648
+ * CZ Cooperation contract number.
2649
+ */
2650
+ CZ: string;
2651
+ /**
2652
+ * DA Deferment approval number.
2653
+ */
2654
+ DA: string;
2655
+ /**
2656
+ * DAN Debit account number.
2657
+ */
2658
+ DAN: string;
2659
+ /**
2660
+ * DB Buyer's debtor number.
2661
+ */
2662
+ DB: string;
2663
+ /**
2664
+ * DI Distributor invoice number.
2665
+ */
2666
+ DI: string;
2667
+ /**
2668
+ * DL Debit note number.
2669
+ */
2670
+ DL: string;
2671
+ /**
2672
+ * DM Document identifier.
2673
+ */
2674
+ DM: string;
2675
+ /**
2676
+ * DQ Delivery note number.
2677
+ */
2678
+ DQ: string;
2679
+ /**
2680
+ * DR Dock receipt number.
2681
+ */
2682
+ DR: string;
2683
+ /**
2684
+ * EA Ending meter reading actual.
2685
+ */
2686
+ EA: string;
2687
+ /**
2688
+ * EB Embargo permit number.
2689
+ */
2690
+ EB: string;
2691
+ /**
2692
+ * ED Export declaration.
2693
+ */
2694
+ ED: string;
2695
+ /**
2696
+ * EE Ending meter reading estimated.
2697
+ */
2698
+ EE: string;
2699
+ /**
2700
+ * EEP Electrical and electronic equipment producer registration number.
2701
+ */
2702
+ EEP: string;
2703
+ /**
2704
+ * EI Employer's identification number.
2705
+ */
2706
+ EI: string;
2707
+ /**
2708
+ * EN Embargo number.
2709
+ */
2710
+ EN: string;
2711
+ /**
2712
+ * EQ Equipment number.
2713
+ */
2714
+ EQ: string;
2715
+ /**
2716
+ * ER Container/equipment receipt number.
2717
+ */
2718
+ ER: string;
2719
+ /**
2720
+ * ERN Exporter's reference number.
2721
+ */
2722
+ ERN: string;
2723
+ /**
2724
+ * ET Excess transportation number.
2725
+ */
2726
+ ET: string;
2727
+ /**
2728
+ * EX Export permit identifier.
2729
+ */
2730
+ EX: string;
2731
+ /**
2732
+ * FC Fiscal number.
2733
+ */
2734
+ FC: string;
2735
+ /**
2736
+ * FF Consignment identifier, freight forwarder assigned.
2737
+ */
2738
+ FF: string;
2739
+ /**
2740
+ * FI File line identifier.
2741
+ */
2742
+ FI: string;
2743
+ /**
2744
+ * FLW Flow reference number.
2745
+ */
2746
+ FLW: string;
2747
+ /**
2748
+ * FN Freight bill number.
2749
+ */
2750
+ FN: string;
2751
+ /**
2752
+ * FO Foreign exchange.
2753
+ */
2754
+ FO: string;
2755
+ /**
2756
+ * FS Final sequence number.
2757
+ */
2758
+ FS: string;
2759
+ /**
2760
+ * FT Free zone identifier.
2761
+ */
2762
+ FT: string;
2763
+ /**
2764
+ * FV File version number.
2765
+ */
2766
+ FV: string;
2767
+ /**
2768
+ * FX Foreign exchange contract number.
2769
+ */
2770
+ FX: string;
2771
+ /**
2772
+ * GA Standard's number.
2773
+ */
2774
+ GA: string;
2775
+ /**
2776
+ * GC Government contract number.
2777
+ */
2778
+ GC: string;
2779
+ /**
2780
+ * GD Standard's code number.
2781
+ */
2782
+ GD: string;
2783
+ /**
2784
+ * GDN General declaration number.
2785
+ */
2786
+ GDN: string;
2787
+ /**
2788
+ * GN Government reference number.
2789
+ */
2790
+ GN: string;
2791
+ /**
2792
+ * HS Harmonised system number.
2793
+ */
2794
+ HS: string;
2795
+ /**
2796
+ * HWB House waybill number.
2797
+ */
2798
+ HWB: string;
2799
+ /**
2800
+ * IA Internal vendor number.
2801
+ */
2802
+ IA: string;
2803
+ /**
2804
+ * IB In bond number.
2805
+ */
2806
+ IB: string;
2807
+ /**
2808
+ * ICA IATA cargo agent code number.
2809
+ */
2810
+ ICA: string;
2811
+ /**
2812
+ * ICE Insurance certificate reference number.
2813
+ */
2814
+ ICE: string;
2815
+ /**
2816
+ * ICO Insurance contract reference number.
2817
+ */
2818
+ ICO: string;
2819
+ /**
2820
+ * II Initial sample inspection report number.
2821
+ */
2822
+ II: string;
2823
+ /**
2824
+ * IL Internal order number.
2825
+ */
2826
+ IL: string;
2827
+ /**
2828
+ * INB Intermediary broker.
2829
+ */
2830
+ INB: string;
2831
+ /**
2832
+ * INN Interchange number new.
2833
+ */
2834
+ INN: string;
2835
+ /**
2836
+ * INO Interchange number old.
2837
+ */
2838
+ INO: string;
2839
+ /**
2840
+ * IP Import permit identifier.
2841
+ */
2842
+ IP: string;
2843
+ /**
2844
+ * IS Invoice number suffix.
2845
+ */
2846
+ IS: string;
2847
+ /**
2848
+ * IT Internal customer number.
2849
+ */
2850
+ IT: string;
2851
+ /**
2852
+ * IV Invoice document identifier.
2853
+ */
2854
+ IV: string;
2855
+ /**
2856
+ * JB Job number.
2857
+ */
2858
+ JB: string;
2859
+ /**
2860
+ * JE Ending job sequence number.
2861
+ */
2862
+ JE: string;
2863
+ /**
2864
+ * LA Shipping label serial number.
2865
+ */
2866
+ LA: string;
2867
+ /**
2868
+ * LAN Loading authorisation identifier.
2869
+ */
2870
+ LAN: string;
2871
+ /**
2872
+ * LAR Lower number in range.
2873
+ */
2874
+ LAR: string;
2875
+ /**
2876
+ * LB Lockbox.
2877
+ */
2878
+ LB: string;
2879
+ /**
2880
+ * LC Letter of credit number.
2881
+ */
2882
+ LC: string;
2883
+ /**
2884
+ * LI Document line identifier.
2885
+ */
2886
+ LI: string;
2887
+ /**
2888
+ * LO Load planning number.
2889
+ */
2890
+ LO: string;
2891
+ /**
2892
+ * LRC Reservation office identifier.
2893
+ */
2894
+ LRC: string;
2895
+ /**
2896
+ * LS Bar coded label serial number.
2897
+ */
2898
+ LS: string;
2899
+ /**
2900
+ * MA Ship notice/manifest number.
2901
+ */
2902
+ MA: string;
2903
+ /**
2904
+ * MB Master bill of lading number.
2905
+ */
2906
+ MB: string;
2907
+ /**
2908
+ * MF Manufacturer's part number.
2909
+ */
2910
+ MF: string;
2911
+ /**
2912
+ * MG Meter unit number.
2913
+ */
2914
+ MG: string;
2915
+ /**
2916
+ * MH Manufacturing order number.
2917
+ */
2918
+ MH: string;
2919
+ /**
2920
+ * MR Message recipient.
2921
+ */
2922
+ MR: string;
2923
+ /**
2924
+ * MRN Mailing reference number.
2925
+ */
2926
+ MRN: string;
2927
+ /**
2928
+ * MS Message sender.
2929
+ */
2930
+ MS: string;
2931
+ /**
2932
+ * MSS Manufacturer's material safety data sheet number.
2933
+ */
2934
+ MSS: string;
2935
+ /**
2936
+ * MWB Master air waybill number.
2937
+ */
2938
+ MWB: string;
2939
+ /**
2940
+ * NA North American hazardous goods classification number.
2941
+ */
2942
+ NA: string;
2943
+ /**
2944
+ * NF Nota Fiscal.
2945
+ */
2946
+ NF: string;
2947
+ /**
2948
+ * OH Current invoice number.
2949
+ */
2950
+ OH: string;
2951
+ /**
2952
+ * OI Previous invoice number.
2953
+ */
2954
+ OI: string;
2955
+ /**
2956
+ * ON Order document identifier, buyer assigned.
2957
+ */
2958
+ ON: string;
2959
+ /**
2960
+ * OP Original purchase order.
2961
+ */
2962
+ OP: string;
2963
+ /**
2964
+ * OR General order number.
2965
+ */
2966
+ OR: string;
2967
+ /**
2968
+ * PB Payer's financial institution account number.
2969
+ */
2970
+ PB: string;
2971
+ /**
2972
+ * PC Production code.
2973
+ */
2974
+ PC: string;
2975
+ /**
2976
+ * PD Promotion deal number.
2977
+ */
2978
+ PD: string;
2979
+ /**
2980
+ * PE Plant number.
2981
+ */
2982
+ PE: string;
2983
+ /**
2984
+ * PF Prime contractor contract number.
2985
+ */
2986
+ PF: string;
2987
+ /**
2988
+ * PI Price list version number.
2989
+ */
2990
+ PI: string;
2991
+ /**
2992
+ * PK Packing list number.
2993
+ */
2994
+ PK: string;
2995
+ /**
2996
+ * PL Price list number.
2997
+ */
2998
+ PL: string;
2999
+ /**
3000
+ * POR Purchase order response number.
3001
+ */
3002
+ POR: string;
3003
+ /**
3004
+ * PP Purchase order change number.
3005
+ */
3006
+ PP: string;
3007
+ /**
3008
+ * PQ Payment reference.
3009
+ */
3010
+ PQ: string;
3011
+ /**
3012
+ * PR Price quote number.
3013
+ */
3014
+ PR: string;
3015
+ /**
3016
+ * PS Purchase order number suffix.
3017
+ */
3018
+ PS: string;
3019
+ /**
3020
+ * PW Prior purchase order number.
3021
+ */
3022
+ PW: string;
3023
+ /**
3024
+ * PY Payee's financial institution account number.
3025
+ */
3026
+ PY: string;
3027
+ /**
3028
+ * RA Remittance advice number.
3029
+ */
3030
+ RA: string;
3031
+ /**
3032
+ * RC Rail/road routing code.
3033
+ */
3034
+ RC: string;
3035
+ /**
3036
+ * RCN Railway consignment note number.
3037
+ */
3038
+ RCN: string;
3039
+ /**
3040
+ * RE Release number.
3041
+ */
3042
+ RE: string;
3043
+ /**
3044
+ * REN Consignment receipt identifier.
3045
+ */
3046
+ REN: string;
3047
+ /**
3048
+ * RF Export reference number.
3049
+ */
3050
+ RF: string;
3051
+ /**
3052
+ * RR Payer's financial institution transit routing No.(ACH transfers).
3053
+ */
3054
+ RR: string;
3055
+ /**
3056
+ * RT Payee's financial institution transit routing No..
3057
+ */
3058
+ RT: string;
3059
+ /**
3060
+ * SA Sales person number.
3061
+ */
3062
+ SA: string;
3063
+ /**
3064
+ * SB Sales region number.
3065
+ */
3066
+ SB: string;
3067
+ /**
3068
+ * SD Sales department number.
3069
+ */
3070
+ SD: string;
3071
+ /**
3072
+ * SE Serial number.
3073
+ */
3074
+ SE: string;
3075
+ /**
3076
+ * SEA Allocated seat.
3077
+ */
3078
+ SEA: string;
3079
+ /**
3080
+ * SF Ship from.
3081
+ */
3082
+ SF: string;
3083
+ /**
3084
+ * SH Previous highest schedule number.
3085
+ */
3086
+ SH: string;
3087
+ /**
3088
+ * SI SID (Shipper's identifying number for shipment).
3089
+ */
3090
+ SI: string;
3091
+ /**
3092
+ * SM Sales office number.
3093
+ */
3094
+ SM: string;
3095
+ /**
3096
+ * SN Transport equipment seal identifier.
3097
+ */
3098
+ SN: string;
3099
+ /**
3100
+ * SP Scan line.
3101
+ */
3102
+ SP: string;
3103
+ /**
3104
+ * SQ Equipment sequence number.
3105
+ */
3106
+ SQ: string;
3107
+ /**
3108
+ * SRN Shipment reference number.
3109
+ */
3110
+ SRN: string;
3111
+ /**
3112
+ * SS Sellers reference number.
3113
+ */
3114
+ SS: string;
3115
+ /**
3116
+ * STA Station reference number.
3117
+ */
3118
+ STA: string;
3119
+ /**
3120
+ * SW Swap order number.
3121
+ */
3122
+ SW: string;
3123
+ /**
3124
+ * SZ Specification number.
3125
+ */
3126
+ SZ: string;
3127
+ /**
3128
+ * TB Trucker's bill of lading.
3129
+ */
3130
+ TB: string;
3131
+ /**
3132
+ * TCR Terminal operator's consignment reference.
3133
+ */
3134
+ TCR: string;
3135
+ /**
3136
+ * TE Telex message number.
3137
+ */
3138
+ TE: string;
3139
+ /**
3140
+ * TF Transfer number.
3141
+ */
3142
+ TF: string;
3143
+ /**
3144
+ * TI TIR carnet number.
3145
+ */
3146
+ TI: string;
3147
+ /**
3148
+ * TIN Transport instruction number.
3149
+ */
3150
+ TIN: string;
3151
+ /**
3152
+ * TL Tax exemption licence number.
3153
+ */
3154
+ TL: string;
3155
+ /**
3156
+ * TN Transaction reference number.
3157
+ */
3158
+ TN: string;
3159
+ /**
3160
+ * TP Test report number.
3161
+ */
3162
+ TP: string;
3163
+ /**
3164
+ * UAR Upper number of range.
3165
+ */
3166
+ UAR: string;
3167
+ /**
3168
+ * UC Ultimate customer's reference number.
3169
+ */
3170
+ UC: string;
3171
+ /**
3172
+ * UCN Unique consignment reference number.
3173
+ */
3174
+ UCN: string;
3175
+ /**
3176
+ * UN United Nations Dangerous Goods identifier.
3177
+ */
3178
+ UN: string;
3179
+ /**
3180
+ * UO Ultimate customer's order number.
3181
+ */
3182
+ UO: string;
3183
+ /**
3184
+ * URI Uniform Resource Identifier.
3185
+ */
3186
+ URI: string;
3187
+ /**
3188
+ * VA VAT registration number.
3189
+ */
3190
+ VA: string;
3191
+ /**
3192
+ * VC Vendor contract number.
3193
+ */
3194
+ VC: string;
3195
+ /**
3196
+ * VGR Transport equipment gross mass verification reference number.
3197
+ */
3198
+ VGR: string;
3199
+ /**
3200
+ * VM Vessel identifier.
3201
+ */
3202
+ VM: string;
3203
+ /**
3204
+ * VN Order number (vendor).
3205
+ */
3206
+ VN: string;
3207
+ /**
3208
+ * VON Voyage number.
3209
+ */
3210
+ VON: string;
3211
+ /**
3212
+ * VOR Transport equipment gross mass verification order reference.
3213
+ */
3214
+ VOR: string;
3215
+ /**
3216
+ * VP Vendor product number.
3217
+ */
3218
+ VP: string;
3219
+ /**
3220
+ * VR Vendor ID number.
3221
+ */
3222
+ VR: string;
3223
+ /**
3224
+ * VS Vendor order number suffix.
3225
+ */
3226
+ VS: string;
3227
+ /**
3228
+ * VT Motor vehicle identification number.
3229
+ */
3230
+ VT: string;
3231
+ /**
3232
+ * VV Voucher number.
3233
+ */
3234
+ VV: string;
3235
+ /**
3236
+ * WE Warehouse entry number.
3237
+ */
3238
+ WE: string;
3239
+ /**
3240
+ * WM Weight agreement number.
3241
+ */
3242
+ WM: string;
3243
+ /**
3244
+ * WN Well number.
3245
+ */
3246
+ WN: string;
3247
+ /**
3248
+ * WR Warehouse receipt number.
3249
+ */
3250
+ WR: string;
3251
+ /**
3252
+ * WS Warehouse storage location number.
3253
+ */
3254
+ WS: string;
3255
+ /**
3256
+ * WY Rail waybill number.
3257
+ */
3258
+ WY: string;
3259
+ /**
3260
+ * XA Company/place registration number.
3261
+ */
3262
+ XA: string;
3263
+ /**
3264
+ * XC Cargo control number.
3265
+ */
3266
+ XC: string;
3267
+ /**
3268
+ * XP Previous cargo control number.
3269
+ */
3270
+ XP: string;
3271
+ /**
3272
+ * ZZZ Mutually defined reference number.
3273
+ */
3274
+ ZZZ: string;
3275
+ };
3276
+ /**
3277
+ * A character string used to represent a reference.
3278
+ * https://vocabulary.uncefact.org/ReferenceCodeList
3279
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/referencecodelist.json
3280
+ */
3281
+ export type ReferenceCodes = (typeof ReferenceCodes)[keyof typeof ReferenceCodes];