eddy 0.1.0 → 0.3.0

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 (309) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +103 -37
  3. data/.solargraph.yml +4 -0
  4. data/.vscode/settings.json +17 -0
  5. data/.yardopts +2 -2
  6. data/CHANGELOG.md +50 -0
  7. data/Gemfile.lock +21 -7
  8. data/README.md +32 -3
  9. data/Rakefile +1 -10
  10. data/data/004010/code-lists/100.tsv +164 -0
  11. data/data/004010/code-lists/156.tsv +52 -0
  12. data/data/004010/code-lists/26.tsv +499 -0
  13. data/data/004010/code-lists/etc/100-fancy-definitions.tsv +164 -0
  14. data/data/004010/code-lists/etc/100-with-funds-codes.tsv +180 -0
  15. data/data/004010/code-lists/etc/26-alpha2.tsv +250 -0
  16. data/data/004010/code-lists/etc/26-alpha3.tsv +250 -0
  17. data/data/004010/elements-short.tsv +1405 -0
  18. data/data/004010/elements.tsv +3 -3
  19. data/data/004010/segments.tsv +1009 -1003
  20. data/data/004010/segments/ack.segment.yml +15 -0
  21. data/data/004010/segments/bak.segment.yml +9 -0
  22. data/data/004010/segments/beg.segment.yml +17 -0
  23. data/data/004010/segments/big.segment.yml +10 -0
  24. data/data/004010/segments/bsn.segment.yml +10 -0
  25. data/data/004010/segments/cad.segment.yml +14 -0
  26. data/data/004010/segments/ctp.segment.yml +19 -0
  27. data/data/004010/segments/ctt.segment.yml +13 -0
  28. data/data/004010/segments/dtm.segment.yml +7 -0
  29. data/data/004010/segments/envelope/ge.segment.yml +7 -0
  30. data/data/004010/segments/envelope/gs.segment.yml +13 -0
  31. data/data/004010/segments/envelope/iea.segment.yml +8 -0
  32. data/data/004010/segments/envelope/isa.segment.yml +22 -0
  33. data/data/004010/segments/envelope/se.segment.yml +7 -0
  34. data/data/004010/segments/envelope/st.segment.yml +12 -0
  35. data/data/004010/segments/hl.segment.yml +9 -0
  36. data/data/004010/segments/it1.segment.yml +20 -0
  37. data/data/004010/segments/lin.segment.yml +10 -0
  38. data/data/004010/segments/loop/hl.segment.yml +8 -0
  39. data/data/004010/segments/man.segment.yml +7 -0
  40. data/data/004010/segments/n1.segment.yml +9 -0
  41. data/data/004010/segments/n2.segment.yml +7 -0
  42. data/data/004010/segments/n3.segment.yml +6 -0
  43. data/data/004010/segments/n4.segment.yml +9 -0
  44. data/data/004010/segments/pid.segment.yml +10 -0
  45. data/data/004010/segments/po1.segment.yml +14 -0
  46. data/data/004010/segments/prf.segment.yml +9 -0
  47. data/data/004010/segments/ref.segment.yml +7 -0
  48. data/data/004010/segments/sac.segment.yml +20 -0
  49. data/data/004010/segments/sln.segment.yml +12 -0
  50. data/data/004010/segments/sn1.segment.yml +11 -0
  51. data/data/004010/segments/td1.segment.yml +13 -0
  52. data/data/004010/segments/td5.segment.yml +11 -0
  53. data/data/004010/segments/tds.segment.yml +10 -0
  54. data/data/schema/element_summary.json +60 -0
  55. data/data/schema/loop_summary.json +49 -0
  56. data/data/schema/segment_summary.json +66 -0
  57. data/data/schema/src/element_summary.schema.yml +73 -0
  58. data/data/schema/src/loop_summary.schema.yml +50 -0
  59. data/data/schema/src/segment_summary.schema.yml +59 -0
  60. data/data/schema/src/transaction_set_summary.schema.yml +27 -0
  61. data/data/schema/transaction_set_summary.json +33 -0
  62. data/data/sources.md +114 -145
  63. data/eddy.gemspec +6 -3
  64. data/exe/eddy +14 -0
  65. data/lib/definitions/elements/generated/1005.hierarchical_structure_code.rb +98 -0
  66. data/lib/definitions/elements/generated/1019.invoice_type_code.rb +40 -0
  67. data/lib/definitions/elements/generated/103.packaging_code.rb +29 -0
  68. data/lib/definitions/elements/generated/1166.contract_type_code.rb +87 -0
  69. data/lib/definitions/elements/generated/1232.purchase_category.rb +53 -0
  70. data/lib/definitions/elements/generated/127.reference_identification.rb +29 -0
  71. data/lib/definitions/elements/generated/128.reference_identification_qualifier.rb +1540 -0
  72. data/lib/definitions/elements/generated/1300.service_promotion_allowance_or_charge_code.rb +1090 -0
  73. data/lib/definitions/elements/generated/1301.agency_service_promotion_allowance_or_charge_code.rb +29 -0
  74. data/lib/definitions/elements/generated/133.routing_sequence_code.rb +60 -0
  75. data/lib/definitions/elements/generated/166.address_information.rb +29 -0
  76. data/lib/definitions/elements/generated/183.volume.rb +29 -0
  77. data/lib/definitions/elements/generated/187.weight_qualifier.rb +88 -0
  78. data/lib/definitions/elements/generated/19.city_name.rb +29 -0
  79. data/lib/definitions/elements/generated/206.equipment_initial.rb +29 -0
  80. data/lib/definitions/elements/generated/207.equipment_number.rb +29 -0
  81. data/lib/definitions/elements/generated/212.unit_price.rb +29 -0
  82. data/lib/definitions/elements/generated/22.commodity_code.rb +29 -0
  83. data/lib/definitions/elements/generated/23.commodity_code_qualifier.rb +60 -0
  84. data/lib/definitions/elements/generated/234.product_service_id.rb +29 -0
  85. data/lib/definitions/elements/generated/235.product_service_id_qualifier.rb +514 -0
  86. data/lib/definitions/elements/generated/236.price_identifier_code.rb +201 -0
  87. data/lib/definitions/elements/generated/248.allowance_or_charge_indicator.rb +44 -0
  88. data/lib/definitions/elements/generated/26.country_code.rb +535 -0
  89. data/lib/definitions/elements/generated/284.service_level_code.rb +103 -0
  90. data/lib/definitions/elements/generated/324.purchase_order_number.rb +29 -0
  91. data/lib/definitions/elements/generated/326.request_reference_number.rb +29 -0
  92. data/lib/definitions/elements/generated/327.change_order_sequence_number.rb +29 -0
  93. data/lib/definitions/elements/generated/328.release_number.rb +29 -0
  94. data/lib/definitions/elements/generated/330.quantity_ordered.rb +29 -0
  95. data/lib/definitions/elements/generated/347.hash_total.rb +29 -0
  96. data/lib/definitions/elements/generated/349.item_description_type.rb +40 -0
  97. data/lib/definitions/elements/generated/352.description.rb +29 -0
  98. data/lib/definitions/elements/generated/353.transaction_set_purpose_code.rb +102 -0
  99. data/lib/definitions/elements/generated/354.number_of_line_items.rb +30 -0
  100. data/lib/definitions/elements/generated/355.unit_or_basis_for_measurement_code.rb +831 -0
  101. data/lib/definitions/elements/generated/358.quantity_invoiced.rb +29 -0
  102. data/lib/definitions/elements/generated/367.contract_number.rb +29 -0
  103. data/lib/definitions/elements/generated/368.shipment_order_status_code.rb +139 -0
  104. data/lib/definitions/elements/generated/374.date_time_qualifier.rb +1149 -0
  105. data/lib/definitions/elements/generated/380.quantity.rb +29 -0
  106. data/lib/definitions/elements/generated/382.number_of_units_shipped.rb +29 -0
  107. data/lib/definitions/elements/generated/387.routing.rb +29 -0
  108. data/lib/definitions/elements/generated/396.shipment_identification.rb +29 -0
  109. data/lib/definitions/elements/generated/559.agency_qualifier_code.rb +213 -0
  110. data/lib/definitions/elements/generated/587.acknowledgment_type.rb +52 -0
  111. data/lib/definitions/elements/generated/610.amount.rb +30 -0
  112. data/lib/definitions/elements/generated/639.basis_of_unit_price_code.rb +128 -0
  113. data/lib/definitions/elements/generated/640.transaction_type_code.rb +483 -0
  114. data/lib/definitions/elements/generated/646.quantity_shipped_to_date.rb +29 -0
  115. data/lib/definitions/elements/generated/648.price_multiplier_qualifier.rb +43 -0
  116. data/lib/definitions/elements/generated/649.multiplier.rb +29 -0
  117. data/lib/definitions/elements/generated/66.identification_code_qualifier.rb +252 -0
  118. data/lib/definitions/elements/generated/662.relationship_code.rb +42 -0
  119. data/lib/definitions/elements/generated/668.line_item_status_code.rb +63 -0
  120. data/lib/definitions/elements/generated/67.identification_code.rb +29 -0
  121. data/lib/definitions/elements/generated/687.class_of_trade_code.rb +89 -0
  122. data/lib/definitions/elements/generated/750.product_process_characteristic_code.rb +254 -0
  123. data/lib/definitions/elements/generated/751.product_description_code.rb +29 -0
  124. data/lib/definitions/elements/generated/76.invoice_number.rb +29 -0
  125. data/lib/definitions/elements/generated/782.monetary_amount.rb +29 -0
  126. data/lib/definitions/elements/generated/786.security_level_code.rb +54 -0
  127. data/lib/definitions/elements/generated/79.lading_description.rb +29 -0
  128. data/lib/definitions/elements/generated/80.lading_quantity.rb +30 -0
  129. data/lib/definitions/elements/generated/87.marks_and_numbers.rb +29 -0
  130. data/lib/definitions/elements/generated/88.marks_and_numbers_qualifier.rb +57 -0
  131. data/lib/definitions/elements/generated/91.transportation_method_type_code.rb +108 -0
  132. data/lib/definitions/elements/generated/92.purchase_order_type_code.rb +106 -0
  133. data/lib/definitions/elements/generated/98.entity_identifier_code.rb +1349 -0
  134. data/lib/definitions/elements/manual/116.postal_code.rb +44 -0
  135. data/lib/definitions/elements/manual/124.application_receivers_code.rb +29 -0
  136. data/lib/definitions/elements/manual/140.standard_carrier_alpha_code.rb +211 -0
  137. data/lib/definitions/elements/manual/142.application_senders_code.rb +29 -0
  138. data/lib/definitions/elements/manual/143.transaction_set_identifier_code.rb +335 -0
  139. data/lib/definitions/elements/manual/156.state_or_province_code.rb +92 -0
  140. data/lib/definitions/elements/manual/28.group_control_number.rb +34 -0
  141. data/lib/definitions/elements/manual/329.transactional_set_control_number.rb +35 -0
  142. data/lib/definitions/elements/manual/337.time.rb +30 -0
  143. data/lib/definitions/elements/manual/350.assigned_identification.rb +33 -0
  144. data/lib/definitions/elements/manual/373.date.rb +30 -0
  145. data/lib/definitions/elements/manual/455.responsible_agency_code.rb +43 -0
  146. data/lib/definitions/elements/manual/479.functional_identifier_code.rb +271 -0
  147. data/lib/definitions/elements/manual/480.version_release_industry_identifier_code.rb +145 -0
  148. data/lib/definitions/elements/manual/784.length_of_binary_data.rb +30 -0
  149. data/lib/definitions/elements/manual/785.binary_data.rb +30 -0
  150. data/lib/definitions/elements/manual/96.number_of_included_segments.rb +30 -0
  151. data/lib/definitions/elements/manual/97.number_of_transaction_sets_included.rb +30 -0
  152. data/lib/definitions/elements/manual/hl/628.hierarchical_id_number.rb +29 -0
  153. data/lib/definitions/elements/manual/hl/734.hierarchical_parent_id_number.rb +29 -0
  154. data/lib/definitions/elements/manual/hl/735.hierarchical_level_code.rb +207 -0
  155. data/lib/definitions/elements/manual/hl/736.hierarchical_child_code.rb +39 -0
  156. data/lib/definitions/elements/manual/i/I01.authorization_information_qualifier.rb +48 -0
  157. data/lib/definitions/elements/manual/i/I02.authorization_information.rb +33 -0
  158. data/lib/definitions/elements/manual/i/I03.security_information_qualifier.rb +43 -0
  159. data/lib/definitions/elements/manual/i/I04.security_information.rb +33 -0
  160. data/lib/definitions/elements/manual/i/I05.interchange_id_qualifier.rb +75 -0
  161. data/lib/definitions/elements/manual/i/I06.interchange_sender_id.rb +29 -0
  162. data/lib/definitions/elements/manual/i/I07.interchange_receiver_id.rb +29 -0
  163. data/lib/definitions/elements/manual/i/I08.interchange_date.rb +35 -0
  164. data/lib/definitions/elements/manual/i/I09.interchange_time.rb +36 -0
  165. data/lib/definitions/elements/manual/i/I10.interchange_control_standards_identifier.rb +42 -0
  166. data/lib/definitions/elements/manual/i/I11.interchange_control_version_number.rb +55 -0
  167. data/lib/definitions/elements/manual/i/I12.interchange_control_number.rb +34 -0
  168. data/lib/definitions/elements/manual/i/I13.acknowledgment_requested.rb +43 -0
  169. data/lib/definitions/elements/manual/i/I14.usage_indicator.rb +40 -0
  170. data/lib/definitions/elements/manual/i/I15.component_element_separator.rb +36 -0
  171. data/lib/definitions/elements/manual/i/I16.number_of_included_functional_groups.rb +30 -0
  172. data/lib/definitions/elements/manual/misc/81.weight.rb +29 -0
  173. data/lib/definitions/elements/manual/misc/93.name.rb +29 -0
  174. data/lib/definitions/segments/generated/ack.rb +192 -0
  175. data/lib/definitions/segments/generated/bak.rb +90 -0
  176. data/lib/definitions/segments/generated/beg.rb +226 -0
  177. data/lib/definitions/segments/generated/big.rb +107 -0
  178. data/lib/definitions/segments/generated/bsn.rb +107 -0
  179. data/lib/definitions/segments/generated/cad.rb +175 -0
  180. data/lib/definitions/segments/generated/ctp.rb +158 -0
  181. data/lib/definitions/segments/generated/ctt.rb +141 -0
  182. data/lib/definitions/segments/generated/dtm.rb +56 -0
  183. data/lib/definitions/segments/generated/it1.rb +277 -0
  184. data/lib/definitions/segments/generated/lin.rb +107 -0
  185. data/lib/definitions/segments/generated/man.rb +56 -0
  186. data/lib/definitions/segments/generated/n1.rb +90 -0
  187. data/lib/definitions/segments/generated/n3.rb +39 -0
  188. data/lib/definitions/segments/generated/n4.rb +90 -0
  189. data/lib/definitions/segments/generated/pid.rb +107 -0
  190. data/lib/definitions/segments/generated/po1.rb +175 -0
  191. data/lib/definitions/segments/generated/prf.rb +90 -0
  192. data/lib/definitions/segments/generated/ref.rb +56 -0
  193. data/lib/definitions/segments/generated/sac.rb +107 -0
  194. data/lib/definitions/segments/generated/sln.rb +141 -0
  195. data/lib/definitions/segments/generated/sn1.rb +124 -0
  196. data/lib/definitions/segments/generated/td1.rb +158 -0
  197. data/lib/definitions/segments/generated/td5.rb +107 -0
  198. data/lib/definitions/segments/generated/tds.rb +39 -0
  199. data/lib/definitions/segments/manual/envelopes/ge.rb +53 -0
  200. data/lib/definitions/segments/manual/envelopes/gs.rb +163 -0
  201. data/lib/definitions/segments/manual/envelopes/iea.rb +53 -0
  202. data/lib/definitions/segments/manual/envelopes/isa.rb +295 -0
  203. data/lib/definitions/segments/manual/envelopes/se.rb +52 -0
  204. data/lib/definitions/segments/manual/envelopes/st.rb +52 -0
  205. data/lib/definitions/segments/manual/hl.rb +96 -0
  206. data/lib/definitions/segments/manual/n2.rb +52 -0
  207. data/lib/definitions/transaction_sets/manual/810/810.rb +143 -0
  208. data/lib/definitions/transaction_sets/manual/810/loops.rb +109 -0
  209. data/lib/definitions/transaction_sets/manual/850/850.rb +92 -0
  210. data/lib/definitions/transaction_sets/manual/850/loops.rb +58 -0
  211. data/lib/definitions/transaction_sets/manual/855/855.rb +83 -0
  212. data/lib/definitions/transaction_sets/manual/855/loops.rb +104 -0
  213. data/lib/definitions/transaction_sets/manual/856/856.rb +83 -0
  214. data/lib/definitions/transaction_sets/manual/856/loops.rb +155 -0
  215. data/lib/eddy.rb +29 -7
  216. data/lib/eddy/build/build.rb +47 -0
  217. data/lib/eddy/build/elements/element.rb +67 -0
  218. data/lib/eddy/build/elements/elements.rb +46 -0
  219. data/lib/eddy/build/elements/id.rb +55 -0
  220. data/lib/eddy/build/elements/n.rb +48 -0
  221. data/lib/eddy/build/loop_builder.rb +93 -0
  222. data/lib/eddy/build/segment_builder.rb +169 -0
  223. data/lib/eddy/build/transaction_set_builder.rb +218 -0
  224. data/lib/eddy/cli/cli.rb +39 -0
  225. data/lib/eddy/config.rb +51 -0
  226. data/lib/eddy/data.rb +50 -0
  227. data/lib/eddy/data/persistence/active_record.rb +10 -0
  228. data/lib/eddy/data/persistence/base.rb +47 -0
  229. data/lib/eddy/data/persistence/file.rb +50 -0
  230. data/lib/eddy/data/persistence/memory.rb +65 -0
  231. data/lib/eddy/data/store.rb +108 -0
  232. data/lib/eddy/errors.rb +112 -0
  233. data/lib/eddy/models/element.rb +14 -0
  234. data/lib/eddy/models/element/an.rb +55 -0
  235. data/lib/eddy/models/element/b.rb +53 -0
  236. data/lib/eddy/models/element/base.rb +116 -0
  237. data/lib/eddy/models/element/composite.rb +6 -0
  238. data/lib/eddy/models/element/dt.rb +100 -0
  239. data/lib/eddy/models/element/id.rb +58 -0
  240. data/lib/eddy/models/element/n.rb +94 -0
  241. data/lib/eddy/models/element/r.rb +84 -0
  242. data/lib/eddy/models/element/tm.rb +113 -0
  243. data/lib/eddy/models/loop.rb +74 -0
  244. data/lib/eddy/models/segment.rb +35 -0
  245. data/lib/eddy/models/transaction_set.rb +101 -0
  246. data/lib/eddy/parse.rb +58 -0
  247. data/lib/eddy/schema/element_summary.rb +123 -0
  248. data/lib/eddy/schema/loop_summary.rb +101 -0
  249. data/lib/eddy/schema/segment_summary.rb +116 -0
  250. data/lib/eddy/schema/transaction_set_summary.rb +96 -0
  251. data/lib/eddy/schema/validate.rb +41 -0
  252. data/lib/eddy/util.rb +16 -0
  253. data/lib/eddy/util/clean_folder.rb +14 -0
  254. data/lib/eddy/util/edi_data.rb +153 -0
  255. data/lib/eddy/util/new_number.rb +24 -0
  256. data/lib/eddy/util/normalize.rb +51 -0
  257. data/lib/eddy/util/paths.rb +19 -0
  258. data/lib/eddy/util/read.rb +38 -0
  259. data/lib/eddy/util/time.rb +56 -0
  260. data/lib/eddy/util/timestamp.rb +12 -0
  261. data/lib/eddy/util/trim.rb +29 -0
  262. data/lib/eddy/version.rb +1 -1
  263. data/lib/eddy/write/functional_group.rb +33 -0
  264. data/lib/eddy/write/interchange.rb +28 -0
  265. data/lib/eddy/write/simple_interchange.rb +57 -0
  266. data/lib/generators/eddy/initializer/initializer_generator.rb +17 -0
  267. data/lib/generators/eddy/initializer/templates/eddy.rb.erb +6 -0
  268. data/lib/generators/eddy/migration/migration_generator.rb +53 -0
  269. data/lib/generators/eddy/migration/templates/migration.rb.erb +35 -0
  270. data/tasks/build.rake +15 -0
  271. data/tasks/misc/gemspec.rake +12 -0
  272. data/tasks/misc/missing_lists.rake +240 -0
  273. data/tasks/misc/yaml2json.rake +20 -0
  274. data/todo.txt +16 -0
  275. metadata +297 -42
  276. data/data/004010/segments/ISA.tsv +0 -17
  277. data/data/schema.jsonc +0 -67
  278. data/lib/eddy/build/build_an.rb +0 -31
  279. data/lib/eddy/build/build_dt.rb +0 -46
  280. data/lib/eddy/build/build_elements.rb +0 -181
  281. data/lib/eddy/build/build_id.rb +0 -56
  282. data/lib/eddy/build/build_r_and_n.rb +0 -69
  283. data/lib/eddy/build/build_tm.rb +0 -52
  284. data/lib/eddy/build/segments.rb +0 -25
  285. data/lib/eddy/definitions/manual/elements/109.dt.pickup_date.rb +0 -20
  286. data/lib/eddy/definitions/manual/elements/111.tm.pickup_time.rb +0 -20
  287. data/lib/eddy/definitions/manual/elements/112.an.pier_name.rb +0 -19
  288. data/lib/eddy/definitions/manual/elements/785.b.binary_data.rb +0 -19
  289. data/lib/eddy/definitions/manual/elements/81.r.weight.rb +0 -19
  290. data/lib/eddy/definitions/manual/elements/86.n0.total_equipment.rb +0 -20
  291. data/lib/eddy/definitions/manual/elements/I02.authorization_information.rb +0 -20
  292. data/lib/eddy/definitions/manual/elements/I04.security_information.rb +0 -20
  293. data/lib/eddy/definitions/manual/elements/I08.interchange_date.rb +0 -20
  294. data/lib/eddy/definitions/manual/elements/I09.interchange_time.rb +0 -20
  295. data/lib/eddy/definitions/manual/elements/I15.component_element_separator.rb +0 -32
  296. data/lib/eddy/definitions/manual/segments/n1.rb +0 -14
  297. data/lib/eddy/element.rb +0 -14
  298. data/lib/eddy/element/an.rb +0 -36
  299. data/lib/eddy/element/b.rb +0 -9
  300. data/lib/eddy/element/base.rb +0 -37
  301. data/lib/eddy/element/dt.rb +0 -89
  302. data/lib/eddy/element/id.rb +0 -40
  303. data/lib/eddy/element/n.rb +0 -43
  304. data/lib/eddy/element/r.rb +0 -47
  305. data/lib/eddy/element/tm.rb +0 -108
  306. data/lib/eddy/error.rb +0 -14
  307. data/lib/eddy/helpers.rb +0 -31
  308. data/lib/eddy/segment.rb +0 -12
  309. data/lib/eddy/transaction_set.rb +0 -35
@@ -0,0 +1,54 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 786
6
+ # - Name: Security Level Code
7
+ # - Type: ID
8
+ # - Min/Max: 2/2
9
+ # - Description: Code indicating the level of confidentiality assigned by the sender to the information following
10
+ class E786 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "786"
18
+ @name = "Security Level Code"
19
+ @description = "Code indicating the level of confidentiality assigned by the sender to the information following"
20
+ super(
21
+ min: 2,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "00", # Company Non-Classified
33
+ "01", # Company Internal Use Only
34
+ "02", # Company Confidential
35
+ "03", # Company Confidential, Restricted (Need to Know)
36
+ "04", # Company Registered (Signature Required)
37
+ "05", # Personal
38
+ "06", # Supplier Proprietary
39
+ "09", # Company Defined (Trading Partner Level)
40
+ "11", # Competition Sensitive
41
+ "20", # Court Restricted
42
+ "21", # Juvenile Record Restricted
43
+ "90", # Government Non-Classified
44
+ "92", # Government Confidential
45
+ "93", # Government Secret
46
+ "94", # Government Top Secret
47
+ "99", # Government Defined (Trading Partner Level)
48
+ "ZZ", # Mutually Defined
49
+ ]
50
+ end
51
+
52
+ end
53
+ end
54
+ end
@@ -0,0 +1,29 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 79
6
+ # - Name: Lading Description
7
+ # - Type: AN
8
+ # - Min/Max: 1/50
9
+ # - Description: Description of an item as required for rating and billing purposes
10
+ class E79 < Eddy::Element::AN
11
+ # @param val [String]
12
+ # @param req [String]
13
+ # @param ref [String]
14
+ # @return [void]
15
+ def initialize(val: nil, req: nil, ref: nil)
16
+ @id = "79"
17
+ @name = "Lading Description"
18
+ @description = "Description of an item as required for rating and billing purposes"
19
+ super(
20
+ min: 1,
21
+ max: 50,
22
+ req: req,
23
+ ref: ref,
24
+ val: val,
25
+ )
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,30 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 80
6
+ # - Name: Lading Quantity
7
+ # - Type: N0
8
+ # - Min/Max: 1/7
9
+ # - Description: Number of units (pieces) of the lading commodity
10
+ class E80 < Eddy::Element::N
11
+ # @param val [Integer]
12
+ # @param req [String]
13
+ # @param ref [String]
14
+ # @return [void]
15
+ def initialize(val: nil, req: nil, ref: nil)
16
+ @id = "80"
17
+ @name = "Lading Quantity"
18
+ @description = "Number of units (pieces) of the lading commodity"
19
+ super(
20
+ min: 1,
21
+ max: 7,
22
+ req: req,
23
+ ref: ref,
24
+ val: val,
25
+ decimals: 0,
26
+ )
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,29 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 87
6
+ # - Name: Marks and Numbers
7
+ # - Type: AN
8
+ # - Min/Max: 1/48
9
+ # - Description: Marks and numbers used to identify a shipment or parts of a shipment
10
+ class E87 < Eddy::Element::AN
11
+ # @param val [String]
12
+ # @param req [String]
13
+ # @param ref [String]
14
+ # @return [void]
15
+ def initialize(val: nil, req: nil, ref: nil)
16
+ @id = "87"
17
+ @name = "Marks and Numbers"
18
+ @description = "Marks and numbers used to identify a shipment or parts of a shipment"
19
+ super(
20
+ min: 1,
21
+ max: 48,
22
+ req: req,
23
+ ref: ref,
24
+ val: val,
25
+ )
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,57 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 88
6
+ # - Name: Marks and Numbers Qualifier
7
+ # - Type: ID
8
+ # - Min/Max: 1/2
9
+ # - Description: Code specifying the application or source of Marks and Numbers (87)
10
+ class E88 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "88"
18
+ @name = "Marks and Numbers Qualifier"
19
+ @description = "Code specifying the application or source of Marks and Numbers (87)"
20
+ super(
21
+ min: 1,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "L", # Line Item Only
33
+ "R", # Originator Assigned
34
+ "S", # Entire Shipment
35
+ "W", # Pallet Number
36
+ "X", # Pallet Configuration Number
37
+ "AA", # SSCC-18
38
+ "AI", # UCC/EAN-128 Application Identifier (AI) and Data
39
+ "CA", # Shipper-Assigned Case Number
40
+ "CP", # Carrier-Assigned Package ID Number
41
+ "DZ", # Receiver Assigned Drop Zone
42
+ "GM", # SSCC-18 and Application Identifier
43
+ "MC", # Master Carton Number
44
+ "PB", # Premarked by Buyer
45
+ "SI", # Self-Identifying Container via Radio Frequency ID Device
46
+ "SM", # Shipper Assigned
47
+ "SR", # Shipper Assigned Roll Number
48
+ "SS", # Shipper Assigned Skid Number
49
+ "UC", # U.P.C. Shipping Container Code
50
+ "UP", # U.P.C. Consumer Package Code (1-5-5-1)
51
+ "ZZ", # Mutually Defined
52
+ ]
53
+ end
54
+
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,108 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 91
6
+ # - Name: Transportation Method/Type Code
7
+ # - Type: ID
8
+ # - Min/Max: 1/2
9
+ # - Description: Code specifying the method or type of transportation for the shipment
10
+ class E91 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "91"
18
+ @name = "Transportation Method/Type Code"
19
+ @description = "Code specifying the method or type of transportation for the shipment"
20
+ super(
21
+ min: 1,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "6", # Military Official Mail
33
+ "7", # Mail
34
+ "A", # Air
35
+ "B", # Barge
36
+ "C", # Consolidation
37
+ "D", # Parcel Post
38
+ "E", # Expedited Truck
39
+ "F", # Flyaway
40
+ "H", # Customer Pickup
41
+ "I", # Common Irregular Carrier
42
+ "J", # Motor
43
+ "K", # Backhaul
44
+ "L", # Contract Carrier
45
+ "M", # Motor (Common Carrier)
46
+ "N", # Private Vessel
47
+ "O", # Containerized Ocean
48
+ "P", # Private Carrier
49
+ "Q", # Conventional Ocean
50
+ "R", # Rail
51
+ "S", # Ocean
52
+ "T", # Best Way (Shippers Option)
53
+ "U", # Private Parcel Service
54
+ "W", # Inland Waterway
55
+ "X", # Intermodal (Piggyback)
56
+ "Y", # Military Intratheater Airlift Service
57
+ "AC", # Air Charter
58
+ "AE", # Air Express
59
+ "AF", # Air Freight
60
+ "AH", # Air Taxi
61
+ "AR", # Armed Forces Courier Service (ARFCOS)
62
+ "BP", # Book Postal
63
+ "BU", # Bus
64
+ "CE", # Customer Pickup / Customer's Expense
65
+ "DA", # Driveaway Service
66
+ "DW", # Driveaway, Truckaway, Towaway
67
+ "ED", # European or Pacific Distribution System
68
+ "FA", # Air Freight Forwarder
69
+ "FL", # Motor (Flatbed)
70
+ "GG", # Geographic Receiving/Shipping
71
+ "GR", # Geographic Receiving
72
+ "GS", # Geographic Shipping
73
+ "HH", # Household Goods Truck
74
+ "LA", # Logair
75
+ "LT", # Less Than Trailer Load (LTL)
76
+ "MB", # Motor (Bulk Carrier)
77
+ "MP", # Motor (Package Carrier)
78
+ "PA", # Pooled Air
79
+ "PG", # Pooled Piggyback
80
+ "PL", # Pipeline
81
+ "PP", # Pool to Pool
82
+ "PR", # Pooled Rail
83
+ "PT", # Pooled Truck
84
+ "RC", # Rail, Less than Carload
85
+ "RR", # Roadrailer
86
+ "SB", # Shipper Agent
87
+ "SC", # Shipper Agent (Truck)
88
+ "SD", # Shipper Association
89
+ "SE", # Sea/Air
90
+ "SR", # Supplier Truck
91
+ "SS", # Steamship
92
+ "ST", # Stack Train
93
+ "TA", # Towaway Service
94
+ "TC", # Cab (Taxi)
95
+ "TT", # Tank Truck
96
+ "VA", # Motor (Van)
97
+ "VE", # Vessel, Ocean
98
+ "VL", # Vessel, Lake
99
+ "WP", # Water or Pipeline Intermodal Movement
100
+ "Y1", # Ocean Conference Carrier
101
+ "Y2", # Ocean Non-Conference Carrier
102
+ "ZZ", # Mutually defined
103
+ ]
104
+ end
105
+
106
+ end
107
+ end
108
+ end
@@ -0,0 +1,106 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 92
6
+ # - Name: Purchase Order Type Code
7
+ # - Type: ID
8
+ # - Min/Max: 2/2
9
+ # - Description: Code specifying the type of Purchase Order
10
+ class E92 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "92"
18
+ @name = "Purchase Order Type Code"
19
+ @description = "Code specifying the type of Purchase Order"
20
+ super(
21
+ min: 2,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "AB", # Assortment Against Blanket
33
+ "AC", # AOG (Aircraft on Ground) Critical
34
+ "AO", # AOG (Aircraft on Ground) Service
35
+ "BD", # Bidding
36
+ "BE", # Blanket Order/Estimated Quantities (Not firm Commitment)
37
+ "BH", # Bill and Hold
38
+ "BK", # Blanket Order (Quantity Firm)
39
+ "BL", # Bailment
40
+ "BQ", # Budgetary Quote
41
+ "BY", # Buying
42
+ "CA", # Contract Award Notification
43
+ "CC", # Change to Contract
44
+ "CF", # Confirmation
45
+ "CN", # Consigned Order
46
+ "CO", # Catalog Order
47
+ "CP", # Change to Purchase Order
48
+ "CR", # Change to Release
49
+ "DR", # Direct Ship
50
+ "DS", # Dropship
51
+ "EO", # Emergency Order
52
+ "FH", # Fabricate and Hold
53
+ "IN", # Information Copy
54
+ "JL", # Job Lot
55
+ "KA", # Agreement
56
+ "KB", # Blanket Purchase Agreement
57
+ "KC", # Contract
58
+ "KD", # Basic Agreement
59
+ "KE", # Basic Ordering Agreement
60
+ "KG", # Grant
61
+ "KI", # Indefinite Delivery Indefinite Quantity
62
+ "KN", # Purchase Order
63
+ "KO", # Close Out
64
+ "KP", # Authority to Proceed
65
+ "KQ", # Indefinite Delivery Definite Quantity
66
+ "KR", # Requirements
67
+ "KS", # Letter Contract
68
+ "KT", # Task Order
69
+ "LB", # Lease (Blanket Agreement)
70
+ "LS", # Lease
71
+ "NE", # New Order
72
+ "NO", # Not for Sale
73
+ "NP", # New Product Introduction
74
+ "NS", # New Store Opening
75
+ "OS", # Special Order
76
+ "PR", # Promotion
77
+ "RA", # Release Against Assortment
78
+ "RC", # Retailer Pre-commitment
79
+ "RE", # Reorder
80
+ "RL", # Release or Delivery Order
81
+ "RN", # Renewal Order
82
+ "RO", # Rush Order
83
+ "RR", # Repair and Return
84
+ "RT", # Rental
85
+ "RU", # Record Update Service
86
+ "RW", # Resume Work Order
87
+ "SA", # Stand-alone Order
88
+ "SO", # Shipped Order
89
+ "SP", # Sample
90
+ "SS", # Supply or Service Order
91
+ "ST", # Standing Order
92
+ "SW", # Stop Work
93
+ "TC", # Toll Conversion Order
94
+ "TM", # Time & Materials
95
+ "TR", # Termination
96
+ "UD", # Unit Down
97
+ "UE", # Unit Exchange
98
+ "US", # Urgent Service Request
99
+ "WO", # Warranty Order
100
+ "ZZ", # Mutually Defined
101
+ ]
102
+ end
103
+
104
+ end
105
+ end
106
+ end
@@ -0,0 +1,1349 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 98
6
+ # - Name: Entity Identifier Code
7
+ # - Type: ID
8
+ # - Min/Max: 2/3
9
+ # - Description: Code identifying an organizational entity, a physical location, property or an individual
10
+ class E98 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "98"
18
+ @name = "Entity Identifier Code"
19
+ @description = "Code identifying an organizational entity, a physical location, property or an individual"
20
+ super(
21
+ min: 2,
22
+ max: 3,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "01", # Loan Applicant
33
+ "02", # Loan Broker
34
+ "03", # Dependent
35
+ "04", # Asset Account Holder
36
+ "05", # Tenant
37
+ "06", # Recipient of Civil or Legal Liability Payment
38
+ "07", # Titleholder
39
+ "08", # Non-Mortgage Liability Account Holder
40
+ "09", # Note Co-Signer
41
+ "0A", # Comparable Rentals
42
+ "0B", # Interim Funding Organization
43
+ "0D", # Non-occupant Co-borrower
44
+ "0E", # List Owner
45
+ "0F", # List Mailer
46
+ "0H", # State Division
47
+ "10", # Conduit
48
+ "11", # Party to be billed(AAR Accounting Rule 11)
49
+ "12", # Regional Office
50
+ "13", # Contracted Service Provider
51
+ "14", # Wholly-Owned Subsidiary
52
+ "15", # Accounts Payable Office
53
+ "16", # Plant
54
+ "17", # Consultant's Office
55
+ "18", # Production
56
+ "19", # Non-Production Supplier
57
+ "1A", # Subgroup
58
+ "1B", # Applicant
59
+ "1C", # Group Purchasing Organization (GPO)
60
+ "1D", # Co-operative
61
+ "1E", # Health Maintenance Organization (HMO)
62
+ "1F", # Alliance
63
+ "1G", # Oncology Center
64
+ "1H", # Kidney Dialysis Unit
65
+ "1I", # Preferred Provider Organization (PPO)
66
+ "1J", # Connection
67
+ "1K", # Franchisor
68
+ "1L", # Franchisee
69
+ "1M", # Previous Group
70
+ "1N", # Shareholder
71
+ "1O", # Acute Care Hospital
72
+ "1P", # Provider
73
+ "1Q", # Military Facility
74
+ "1R", # University, College or School
75
+ "1S", # Outpatient Surgicenter
76
+ "1T", # Physician, Clinic or Group Practice
77
+ "1U", # Long Term Care Facility
78
+ "1V", # Extended Care Facility
79
+ "1W", # Psychiatric Health Facility
80
+ "1X", # Laboratory
81
+ "1Y", # Retail Pharmacy
82
+ "1Z", # Home Health Care
83
+ "20", # Foreign Supplier
84
+ "21", # Small Business
85
+ "22", # Minority-Owned Business, Small
86
+ "23", # Minority-Owned Business, Large
87
+ "24", # Woman-Owned Business, Small
88
+ "25", # Woman-Owned Business, Large
89
+ "26", # Socially Disadvantaged Business
90
+ "27", # Small Disadvantaged Business
91
+ "28", # Subcontractor
92
+ "29", # Prototype Supplier
93
+ "2A", # Federal, State, County or City Facility
94
+ "2B", # Third-Party Administrator
95
+ "2C", # Co-Participant
96
+ "2D", # Miscellaneous Health Care Facility
97
+ "2E", # Non-Health Care Miscellaneous Facility
98
+ "2F", # State
99
+ "2G", # Assigner
100
+ "2H", # Hospital District or Authority
101
+ "2I", # Church Operated Facility
102
+ "2J", # Individual
103
+ "2K", # Partnership
104
+ "2L", # Corporation
105
+ "2M", # Air Force Facility
106
+ "2N", # Army Facility
107
+ "2O", # Navy Facility
108
+ "2P", # Public Health Service Facility
109
+ "2Q", # Veterans Administration Facility
110
+ "2R", # Federal Facility
111
+ "2S", # Public Health Service Indian Service Facility
112
+ "2T", # Department of Justice Facility
113
+ "2U", # Other Not-for-profit Facility
114
+ "2V", # Individual for-profit Facility
115
+ "2W", # Partnership for-profit Facility
116
+ "2X", # Corporation for-profit Facility
117
+ "2Y", # General Medical and Surgical Facility
118
+ "2Z", # Hospital Unit of an Institution (prison hospital, college infirmary, etc.)
119
+ "30", # Service Supplier
120
+ "31", # Postal Mailing Address
121
+ "32", # Party to Receive Material Release
122
+ "33", # Inquiry Address
123
+ "34", # Material Change Notice Address
124
+ "35", # Electronic Data Interchange (EDI) Coordinator Point Address
125
+ "36", # Employer
126
+ "37", # Previous Debt Holder
127
+ "38", # Mortgage Liability Account Holder
128
+ "39", # Appraisal Company
129
+ "3A", # Hospital Unit Within an Institution for the Mentally Retarded
130
+ "3B", # Psychiatric Facility
131
+ "3C", # Tuberculosis and Other Respiratory Diseases Facility
132
+ "3D", # Obstetrics and Gynecology Facility
133
+ "3E", # Eye, Ear, Nose and Throat Facility
134
+ "3F", # Rehabilitation Facility
135
+ "3G", # Orthopedic Facility
136
+ "3H", # Chronic Disease Facility
137
+ "3I", # Other Specialty Facility
138
+ "3J", # Children's General Facility
139
+ "3K", # Children's Hospital Unit of an Institution
140
+ "3L", # Children's Psychiatric Facility
141
+ "3M", # Children's Tuberculosis and Other Respiratory Diseases Facility
142
+ "3N", # Children's Eye, Ear, Nose and Throat Facility
143
+ "3O", # Children's Rehabilitation Facility
144
+ "3P", # Children's Orthopedic Facility
145
+ "3Q", # Children's Chronic Disease Facility
146
+ "3R", # Children's Other Specialty Facility
147
+ "3S", # Institution for Mental Retardation
148
+ "3T", # Alcoholism and Other Chemical Dependency Facility
149
+ "3U", # General Inpatient Care for AIDS/ARC Facility
150
+ "3V", # AIDS/ARC Unit
151
+ "3W", # Specialized Outpatient Program for AIDS/ARC
152
+ "3X", # Alcohol/Drug Abuse or Dependency Inpatient Unit
153
+ "3Y", # Alcohol/Drug Abuse or Dependency Outpatient Services
154
+ "3Z", # Arthritis Treatment Center
155
+ "40", # Receiver
156
+ "41", # Submitter
157
+ "42", # Component Manufacturer
158
+ "43", # Claimant Authorized Representative
159
+ "44", # Data Processing Service Bureau
160
+ "45", # Drop-off Location
161
+ "46", # Invoicing Dealer
162
+ "47", # Estimator
163
+ "48", # In-service Source
164
+ "49", # Initial Dealer
165
+ "4A", # Birthing Room/LDRP Room
166
+ "4B", # Burn Care Unit
167
+ "4C", # Cardiac Catherization Laboratory
168
+ "4D", # Open-Heart Surgery Facility
169
+ "4E", # Cardiac Intensive Care Unit
170
+ "4F", # Angioplasty Facility
171
+ "4G", # Chronic Obstructive Pulmonary Disease Service Facility
172
+ "4H", # Emergency Department
173
+ "4I", # Trauma Center (Certified)
174
+ "4J", # Extracorporeal Shock-Wave Lithotripter (ESWL) Unit
175
+ "4K", # Fitness Center
176
+ "4L", # Genetic Counseling/Screening Services
177
+ "4M", # Adult Day Care Program Facility
178
+ "4N", # Alzheimer's Diagnostic/Assessment Services
179
+ "4O", # Comprehensive Geriatric Assessment Facility
180
+ "4P", # Emergency Response (Geriatric) Unit
181
+ "4Q", # Geriatric Acute Care Unit
182
+ "4R", # Geriatric Clinics
183
+ "4S", # Respite Care Facility
184
+ "4T", # Senior Membership Program
185
+ "4U", # Patient Education Unit
186
+ "4V", # Community Health Promotion Facility
187
+ "4W", # Worksite Health Promotion Facility
188
+ "4X", # Hemodialysis Facility
189
+ "4Y", # Home Health Services
190
+ "4Z", # Hospice
191
+ "50", # Manufacturer's Representative
192
+ "51", # Parts Distributor
193
+ "52", # Part Remanufacturer
194
+ "53", # Registered Owner
195
+ "54", # Order Writer
196
+ "55", # Service Manager
197
+ "56", # Servicing Dealer
198
+ "57", # Servicing Organization
199
+ "58", # Store Manager
200
+ "59", # Party to Approve Specification
201
+ "5A", # Medical Surgical or Other Intensive Care Unit
202
+ "5B", # Hisopathology Laboratory
203
+ "5C", # Blood Bank
204
+ "5D", # Neonatal Intensive Care Unit
205
+ "5E", # Obstetrics Unit
206
+ "5F", # Occupational Health Services
207
+ "5G", # Organized Outpatient Services
208
+ "5H", # Pediatric Acute Inpatient Unit
209
+ "5I", # Psychiatric Child/Adolescent Services
210
+ "5J", # Psychiatric Consultation-Liaison Services
211
+ "5K", # Psychiatric Education Services
212
+ "5L", # Psychiatric Emergency Services
213
+ "5M", # Psychiatric Geriatric Services
214
+ "5N", # Psychiatric Inpatient Unit
215
+ "5O", # Psychiatric Outpatient Services
216
+ "5P", # Psychiatric Partial Hospitalization Program
217
+ "5Q", # Megavoltage Radiation Therapy Unit
218
+ "5R", # Radioactive Implants Unit
219
+ "5S", # Therapeutic Radioisotope Facility
220
+ "5T", # X-Ray Radiation Therapy Unit
221
+ "5U", # CT Scanner Unit
222
+ "5V", # Diagnostic Radioisotope Facility
223
+ "5W", # Magnetic Resonance Imaging (MRI) Facility
224
+ "5X", # Ultrasound Unit
225
+ "5Y", # Rehabilitation Inpatient Unit
226
+ "5Z", # Rehabilitation Outpatient Services
227
+ "60", # Salesperson
228
+ "61", # Performed At
229
+ "62", # Applicant's Employer
230
+ "63", # Reference's Employer
231
+ "64", # Cosigner's Employer
232
+ "65", # Applicant's Reference
233
+ "66", # Applicant's Cosigner
234
+ "67", # Applicant's Comaker
235
+ "68", # Owner's Representative
236
+ "69", # Repairing Outlet
237
+ "6A", # Reproductive Health Services
238
+ "6B", # Skilled Nursing or Other Long-Term Care Unit
239
+ "6C", # Single Photon Emission Computerized Tomography (SPECT) Unit
240
+ "6D", # Organized Social Work Service Facility
241
+ "6E", # Outpatient Social Work Services
242
+ "6F", # Emergency Department Social Work Services
243
+ "6G", # Sports Medicine Clinic/Services
244
+ "6H", # Hospital Auxiliary Unit
245
+ "6I", # Patient Representative Services
246
+ "6J", # Volunteer Services Department
247
+ "6K", # Outpatient Surgery Services
248
+ "6L", # Organ/Tissue Transplant Unit
249
+ "6M", # Orthopedic Surgery Facility
250
+ "6N", # Occupational Therapy Services
251
+ "6O", # Physical Therapy Services
252
+ "6P", # Recreational Therapy Services
253
+ "6Q", # Respiratory Therapy Services
254
+ "6R", # Speech Therapy Services
255
+ "6S", # Women's Health Center/Services
256
+ "6T", # Health Sciences Library
257
+ "6U", # Cardiac Rehabilitation Program Facility
258
+ "6V", # Non-Invasive Cardiac Assessment Services
259
+ "6W", # Emergency Medical Technician
260
+ "6X", # Disciplinary Contact
261
+ "6Y", # Case Manager
262
+ "6Z", # Advisor
263
+ "70", # Prior Incorrect Insured
264
+ "71", # Attending Physician
265
+ "72", # Operating Physician
266
+ "73", # Other Physician
267
+ "74", # Corrected Insured
268
+ "75", # Participant
269
+ "76", # Secondary Warranter
270
+ "77", # Service Location
271
+ "78", # Service Requester
272
+ "79", # Warranter
273
+ "7A", # Premises
274
+ "7B", # Bottler
275
+ "7C", # Place of Occurrence
276
+ "7D", # Contracting Officer Representative
277
+ "7E", # Party Authorized to Definitize Contract Action
278
+ "7F", # Filing Address
279
+ "7G", # Hazardous Material Office
280
+ "7H", # Government Furnished Property FOB Point
281
+ "7I", # Project Name
282
+ "7J", # Codefendant
283
+ "7K", # Co-occupant
284
+ "7L", # Preliminary Inspection Location
285
+ "7M", # Inspection and Acceptance Location
286
+ "7N", # Party to Receive Proposal
287
+ "7O", # Federally Chartered Facility
288
+ "7P", # Transportation Office
289
+ "7Q", # Party to Whom Protest Submitted
290
+ "7R", # Birthplace
291
+ "7S", # Pipeline Segment
292
+ "7T", # Home State Name
293
+ "7U", # Liquidator
294
+ "7V", # Petitioning Creditor's Attorney
295
+ "7W", # Merged Name
296
+ "7X", # Party Represented
297
+ "7Y", # Professional Organization
298
+ "7Z", # Referee
299
+ "80", # Hospital
300
+ "81", # Part Source
301
+ "82", # Rendering Provider
302
+ "83", # Subscriber's School
303
+ "84", # Subscriber's Employer
304
+ "85", # Billing Provider
305
+ "86", # Conductor
306
+ "87", # Pay-to Provider
307
+ "88", # Approver
308
+ "89", # Investor
309
+ "8A", # Vacation Home
310
+ "8B", # Primary Residence
311
+ "8C", # Second Home
312
+ "8D", # Permit Holder
313
+ "8E", # Minority Institution
314
+ "8F", # Bailment Warehouse
315
+ "8G", # First Appraiser
316
+ "8H", # Tax Exempt Organization
317
+ "8I", # Service Organization
318
+ "8J", # Emerging Small Business
319
+ "8K", # Surplus Dealer
320
+ "8L", # Polling Site
321
+ "8M", # Socially Disadvantaged Individual
322
+ "8N", # Economically Disadvantaged Individual
323
+ "8O", # Disabled Individual
324
+ "8P", # Producer
325
+ "8Q", # Public or Private Organization for the Disabled
326
+ "8R", # Consumer Service Provider (CSP) Customer
327
+ "8S", # Consumer Service Provider (CSP)
328
+ "8T", # Voter
329
+ "8U", # Native Hawaiian Organization
330
+ "8V", # Primary Intra-LATA (Local Access Transport Area) Carrier
331
+ "8W", # Payment Address
332
+ "8X", # Oil and Gas Custodian
333
+ "8Y", # Registered Office
334
+ "8Z", # Joint Debtor Attorney
335
+ "90", # Previous Business Partner
336
+ "91", # Action Party
337
+ "92", # Support Party
338
+ "93", # Insurance Institute
339
+ "94", # New Supply Source
340
+ "95", # Research Institute
341
+ "96", # Debtor Company
342
+ "97", # Party Waiving Requirements
343
+ "98", # Freight Management Facilitator
344
+ "99", # Outer Continental Shelf (OCS) Area Location
345
+ "9A", # Debtor Individual
346
+ "9B", # Country of Export
347
+ "9C", # Country of Destination
348
+ "9D", # New Service Provider
349
+ "9E", # Sub-servicer
350
+ "9F", # Loss Payee
351
+ "9G", # Nickname
352
+ "9H", # Assignee
353
+ "9I", # Registered Principal
354
+ "9J", # Additional Debtor
355
+ "9K", # Key Person
356
+ "9L", # Incorporated By
357
+ "9N", # Party to Lease
358
+ "9O", # Party to Contract
359
+ "9P", # Investigator
360
+ "9Q", # Last Supplier
361
+ "9R", # Downstream First Supplier
362
+ "9S", # Co-Investigator
363
+ "9T", # Telephone Answering Service Bureau
364
+ "9U", # Author
365
+ "9V", # First Supplier
366
+ "9W", # Ultimate Parent Company
367
+ "9X", # Contractual Receipt Meter
368
+ "9Y", # Contractual Delivery Meter
369
+ "9Z", # Co-debtor
370
+ "A1", # Adjuster
371
+ "A2", # Woman-Owned Business
372
+ "A3", # Labor Surplus Area Firm
373
+ "A4", # Other Disadvantaged Business
374
+ "A5", # Veteran-Owned Business
375
+ "A6", # Section 8(a) Program Participant Firm
376
+ "A7", # Sheltered Workshop
377
+ "A8", # Nonprofit Institution
378
+ "A9", # Sales Office
379
+ "AA", # Authority For Shipment
380
+ "AB", # Additional Pick Up Address
381
+ "AC", # Air Cargo Company
382
+ "AD", # Party to be advised (Written orders)
383
+ "AE", # Additional Delivery Address
384
+ "AF", # Authorized Accepting Official
385
+ "AG", # Agent/Agency
386
+ "AH", # Advertiser
387
+ "AI", # Airline
388
+ "AJ", # Alleged Debtor
389
+ "AK", # Party to Whom Acknowledgment Should Be Sent
390
+ "AL", # Allotment Customer
391
+ "AM", # Assistant U.S. Trustee
392
+ "AN", # Authorized From
393
+ "AO", # Account Of
394
+ "AP", # Account of (Origin Party)
395
+ "AQ", # Account of (Destination Party)
396
+ "AR", # Armed Services Location Designation
397
+ "AS", # Postsecondary Education Sender
398
+ "AT", # Postsecondary Education Recipient
399
+ "AU", # Party Authorizing Disposition
400
+ "AV", # Authorized To
401
+ "AW", # Accountant
402
+ "AX", # Plaintiff
403
+ "AY", # Clearinghouse
404
+ "AZ", # Previous Name
405
+ "B1", # Construction Firm
406
+ "B2", # Other Unlisted Type of Organizational Entity
407
+ "B3", # Previous Name of Firm
408
+ "B4", # Parent Company
409
+ "B5", # Affiliated Company
410
+ "B6", # Registering Parent Party
411
+ "B7", # Registering Nonparent Party
412
+ "B8", # Regular Dealer
413
+ "B9", # Large Business
414
+ "BA", # Battery
415
+ "BB", # Business Partner
416
+ "BC", # Broadcaster
417
+ "BD", # Bill-to Party for Diversion Charges
418
+ "BE", # Beneficiary
419
+ "BF", # Billed From
420
+ "BG", # Buying Group
421
+ "BH", # Interim Trustee
422
+ "BI", # Trustee's Attorney
423
+ "BJ", # Co-Counsel
424
+ "BK", # Bank
425
+ "BL", # Party to Receive Bill of Lading
426
+ "BM", # Brakeman
427
+ "BN", # Beneficial Owner
428
+ "BO", # Broker or Sales Office
429
+ "BP", # Special Counsel
430
+ "BQ", # Attorney for Defendant Private
431
+ "BR", # Broker
432
+ "BS", # Bill and Ship To
433
+ "BT", # Bill-to-Party
434
+ "BU", # Place of Business
435
+ "BV", # Billing Service
436
+ "BW", # Borrower
437
+ "BX", # Attorney for Plaintiff
438
+ "BY", # Buying Party (Purchaser)
439
+ "BZ", # Business Associate
440
+ "C1", # In Care Of Party no. 1
441
+ "C2", # In Care Of Party no. 2
442
+ "C3", # Circuit Location Identifier
443
+ "C4", # Contract Administration Office
444
+ "C5", # Party Submitting Quote
445
+ "C6", # Municipality
446
+ "C7", # County
447
+ "C8", # City
448
+ "C9", # Contract Holder
449
+ "CA", # Carrier
450
+ "CB", # Customs Broker
451
+ "CC", # Claimant
452
+ "CD", # Consignee (To Receive Mail and Small Parcels)
453
+ "CE", # Consignee (To receive large parcels and freight)
454
+ "CF", # Subsidiary/Division
455
+ "CG", # Carnet Issuer
456
+ "CH", # Chassis Provider
457
+ "CI", # Consignor
458
+ "CJ", # Automated Data Processing (ADP) Point
459
+ "CK", # Pharmacist
460
+ "CL", # Container Location
461
+ "CM", # Customs
462
+ "CN", # Consignee
463
+ "CO", # Ocean Tariff Conference
464
+ "CP", # Party to Receive Cert. of Compliance
465
+ "CQ", # Corporate Office
466
+ "CR", # Container Return Company
467
+ "CS", # Consolidator
468
+ "CT", # Country of Origin
469
+ "CU", # Coating or Paint Supplier
470
+ "CV", # Converter
471
+ "CW", # Accounting Station
472
+ "CX", # Claim Administrator
473
+ "CY", # Country
474
+ "CZ", # Admitting Surgeon
475
+ "D1", # Driver
476
+ "D2", # Commercial Insurer
477
+ "D3", # Defendant
478
+ "D4", # Debtor
479
+ "D5", # Debtor-In-Possession
480
+ "D6", # Consolidated Debtor
481
+ "D7", # Petitioning Creditor
482
+ "D8", # Dispatcher
483
+ "D9", # Creditor's Attorney
484
+ "DA", # Delivery Address
485
+ "DB", # Distributor Branch
486
+ "DC", # Destination Carrier
487
+ "DD", # Assistant Surgeon
488
+ "DE", # Depositor
489
+ "DF", # Material Disposition Authorization Location
490
+ "DG", # Design Engineering
491
+ "DH", # Doing Business As
492
+ "DI", # Different Premise Address (DPA)
493
+ "DJ", # Consulting Physician
494
+ "DK", # Ordering Physician
495
+ "DL", # Dealer
496
+ "DM", # Destination Mail Facility
497
+ "DN", # Referring Provider
498
+ "DO", # Dependent Name
499
+ "DP", # Party to Provide Discount
500
+ "DQ", # Supervising Physician
501
+ "DR", # Destination Drayman
502
+ "DS", # Distributor
503
+ "DT", # Destination Terminal
504
+ "DU", # Resale Dealer
505
+ "DV", # Division
506
+ "DW", # Downstream Party
507
+ "DX", # Distiller
508
+ "DY", # Default/Foreclosure Specialist
509
+ "DZ", # Delivery Zone
510
+ "E1", # Person or Other Entity Legally Responsible for a Child
511
+ "E2", # Person or Other Entity With Whom a Child Resides
512
+ "E3", # Person or Other Entity Legally Responsible for and With Whom a Child Resides
513
+ "E4", # Other Person or Entity Associated with Student
514
+ "E5", # Examiner
515
+ "E6", # Engineering
516
+ "E7", # Previous Employer
517
+ "E8", # Inquiring Party
518
+ "E9", # Participating Laboratory
519
+ "EA", # Study Submitter
520
+ "EB", # Eligible Party To The Contract
521
+ "EC", # Exchanger
522
+ "ED", # Excluded Party
523
+ "EE", # Location of Goods for Customs Examination Before Clearance
524
+ "EF", # Electronic Filer
525
+ "EG", # Engineer
526
+ "EH", # Exhibitor
527
+ "EI", # Executor of Estate
528
+ "EJ", # Principal Person
529
+ "EK", # Animal Source
530
+ "EL", # Established Location
531
+ "EM", # Party to Receive Electronic Memo of Invoice
532
+ "EN", # End User
533
+ "EO", # Limited Liability Partnership
534
+ "EP", # Eligible Party to the Rate
535
+ "EQ", # Old Debtor
536
+ "ER", # New Debtor
537
+ "ES", # Employer Name
538
+ "ET", # Plan Administrator
539
+ "EU", # Old Secured Party
540
+ "EV", # Selling Agent
541
+ "EW", # Servicing Broker
542
+ "EX", # Exporter
543
+ "EY", # Employee Name
544
+ "EZ", # New Secured Party
545
+ "F1", # Company - Owned Oil Field
546
+ "F2", # Energy Information Administration (Department of Energy) - Owned Oil Field
547
+ "F3", # Specialized Mobile Radio Service (SMRS) Licensee
548
+ "F4", # Former Residence
549
+ "F5", # Radio Control Station Location
550
+ "F6", # Small Control Station Location
551
+ "F7", # Small Base Station Location
552
+ "F8", # Antenna Site
553
+ "F9", # Area of Operation
554
+ "FA", # Facility
555
+ "FB", # First Break Terminal
556
+ "FC", # Customer Identification File (CIF) Customer Identifier
557
+ "FD", # Physical Address
558
+ "FE", # Mail Address
559
+ "FF", # Foreign Language Synonym
560
+ "FG", # Trade Name Synonym
561
+ "FH", # Party to Receive Limitations of Heavy Elements Report
562
+ "FI", # Name Variation Synonym
563
+ "FJ", # First Contact
564
+ "FL", # Primary Control Point Location
565
+ "FM", # Fireman
566
+ "FN", # Filer Name
567
+ "FO", # Field or Branch Office
568
+ "FP", # Name on Credit Card
569
+ "FQ", # Pier Name
570
+ "FR", # Message From
571
+ "FS", # Final Scheduled Destination
572
+ "FT", # New Assignee
573
+ "FU", # Old Assignee
574
+ "FV", # Vessel Name
575
+ "FW", # Forwarder
576
+ "FX", # Closed Door Pharmacy
577
+ "FY", # Veterinary Hospital
578
+ "FZ", # Children's Day Care Center
579
+ "G0", # Dependent Insured
580
+ "G1", # Bankruptcy Trustee
581
+ "G2", # Annuitant
582
+ "G3", # Clinic
583
+ "G5", # Contingent Beneficiary
584
+ "G6", # Entity Holding the Information
585
+ "G7", # Entity Providing the Service
586
+ "G8", # Entity Responsible for Follow-up
587
+ "G9", # Family Member
588
+ "GA", # Gas Plant
589
+ "GB", # Other Insured
590
+ "GC", # Previous Credit Grantor
591
+ "GD", # Guardian
592
+ "GE", # General Agency
593
+ "GF", # Inspection Company
594
+ "GG", # Intermediary
595
+ "GH", # Motor Vehicle Report Provider Company
596
+ "GI", # Paramedic
597
+ "GJ", # Paramedical Company
598
+ "GK", # Previous Insured
599
+ "GL", # Previous Residence
600
+ "GM", # Spouse Insured
601
+ "GN", # Garnishee
602
+ "GO", # Primary Beneficiary
603
+ "GP", # Gateway Provider
604
+ "GQ", # Proposed Insured
605
+ "GR", # Reinsurer
606
+ "GS", # Garaged Location
607
+ "GT", # Credit Grantor
608
+ "GU", # Guarantee Agency
609
+ "GV", # Gas Transaction Ending Point
610
+ "GW", # Group
611
+ "GX", # Retrocessionaire
612
+ "GY", # Treatment Facility
613
+ "GZ", # Grandparent
614
+ "H1", # Representative
615
+ "H2", # Sub-Office
616
+ "H3", # District
617
+ "H5", # Paying Agent
618
+ "H6", # School District
619
+ "H7", # Group Affiliate
620
+ "H8", # Servicing Agent
621
+ "H9", # Designer
622
+ "HA", # Owner
623
+ "HB", # Historically Black College or University
624
+ "HC", # Joint Annuitant
625
+ "HD", # Contingent Annuitant
626
+ "HE", # Contingent Owner
627
+ "HF", # Healthcare Professional Shortage Area (HPSA) Facility
628
+ "HG", # Broker Opinion or Analysis Requester
629
+ "HH", # Home Health Agency
630
+ "HI", # Listing Company
631
+ "HJ", # Automated Underwriting System
632
+ "HK", # Subscriber
633
+ "HL", # Document Custodian
634
+ "HM", # Competitive Property Listing
635
+ "HN", # Competing Property
636
+ "HO", # Comparable Property Listing
637
+ "HP", # Closed Sale
638
+ "HQ", # Source Party of Information
639
+ "HR", # Subject of Inquiry
640
+ "HS", # High School
641
+ "HT", # State Chartered Facility
642
+ "HU", # Subsidiary
643
+ "HV", # Tax Address
644
+ "HW", # Designated Hazardous Waste Facility
645
+ "HX", # Transporter of Hazardous Waste
646
+ "HY", # Charity
647
+ "HZ", # Hazardous Waste Generator
648
+ "I1", # Interested Party
649
+ "I3", # Independent Physicians Association (IPA)
650
+ "I4", # Intellectual Property Owner
651
+ "I9", # Interviewer
652
+ "IA", # Installed At
653
+ "IB", # Industry Bureau
654
+ "IC", # Intermediate Consignee
655
+ "ID", # Issuer of Debit or Credit Memo
656
+ "IE", # Other Individual Disability Carrier
657
+ "IF", # International Freight Forwarder
658
+ "II", # Issuer of Invoice
659
+ "IJ", # Injection Point
660
+ "IK", # Intermediate Carrier
661
+ "IL", # Insured or Subscriber
662
+ "IM", # Importer
663
+ "IN", # Insurer
664
+ "IO", # Inspector
665
+ "IP", # Independent Adjuster
666
+ "IQ", # In-patient Pharmacy
667
+ "IR", # Self Insured
668
+ "IS", # Party to Receive Certified Inspection Report
669
+ "IT", # Installation on Site
670
+ "IU", # Issuer
671
+ "IV", # Renter
672
+ "J1", # Associate General Agent
673
+ "J2", # Authorized Entity
674
+ "J3", # Broker's Assistant
675
+ "J4", # Custodian
676
+ "J5", # Irrevocable Beneficiary
677
+ "J6", # Power of Attorney
678
+ "J7", # Trust Officer
679
+ "J8", # Broker Dealer
680
+ "J9", # Community Agent
681
+ "JA", # Dairy Department
682
+ "JB", # Delicatessen Department
683
+ "JC", # Dry Grocery Department
684
+ "JD", # Judge
685
+ "JE", # Frozen Department
686
+ "JF", # General Merchandise Department
687
+ "JG", # Health & Beauty Department
688
+ "JH", # Alcohol Beverage Department
689
+ "JI", # Meat Department
690
+ "JJ", # Produce Department
691
+ "JK", # Bakery Department
692
+ "JL", # Video Department
693
+ "JM", # Candy and Confections Department
694
+ "JN", # Cigarettes and Tobacco Department
695
+ "JO", # In-Store Bakery Department
696
+ "JP", # Floral Department
697
+ "JQ", # Pharmacy Department
698
+ "JR", # Bidder
699
+ "JS", # Joint Debtor Attorney
700
+ "JT", # Joint Debtor
701
+ "JU", # Jurisdiction
702
+ "JV", # Joint Owner
703
+ "JW", # Joint Venture
704
+ "JX", # Closing Agent
705
+ "JY", # Financial Planner
706
+ "JZ", # Managing General Agent
707
+ "K1", # Contractor Cognizant Security Office
708
+ "K2", # Subcontractor Cognizant Security Office
709
+ "K3", # Place of Performance Cognizant Security Office
710
+ "K4", # Party Authorizing Release of Security Information
711
+ "K5", # Party To Receive Contract Security Classification Specification
712
+ "K6", # Policy Writing Agent
713
+ "K7", # Radio Station
714
+ "K8", # Filing Location
715
+ "K9", # Previous Distributor
716
+ "KA", # Item Manager
717
+ "KB", # Customer for Whom Same or Similar Work Was Performed
718
+ "KC", # Party That Received Disclosure Statement
719
+ "KD", # Proposer
720
+ "KE", # Contact Office
721
+ "KF", # Audit Office
722
+ "KG", # Project Manager
723
+ "KH", # Organization Having Source Control
724
+ "KI", # United States Overseas Security Administration Office
725
+ "KJ", # Qualifying Officer
726
+ "KK", # Registering Party
727
+ "KL", # Clerk of Court
728
+ "KM", # Coordinator
729
+ "KN", # Former Address
730
+ "KO", # Plant Clearance Officer
731
+ "KP", # Name Under Which Filed
732
+ "KQ", # Licensee
733
+ "KR", # Pre-kindergarten to Grade 12 Recipient
734
+ "KS", # Pre-kindergarten to Grade 12 Sender
735
+ "KT", # Court
736
+ "KU", # Receiver Site
737
+ "KV", # Disbursing Officer
738
+ "KW", # Bid Opening Location
739
+ "KX", # Free on Board Point
740
+ "KY", # Technical Office
741
+ "KZ", # Acceptance Location
742
+ "L1", # Inspection Location
743
+ "L2", # Location of Principal Assets
744
+ "L3", # Loan Correspondent
745
+ "L5", # Contact
746
+ "L8", # Head Office
747
+ "L9", # Information Provider
748
+ "LA", # Attorney
749
+ "LB", # Last Break Terminal
750
+ "LC", # Location of Spot for Storage
751
+ "LD", # Liability Holder
752
+ "LE", # Lessor
753
+ "LF", # Limited Partner
754
+ "LG", # Location of Goods
755
+ "LH", # Pipeline
756
+ "LI", # Independent Lab
757
+ "LJ", # Limited Liability Company
758
+ "LK", # Juvenile Owner
759
+ "LL", # Location of Load Exchange (Export)
760
+ "LM", # Lending Institution
761
+ "LN", # Lender
762
+ "LO", # Loan Originator
763
+ "LP", # Loading Party
764
+ "LQ", # Law Firm
765
+ "LR", # Legal Representative
766
+ "LS", # Lessee
767
+ "LT", # Long-term Disability Carrier
768
+ "LU", # Master Agent
769
+ "LV", # Loan Servicer
770
+ "LW", # Customer
771
+ "LY", # Labeler
772
+ "LZ", # Local Chain
773
+ "M1", # Source Meter Location
774
+ "M2", # Receipt Meter Location
775
+ "M3", # Upstream Meter Location
776
+ "M4", # Downstream Meter Location
777
+ "M5", # Migrant Health Clinic
778
+ "M6", # Landlord
779
+ "M7", # Foreclosing Lender
780
+ "M8", # Educational Institution
781
+ "M9", # Manufacturing
782
+ "MA", # Party for whom Item is Ultimately Intended
783
+ "MB", # Company Interviewer Works For
784
+ "MC", # Motor Carrier
785
+ "MD", # Veterans Administration Loan Guaranty Authority
786
+ "ME", # Veterans Administration Loan Authorized Supplier
787
+ "MF", # Manufacturer of Goods
788
+ "MG", # Government Loan Agency Sponsor or Agent
789
+ "MH", # Mortgage Insurer
790
+ "MI", # Planning Schedule/Material Release Issuer
791
+ "MJ", # Financial Institution
792
+ "MK", # Loan Holder for Real Estate Asset
793
+ "ML", # Consumer Credit Account Company
794
+ "MM", # Mortgage Company
795
+ "MN", # Authorized Marketer
796
+ "MO", # Release Drayman
797
+ "MP", # Manufacturing Plant
798
+ "MQ", # Metering Location
799
+ "MR", # Medical Insurance Carrier
800
+ "MS", # Bureau of Land Management (Minerals Management Service) Property Unit
801
+ "MT", # Material
802
+ "MU", # Meeting Location
803
+ "MV", # Mainline
804
+ "MW", # Marine Surveyor
805
+ "MX", # Juvenile Witness
806
+ "MY", # Master General Agent
807
+ "MZ", # Minister
808
+ "N1", # Notify Party no. 1
809
+ "N2", # Notify Party no. 2
810
+ "N3", # Ineligible Party
811
+ "N4", # Price Administration
812
+ "N5", # Party Who Signed the Delivery Receipt
813
+ "N6", # Nonemployment Income Source
814
+ "N7", # Previous Neighbor
815
+ "N8", # Relative
816
+ "N9", # Neighborhood
817
+ "NB", # Neighbor
818
+ "NC", # Cross-Town Switch
819
+ "ND", # Next Destination
820
+ "NE", # Newspaper
821
+ "NF", # Owner Annuitant
822
+ "NG", # Administrator
823
+ "NH", # Association
824
+ "NI", # Non-insured
825
+ "NJ", # Trust or Estate
826
+ "NK", # National Chain
827
+ "NL", # Non-railroad Entity
828
+ "NM", # Physician - Specialists
829
+ "NN", # Network Name
830
+ "NP", # Notify Party for Shipper's Order
831
+ "NQ", # Pipeline Segment Boundary
832
+ "NR", # Gas Transaction Starting Point
833
+ "NS", # Non-Temporary Storage Facility
834
+ "NT", # Magistrate Judge
835
+ "NU", # Formerly Known As
836
+ "NV", # Formerly Doing Business As
837
+ "NW", # Maiden Name
838
+ "NX", # Primary Owner
839
+ "NY", # Birth Name
840
+ "NZ", # Primary Physician
841
+ "O1", # Originating Bank
842
+ "O2", # Originating Company
843
+ "O3", # Receiving Company
844
+ "O4", # Factor
845
+ "O5", # Merchant Banker
846
+ "O6", # Non Registered Business Name
847
+ "O7", # Registered Business Name
848
+ "O8", # Registrar
849
+ "OA", # Electronic Return Originator
850
+ "OB", # Ordered By
851
+ "OC", # Origin Carrier
852
+ "OD", # Doctor of Optometry
853
+ "OE", # Booking Office
854
+ "OF", # Offset Operator
855
+ "OG", # Co-owner
856
+ "OH", # Other Departments
857
+ "OI", # Outside Inspection Agency
858
+ "OK", # Owner
859
+ "OL", # Officer
860
+ "OM", # Origin Mail Facility
861
+ "ON", # Product Position Holder
862
+ "OO", # Order Of (Shippers Orders) - (Transportation)
863
+ "OP", # Operator of property or unit
864
+ "OR", # Origin Drayman
865
+ "OS", # Override Institution; this is not the institution sending the record, but another institution the student previously attended or is currently attending
866
+ "OT", # Origin Terminal
867
+ "OU", # Outside Processor
868
+ "OV", # Owner of Vessel
869
+ "OW", # Owner of Property or Unit
870
+ "OX", # Oxygen Therapy Facility
871
+ "OY", # Owner of Vehicle
872
+ "OZ", # Outside Testing Agency
873
+ "P0", # Patient Facility
874
+ "P1", # Preparer
875
+ "P2", # Primary Insured or Subscriber
876
+ "P3", # Primary Care Provider
877
+ "P4", # Prior Insurance Carrier
878
+ "P5", # Plan Sponsor
879
+ "P6", # Third Party Reviewing Preferred Provider Organization (PPO)
880
+ "P7", # Third Party Repricing Preferred Provider Organization (PPO)
881
+ "P8", # Personnel Office
882
+ "P9", # Primary Interexchange Carrier (PIC)
883
+ "PA", # Party to Receive Inspection Report
884
+ "PB", # Paying Bank
885
+ "PC", # Party to Receive Cert. of Conformance (C.A.A.)
886
+ "PD", # Purchaser's Department Buyer
887
+ "PE", # Payee
888
+ "PF", # Party to Receive Freight Bill
889
+ "PG", # Prime Contractor
890
+ "PH", # Printer
891
+ "PI", # Publisher
892
+ "PJ", # Party to Receive Correspondence
893
+ "PK", # Party to Receive Copy
894
+ "PL", # Party to Receive Purchase Order
895
+ "PM", # Party to receive paper Memo of Invoice
896
+ "PN", # Party to Receive Shipping Notice
897
+ "PO", # Party to Receive Invoice for Goods or Services
898
+ "PP", # Property
899
+ "PQ", # Party to Receive Invoice for Lease Payments
900
+ "PR", # Payer
901
+ "PS", # Previous Station
902
+ "PT", # Party to Receive Test Report
903
+ "PU", # Party at Pick-up Location
904
+ "PV", # Party performing certification
905
+ "PW", # Pick Up Address
906
+ "PX", # Party Performing Count
907
+ "PY", # Party to File Personal Property Tax
908
+ "PZ", # Party to Receive Equipment
909
+ "Q1", # Conductor Pilot
910
+ "Q2", # Engineer Pilot
911
+ "Q3", # Retail Account
912
+ "Q4", # Cooperative Buying Group
913
+ "Q5", # Advertising Group
914
+ "Q6", # Interpreter
915
+ "Q7", # Partner
916
+ "Q8", # Base Period Employer
917
+ "Q9", # Last Employer
918
+ "QA", # Pharmacy
919
+ "QB", # Purchase Service Provider
920
+ "QC", # Patient
921
+ "QD", # Responsible Party
922
+ "QE", # Policyholder
923
+ "QF", # Passenger
924
+ "QG", # Pedestrian
925
+ "QH", # Physician
926
+ "QI", # Party in Possession
927
+ "QJ", # Most Recent Employer (Chargeable)
928
+ "QK", # Managed Care
929
+ "QL", # Chiropractor
930
+ "QM", # Dialysis Centers
931
+ "QN", # Dentist
932
+ "QO", # Doctor of Osteopathy
933
+ "QP", # Principal Borrower
934
+ "QQ", # Quality Control
935
+ "QR", # Buyer's Quality Review Board
936
+ "QS", # Podiatrist
937
+ "QT", # Psychiatrist
938
+ "QU", # Veterinarian
939
+ "QV", # Group Practice
940
+ "QW", # Government
941
+ "QX", # Home Health Corporation
942
+ "QY", # Medical Doctor
943
+ "QZ", # Co-borrower
944
+ "R0", # Royalty Owner
945
+ "R1", # Party to Receive Scale Ticket
946
+ "R2", # Reporting Officer
947
+ "R3", # Next Scheduled Destination
948
+ "R4", # Regulatory (State) District
949
+ "R5", # Regulatory (State) Entity
950
+ "R6", # Requester
951
+ "R7", # Consumer Referral Contact
952
+ "R8", # Credit Reporting Agency
953
+ "R9", # Requested Lender
954
+ "RA", # Alternate Return Address
955
+ "RB", # Receiving Bank
956
+ "RC", # Receiving Location
957
+ "RD", # Destination Intermodal Ramp
958
+ "RE", # Party to receive commercial invoice remittance
959
+ "RF", # Refinery
960
+ "RG", # Responsible Installation, Origin
961
+ "RH", # Responsible Installation, Destination
962
+ "RI", # Remit To
963
+ "RJ", # Residence or Domicile
964
+ "RK", # Refinery Operator
965
+ "RL", # Reporting Location
966
+ "RM", # Party that remits payment
967
+ "RN", # Repair or Refurbish Location
968
+ "RO", # Original Intermodal Ramp
969
+ "RP", # Receiving Point for Customer Samples
970
+ "RQ", # Resale Customer
971
+ "RR", # Railroad
972
+ "RS", # Receiving Facility Scheduler
973
+ "RT", # Returned to
974
+ "RU", # Receiving Sub-Location
975
+ "RV", # Reservoir
976
+ "RW", # Rural Health Clinic
977
+ "RX", # Responsible Exhibitor
978
+ "RY", # Specified Repository
979
+ "RZ", # Receipt Zone
980
+ "S0", # Sole Proprietor
981
+ "S1", # Parent
982
+ "S2", # Student
983
+ "S3", # Custodial Parent
984
+ "S4", # Skilled Nursing Facility
985
+ "S5", # Secured Party
986
+ "S6", # Agency Granting Security Clearance
987
+ "S7", # Secured Party Company
988
+ "S8", # Secured Party Individual
989
+ "S9", # Sibling
990
+ "SA", # Salvage Carrier
991
+ "SB", # Storage Area
992
+ "SC", # Store Class
993
+ "SD", # Sold To and Ship To
994
+ "SE", # Selling Party
995
+ "SF", # Ship From
996
+ "SG", # Store Group
997
+ "SH", # Shipper
998
+ "SI", # Shipping Schedule Issuer
999
+ "SJ", # Service Provider
1000
+ "SK", # Secondary Location Address (SLA)
1001
+ "SL", # Origin Sublocation
1002
+ "SM", # Party to Receive Shipping Manifest
1003
+ "SN", # Store
1004
+ "SO", # Sold To If Different From Bill To
1005
+ "SP", # Party filling Shipper's Order
1006
+ "SQ", # Service Bureau
1007
+ "SR", # Samples to be Returned To
1008
+ "SS", # Steamship Company
1009
+ "ST", # Ship To
1010
+ "SU", # Supplier/Manufacturer
1011
+ "SV", # Service Performance Site
1012
+ "SW", # Sealing Company
1013
+ "SX", # School-based Service Provider
1014
+ "SY", # Secondary Taxpayer
1015
+ "SZ", # Supervisor
1016
+ "T1", # Operator of the Transfer Point
1017
+ "T2", # Operator of the Source Transfer Point
1018
+ "T3", # Terminal Location
1019
+ "T4", # Transfer Point
1020
+ "T6", # Terminal Operator
1021
+ "T8", # Previous Title Company
1022
+ "T9", # Prior Title Evidence Holder
1023
+ "TA", # Title Insurance Services Provider
1024
+ "TB", # Tooling
1025
+ "TC", # Tool Source
1026
+ "TD", # Tooling Design
1027
+ "TE", # Theatre
1028
+ "TF", # Tank Farm
1029
+ "TG", # Tooling Fabrication
1030
+ "TH", # Theater Circuit
1031
+ "TI", # Tariff Issuer
1032
+ "TJ", # Cosigner
1033
+ "TK", # Test Sponsor
1034
+ "TL", # Testing Laboratory
1035
+ "TM", # Transmitter
1036
+ "TN", # Tradename
1037
+ "TO", # Message To
1038
+ "TP", # Primary Taxpayer
1039
+ "TQ", # Third Party Reviewing Organization (TPO)
1040
+ "TR", # Terminal
1041
+ "TS", # Party to Receive Certified Test Results
1042
+ "TT", # Transfer To
1043
+ "TU", # Third Party Repricing Organization (TPO)
1044
+ "TV", # Third Party Administrator (TPA)
1045
+ "TW", # Transit Authority
1046
+ "TX", # Tax Authority
1047
+ "TY", # Trustee
1048
+ "TZ", # Significant Other
1049
+ "U1", # Gas Transaction Point 1
1050
+ "U2", # Gas Transaction Point 2
1051
+ "U3", # Servicing Agent
1052
+ "U4", # Team
1053
+ "U5", # Underwriter
1054
+ "U6", # Title Underwriter
1055
+ "U7", # Psychologist
1056
+ "U8", # Reference
1057
+ "U9", # Non-Registered Investment Advisor
1058
+ "UA", # Place of Bottling
1059
+ "UB", # Place of Distilling
1060
+ "UC", # Ultimate Consignee
1061
+ "UD", # Region
1062
+ "UE", # Testing Service
1063
+ "UF", # Health Miscellaneous
1064
+ "UG", # Nursing Home Chain
1065
+ "UH", # Nursing Home
1066
+ "UI", # Registered Investment Advisor
1067
+ "UJ", # Sales Assistant
1068
+ "UK", # System
1069
+ "UL", # Special Account
1070
+ "UM", # Current Employer (Primary)
1071
+ "UN", # Union
1072
+ "UO", # Current Employer (Secondary)
1073
+ "UP", # Unloading Party
1074
+ "UQ", # Subsequent Owner
1075
+ "UR", # Surgeon
1076
+ "US", # Upstream Party
1077
+ "UT", # U.S. Trustee
1078
+ "UU", # Annuitant Payor
1079
+ "UW", # Unassigned Agent
1080
+ "UX", # Base Jurisdiction
1081
+ "UY", # Vehicle
1082
+ "UZ", # Signer
1083
+ "V1", # Surety
1084
+ "V2", # Grantor
1085
+ "V3", # Well Pad Construction Contractor
1086
+ "V4", # Oil and Gas Regulatory Agency
1087
+ "V5", # Surface Discharge Agency
1088
+ "V6", # Well Casing Depth Authority
1089
+ "V8", # Market Timer
1090
+ "V9", # Owner Annuitant Payor
1091
+ "VA", # Second Contact
1092
+ "VB", # Candidate
1093
+ "VC", # Vehicle Custodian
1094
+ "VD", # Multiple Listing Service
1095
+ "VE", # Board of Realtors
1096
+ "VF", # Selling Office
1097
+ "VG", # Listing Agent
1098
+ "VH", # Showing Agent
1099
+ "VI", # Contact Person
1100
+ "VJ", # Owner Joint Annuitant Payor
1101
+ "VK", # Property or Building Manager
1102
+ "VL", # Builder Name
1103
+ "VM", # Occupant
1104
+ "VN", # Vendor
1105
+ "VO", # Elementary School
1106
+ "VP", # Party with Power to Vote Securities
1107
+ "VQ", # Middle School
1108
+ "VR", # Junior High School
1109
+ "VS", # Vehicle Salvage Assignment
1110
+ "VT", # Listing Office
1111
+ "VU", # Second Contact Organization
1112
+ "VV", # Owner Payor
1113
+ "VW", # Winner
1114
+ "VX", # Production Manager
1115
+ "VY", # Organization Completing Configuration Change
1116
+ "VZ", # Production Manager
1117
+ "W1", # Work Team
1118
+ "W2", # Supplier Work Team
1119
+ "W3", # Third Party Investment Advisor
1120
+ "W4", # Trust
1121
+ "W8", # Interline Service Commitment Customer
1122
+ "W9", # Sampling Location
1123
+ "WA", # Writing Agent
1124
+ "WB", # Appraiser Name
1125
+ "WC", # Comparable Property
1126
+ "WD", # Storage Facility at Destination
1127
+ "WE", # Subject Property
1128
+ "WF", # Tank Farm Owner
1129
+ "WG", # Wage Earner
1130
+ "WH", # Warehouse
1131
+ "WI", # Witness
1132
+ "WJ", # Supervisory Appraiser Name
1133
+ "WL", # Wholesaler
1134
+ "WN", # Company Assigned Well
1135
+ "WO", # Storage Facility at Origin
1136
+ "WP", # Witness for Plaintiff
1137
+ "WR", # Withdrawal Point
1138
+ "WS", # Water System
1139
+ "WT", # Witness for Defendant
1140
+ "WU", # Primary Support Organization
1141
+ "WV", # Preliminary Maintenance Period Designating Organization
1142
+ "WW", # Preliminary Maintenance Organization
1143
+ "WX", # Preliminary Referred To Organization
1144
+ "WY", # Final Maintenance Period Designating Organization
1145
+ "WZ", # Final Maintenance Organization
1146
+ "X1", # Mail to
1147
+ "X2", # Party to Perform Packaging
1148
+ "X3", # Utilization Management Organization
1149
+ "X4", # Spouse
1150
+ "X5", # Durable Medical Equipment Supplier
1151
+ "X6", # International Organization
1152
+ "X7", # Inventor
1153
+ "X8", # Hispanic Service Institute
1154
+ "XA", # Creditor
1155
+ "XC", # Debtor's Attorney
1156
+ "XD", # Alias
1157
+ "XE", # Claim Recipient
1158
+ "XF", # Auctioneer
1159
+ "XG", # Event Location
1160
+ "XH", # Final Referred To Organization
1161
+ "XI", # Original Claimant
1162
+ "XJ", # Actual Referred By Organization
1163
+ "XK", # Actual Referred To Organization
1164
+ "XL", # Borrower's Employer
1165
+ "XM", # Maintenance Organization Used for Estimate
1166
+ "XN", # Planning/Maintenance Organization
1167
+ "XO", # Preliminary Customer Organization
1168
+ "XP", # Party to Receive Solicitation
1169
+ "XQ", # Canadian Customs Broker
1170
+ "XR", # Mexican Customs Broker
1171
+ "XS", # S Corporation
1172
+ "XT", # Final Customer Organization
1173
+ "XU", # United States Customs Broker
1174
+ "XV", # Cross Claimant
1175
+ "XW", # Counter Claimant
1176
+ "XX", # Business Area
1177
+ "XY", # Tribal Government
1178
+ "XZ", # American Indian-Owned Business
1179
+ "Y2", # Managed Care Organization
1180
+ "YA", # Affiant
1181
+ "YB", # Arbitrator
1182
+ "YC", # Bail Payor
1183
+ "YD", # District Justice
1184
+ "YE", # Third Party
1185
+ "YF", # Witness for Prosecution
1186
+ "YG", # Expert Witness
1187
+ "YH", # Crime Victim
1188
+ "YI", # Juvenile Victim
1189
+ "YJ", # Juvenile Defendant
1190
+ "YK", # Bondsman
1191
+ "YL", # Court Appointed Attorney
1192
+ "YM", # Complainant's Attorney
1193
+ "YN", # District Attorney
1194
+ "YO", # Attorney for Defendant, Public
1195
+ "YP", # Pro Bono Attorney
1196
+ "YQ", # Pro Se Counsel
1197
+ "YR", # Party to Appear Before
1198
+ "YS", # Appellant
1199
+ "YT", # Appellee
1200
+ "YU", # Arresting Officer
1201
+ "YV", # Hostile Witness
1202
+ "YW", # Discharge Point
1203
+ "YX", # Flood Certifier
1204
+ "YY", # Flood Determination Provider
1205
+ "YZ", # Electronic Registration Utility
1206
+ "Z1", # Party to Receive Status
1207
+ "Z2", # Unserviceable Material Consignee
1208
+ "Z3", # Potential Source of Supply
1209
+ "Z4", # Owning Inventory Control Point
1210
+ "Z5", # Management Control Activity
1211
+ "Z6", # Transferring Party
1212
+ "Z7", # Mark-for Party
1213
+ "Z8", # Last Known Source of Supply
1214
+ "Z9", # Banker
1215
+ "ZA", # Corrected Address
1216
+ "ZB", # Party to Receive Credit
1217
+ "ZC", # Rent Payor
1218
+ "ZD", # Party to Receive Reports
1219
+ "ZE", # End Item Manufacturer
1220
+ "ZF", # Break Bulk Point
1221
+ "ZG", # Present Address
1222
+ "ZH", # Child
1223
+ "ZJ", # Branch
1224
+ "ZK", # Reporter
1225
+ "ZL", # Party Passing the Transaction
1226
+ "ZM", # Lease Location
1227
+ "ZN", # Losing Inventory Manager
1228
+ "ZO", # Minimum Royalty Payor
1229
+ "ZP", # Gaining Inventory Manager
1230
+ "ZQ", # Screening Point
1231
+ "ZR", # Validating Party
1232
+ "ZS", # Monitoring Party
1233
+ "ZT", # Participating Area
1234
+ "ZU", # Formation
1235
+ "ZV", # Allowable Recipient
1236
+ "ZW", # Field
1237
+ "ZX", # Attorney of Record
1238
+ "ZY", # Amicus Curiae
1239
+ "ZZ", # Mutually Defined
1240
+ "001", # Pumper
1241
+ "002", # Surface Management Entity
1242
+ "003", # Application Party
1243
+ "004", # Site Operator
1244
+ "005", # Construction Contractor
1245
+ "006", # Drilling Contractor
1246
+ "007", # Spud Contractor
1247
+ "AAA", # Sub-account
1248
+ "AAB", # Management Non-Officer
1249
+ "AAC", # Incorporated Location
1250
+ "AAD", # Name not to be Confused with
1251
+ "AAE", # Lot
1252
+ "AAF", # Previous Occupant
1253
+ "AAG", # Ground Ambulance Services
1254
+ "AAH", # Air Ambulance Services
1255
+ "AAI", # Water Ambulance Services
1256
+ "AAJ", # Admitting Services
1257
+ "AAK", # Primary Surgeon
1258
+ "AAL", # Medical Nurse
1259
+ "AAM", # Cardiac Rehabilitation Services
1260
+ "AAN", # Skilled Nursing Services
1261
+ "AAO", # Observation Room Services
1262
+ "AAP", # Employee
1263
+ "AAQ", # Anesthesiology Services
1264
+ "AAS", # Prior Base Jurisdiction
1265
+ "AAT", # Incorporation Jurisdiction
1266
+ "AAU", # Marker Owner
1267
+ "AAV", # Reclamation Center
1268
+ "ABB", # Master Property
1269
+ "ABC", # Project Property
1270
+ "ABD", # Unit Property
1271
+ "ABE", # Additional Address
1272
+ "ABF", # Society of Property Information Compilers and Analysts
1273
+ "ABG", # Organization
1274
+ "ABH", # Joint Owner Annuitant
1275
+ "ABI", # Joint Annuitant Owner
1276
+ "ABJ", # Joint Owner Annuitant Payor
1277
+ "ABK", # Joint Owner Joint Annuitant
1278
+ "ABL", # Joint Owner Joint Annuitant Payor
1279
+ "ABM", # Joint Owner Payor
1280
+ "ALA", # Alternative Addressee
1281
+ "BAL", # Bailiff
1282
+ "BKR", # Bookkeeper
1283
+ "BRN", # Brand Name
1284
+ "BUS", # Business
1285
+ "CMW", # Company Merged With
1286
+ "COL", # Collateral Assignee
1287
+ "COR", # Corrected Name
1288
+ "DCC", # Chief Deputy Clerk of Court
1289
+ "DIR", # Distribution Recipient
1290
+ "ENR", # Enroller
1291
+ "EXS", # Ex-spouse
1292
+ "FRL", # Foreign Registration Location
1293
+ "FSR", # Financial Statement Recipient
1294
+ "GIR", # Gift Recipient
1295
+ "HMI", # Material Safety Data Sheet (MSDS) Recipient
1296
+ "HOM", # Home Office
1297
+ "IAA", # Business Entity
1298
+ "IAC", # Principal Executive Office
1299
+ "IAD", # Foreign Office
1300
+ "IAE", # Member
1301
+ "IAF", # Executive Committee Member
1302
+ "IAG", # Director
1303
+ "IAH", # Clerk
1304
+ "IAI", # Party with Knowledge of Affairs of the Company
1305
+ "IAK", # Party to Receive Statement of Fees Due
1306
+ "IAL", # Company in which Interest Held
1307
+ "IAM", # Company which Holds Interest
1308
+ "IAN", # Notary
1309
+ "IAO", # Manager
1310
+ "IAP", # Alien Affiliate
1311
+ "IAQ", # Incorporation State Principal Office
1312
+ "IAR", # Incorporation State Place of Business
1313
+ "IAS", # Out-of-State Principal Office
1314
+ "IAT", # Party Executing and Verifying
1315
+ "IAU", # Felon
1316
+ "IAV", # Other Related Party
1317
+ "IAW", # Record-Keeping Address
1318
+ "IAY", # Initial Subscriber
1319
+ "IAZ", # Original Jurisdiction
1320
+ "INV", # Investment Advisor
1321
+ "LGS", # Local Government Sponsor
1322
+ "LYM", # Amended Name
1323
+ "LYN", # Stockholder
1324
+ "LYO", # Managing Agent
1325
+ "LYP", # Organizer
1326
+ "MSC", # Mammography Screening Center
1327
+ "NCT", # Name Changed To
1328
+ "NPC", # Notary Public
1329
+ "ORI", # Original Name
1330
+ "PLR", # Payer of Last Resort
1331
+ "PMF", # Party Manufactured For
1332
+ "PPS", # Person for Whose Benefit Property was Seized
1333
+ "PRE", # Previous Owner
1334
+ "PRP", # Primary Payer
1335
+ "PUR", # Purchased Company
1336
+ "RCR", # Recovery Room
1337
+ "REC", # Receiver Manager
1338
+ "RGA", # Responsible Government Agency
1339
+ "SEP", # Secondary Payer
1340
+ "TPM", # Third Party Marketer
1341
+ "TSE", # Consignee Courier Transfer Station
1342
+ "TSR", # Consignor Courier Transfer Station
1343
+ "TTP", # Tertiary Payer
1344
+ ]
1345
+ end
1346
+
1347
+ end
1348
+ end
1349
+ end