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,1090 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 1300
6
+ # - Name: Service, Promotion, Allowance, or Charge Code
7
+ # - Type: ID
8
+ # - Min/Max: 4/4
9
+ # - Description: Code identifying the service, promotion, allowance, or charge
10
+ class E1300 < 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 = "1300"
18
+ @name = "Service, Promotion, Allowance, or Charge Code"
19
+ @description = "Code identifying the service, promotion, allowance, or charge"
20
+ super(
21
+ min: 4,
22
+ max: 4,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "A010", # Absolute Minimum Charge
33
+ "A020", # Access Charge - Federal
34
+ "A030", # Access Charge - State
35
+ "A040", # Access Charges
36
+ "A050", # Account Number Correction Charge
37
+ "A060", # Acid (Battery)
38
+ "A070", # Acknowledgement of Delivery Fee (AOD)
39
+ "A080", # Activation of Carnet
40
+ "A090", # Ad Valorem
41
+ "A100", # Add on - Destination
42
+ "A110", # Add on - Origin
43
+ "A112", # Add to Make Market Value
44
+ "A120", # Additional Copies of Freight Bill
45
+ "A121", # Additional Commercial Invoices
46
+ "A122", # Additional Tariff Classifications
47
+ "A130", # Additional Material
48
+ "A140", # Address Correction
49
+ "A150", # Adjustment for Maximum Charges Billing
50
+ "A160", # Adjustment for Minimum Average Time Requirement Billing
51
+ "A170", # Adjustments
52
+ "A172", # Administrative
53
+ "A180", # Advance Charges Handling
54
+ "A190", # Advance Destination Amount
55
+ "A200", # Advance Destination Fee
56
+ "A210", # Advance Fee
57
+ "A220", # Advance Lading Charge
58
+ "A230", # Advance Origin Amount
59
+ "A240", # Advance Origin Fee
60
+ "A250", # Advances
61
+ "A260", # Advertising Allowance
62
+ "A270", # Affidavit
63
+ "A280", # Agent Disbursement - Destination
64
+ "A290", # Agent Disbursement - Origin
65
+ "A300", # Air Export Certificate
66
+ "A310", # Air Express Charge
67
+ "A320", # Air Transportation Charge
68
+ "A330", # Aircraft On Ground (AOG)
69
+ "A340", # Airline Opening Fee
70
+ "A350", # Airport Terminal Handling Charge
71
+ "A360", # Alcoholic Beverage Report Charge
72
+ "A370", # Allegheny County, PA Delivery Charge
73
+ "A380", # Allowance Advance
74
+ "A390", # Allowance for Consignment Merchandise
75
+ "A400", # Allowance Non-performance
76
+ "A410", # "Alterations"
77
+ "A420", # Amending Export Documentation
78
+ "A430", # Anneal/Heat (Steel or Glass Treatment)
79
+ "A440", # Anodizing Charge
80
+ "A445", # Anti-dumping Duty
81
+ "A450", # Appointment (Notification)
82
+ "A460", # Arbitrary (In Addition to Through Rates and Charges)
83
+ "A470", # Art Work
84
+ "A480", # Assembly
85
+ "A485", # Assist Amount
86
+ "A490", # Attachments to Bill of Lading Charge
87
+ "A500", # Bad Debt
88
+ "A510", # Banking Drafts
89
+ "A520", # Base Charge
90
+ "A530", # Basic Reorder Allowance
91
+ "A540", # Beaming Charge
92
+ "A550", # Bedding/Feeding/Disinfecting
93
+ "A555", # Beef Fee
94
+ "A560", # Beyond Charge
95
+ "A570", # Beyond Freight Charges
96
+ "A580", # Bill and Hold
97
+ "A590", # Bill of Lading Attendancy
98
+ "A600", # Bill of Lading Charge
99
+ "A610", # Billed Demand
100
+ "A620", # Black Lung Tax
101
+ "A630", # Blocking and Bracing Charge
102
+ "A640", # Blower Charge
103
+ "A650", # Bobtail Charges
104
+ "A658", # Bond Amount
105
+ "A660", # Bond Charge
106
+ "A670", # Bordeaux Arbitraries
107
+ "A680", # Both-Flat
108
+ "A690", # Break Bulk Surface Charge
109
+ "A691", # Breakbulk Services
110
+ "A700", # Bridge Toll
111
+ "A710", # Broken Lot
112
+ "A720", # Broken Package Charge
113
+ "A721", # Brokerage
114
+ "A730", # Brokerage or Duty
115
+ "A740", # Bunker Surcharge
116
+ "A750", # Burning
117
+ "A760", # Buyer Hand Carry
118
+ "A770", # Buyers Car Allowance
119
+ "A780", # Cable Pressurization
120
+ "A790", # Cables (sending of)
121
+ "A800", # Call Tag
122
+ "A810", # Camp Arbitrary
123
+ "A820", # Canada Great Lakes Additionals
124
+ "A830", # Canadian C.Q.Customs Clearance
125
+ "A840", # Canadian Currency Exchange
126
+ "A850", # Canadian Import Termination Fee
127
+ "A860", # Canadian Reconsignment Fee
128
+ "A870", # Canadian Remanifest Fee
129
+ "A880", # Cancellation Charge
130
+ "A890", # Cancelled Order, Heavy Duty Flatcar
131
+ "A900", # Capping
132
+ "A910", # Car Loading
133
+ "A920", # Car Rental
134
+ "A930", # Carrier Credit Allowance
135
+ "A940", # Carrier Debit Allowance
136
+ "A950", # Carrier Notification Charge
137
+ "A960", # Carrier
138
+ "A970", # Cartage Charge
139
+ "A980", # Cartage
140
+ "A990", # Cataloging Services
141
+ "ADOW", # Payroll Additives, Overtime Labor
142
+ "ADRW", # Payroll Additives, Straight Time Labor
143
+ "AFEE", # Fee
144
+ "ALPT", # Port Changes
145
+ "B000", # Central Buy
146
+ "B010", # Cents Off
147
+ "B015", # Bop Sheet
148
+ "B020", # Certificate of Conformance
149
+ "B030", # Certificate of Origin
150
+ "B040", # Certificate of Registration
151
+ "B050", # Certification
152
+ "B060", # Chain and Binders
153
+ "B070", # Chamber of Commerce Service Charge
154
+ "B080", # Change of Airbill - Service Fee
155
+ "B090", # Charges Forward/Advance Charge
156
+ "B091", # Charter Services
157
+ "B100", # Chassis Transfer
158
+ "B110", # Chemical Milling Charge
159
+ "B120", # Chicago Loop Charge
160
+ "B130", # Cigarette Stamping
161
+ "B140", # City Delivery
162
+ "B150", # City maintenance fee
163
+ "B160", # City Pick-up
164
+ "B170", # City Terminal Charge
165
+ "B180", # Cleaning Charge
166
+ "B190", # Closing & Sealing
167
+ "B200", # Co-manufacturing Discount
168
+ "B210", # Co-op Credit
169
+ "B220", # Coating (Dip, Rustproof, EDP)
170
+ "B230", # COD Amount
171
+ "B240", # COD Charges
172
+ "B250", # Collect on Delivery Alteration Charge
173
+ "B260", # Collect on Delivery Deletion Charge
174
+ "B270", # Collect Surcharge
175
+ "B280", # Combination Performance and Non-performance
176
+ "B290", # Combination
177
+ "B300", # Combine All Same Day Shipment
178
+ "B310", # Commission Amount
179
+ "B320", # Competitive Allowance
180
+ "B330", # Competitive Car Allowance
181
+ "B340", # Competitive Price
182
+ "B350", # Compressor Charge
183
+ "B360", # Concession Credit
184
+ "B370", # Concession Money
185
+ "B380", # Congestion Surcharge
186
+ "B390", # Connect Charge
187
+ "B400", # Conservation research fee
188
+ "B500", # Consignee Unload
189
+ "B510", # Consolidation
190
+ "B520", # Constant Surveillance Service - Armed
191
+ "B530", # Constant Surveillance Service
192
+ "B540", # Consular Legalization Service
193
+ "B550", # Consularization Fee
194
+ "B551", # Consulting Service
195
+ "B560", # Container Allowance
196
+ "B570", # Container Deposits
197
+ "B580", # Container Destuffing
198
+ "B581", # Container Discount
199
+ "B590", # Container Leasing
200
+ "B600", # Container Service Charge UK/EUR
201
+ "B610", # Container Service Charge USA/Canada
202
+ "B620", # Container Stuffing
203
+ "B630", # Container/Trailer Allowance
204
+ "B650", # Continuous Mileage
205
+ "B660", # Contract Allowance
206
+ "B670", # Contract Escalation
207
+ "B680", # Contract Service Charge
208
+ "B690", # Controlled Atmosphere
209
+ "B700", # Converting
210
+ "B720", # Cooperative Advertising/Merchandising Allowance (Performance)
211
+ "B730", # Copy of Bill of Lading Charge
212
+ "B740", # Copy of Delivery Receipt Charge
213
+ "B742", # Copying
214
+ "B750", # Core Charge
215
+ "B760", # Cost Recovery Factor
216
+ "B770", # Cost recovery/adjustment
217
+ "B775", # Cotton Fee
218
+ "B780", # Count and Recount
219
+ "B785", # Coupon Reimbursement
220
+ "B787", # Countervailing Duty
221
+ "B790", # Crafting
222
+ "B791", # Crating
223
+ "B800", # Credit
224
+ "B810", # Currency Adjustment Factor
225
+ "B820", # Currency Adjustment
226
+ "B830", # Currency Discount
227
+ "B840", # Customer Account Identification
228
+ "B850", # Customer Equipment Allowance
229
+ "B860", # Customs Broker Fee
230
+ "B870", # Customs Charge
231
+ "B872", # Customs Duty
232
+ "B880", # Customs Entry
233
+ "B881", # Customs Exam
234
+ "B890", # Customs Formalities
235
+ "B900", # Customs Invoice - Additional Page
236
+ "B910", # Customs Invoice
237
+ "B911", # Customs Penalty
238
+ "B920", # Cut and Parallel
239
+ "B930", # Cut
240
+ "B940", # Cutting Charge
241
+ "B950", # Damaged Merchandise
242
+ "B960", # Data/Drawing Charge
243
+ "B970", # De-Installation
244
+ "B980", # Deadhead Mileage Charge
245
+ "B990", # Deaf and Disabled Surcharge
246
+ "B992", # Declared Value for Carriage
247
+ "B994", # Declared Value for Customs
248
+ "B996", # Declared Value for Insurance
249
+ "B998", # Deduct to Make Market Value
250
+ "BU2T", # Bunker Adjustment - 20 Foot Container
251
+ "BU4T", # Bunker Adjustment - 40 Foot Container
252
+ "BUAT", # Bunker Adjustment
253
+ "BURD", # Burden, Overhead, or Allowance for Indirect Costs
254
+ "C000", # Defective Allowance
255
+ "C010", # Deficit Freight
256
+ "C020", # Delay Furnishing Destination Weights
257
+ "C030", # Delivery Surcharge
258
+ "C040", # Delivery
259
+ "C050", # Demand charge
260
+ "C060", # Demurrage - Average Agreement
261
+ "C070", # Demurrage - Special
262
+ "C080", # Demurrage
263
+ "C090", # Deposit Charges
264
+ "C100", # Deposit in Lieu of Order
265
+ "C110", # Deposit
266
+ "C120", # Deramping
267
+ "C130", # Derrick Charge
268
+ "C140", # Designated Supplier Inspection
269
+ "C150", # Destination Charge
270
+ "C160", # Detention - Special Type Flat Car
271
+ "C170", # Detention Loading
272
+ "C180", # Detention of Power Units
273
+ "C190", # Detention of Trailers
274
+ "C200", # Detention Unloading
275
+ "C210", # Determined Freight
276
+ "C220", # Development Charge
277
+ "C230", # Die Service Charge
278
+ "C231", # Disbursement
279
+ "C240", # Disconnect Charge
280
+ "C250", # Discount - Drop Box/Convenience Ctr.
281
+ "C260", # Discount - Incentive
282
+ "C270", # Discount - Multiple Shipment
283
+ "C280", # Discount - Service Option (Delivery)
284
+ "C290", # Discount - Service Option (Pickup)
285
+ "C300", # Discount - Special
286
+ "C310", # Discount
287
+ "C320", # Display Allowance
288
+ "C330", # Distribution Fee
289
+ "C340", # Distribution Service
290
+ "C350", # Distributor Discount/Allowance
291
+ "C360", # Diversion and Reconsignment
292
+ "C370", # Diversion Charge
293
+ "C380", # Diversion to Air Charge
294
+ "C390", # Dockage - Boat Detention
295
+ "C400", # Documentation Charge
296
+ "C401", # Document Handling
297
+ "C402", # Door-to-Door
298
+ "C410", # Dowel Pin Charge
299
+ "C420", # Drayage
300
+ "C430", # Drayage/Line Haul
301
+ "C440", # Driver Assisted Unloading
302
+ "C450", # Driver's Wages
303
+ "C460", # Drop Dock
304
+ "C470", # Drop Yard
305
+ "C480", # Drum Cost
306
+ "C490", # Drum Deposit
307
+ "C500", # Drum Up Charge
308
+ "C510", # Dry Ice
309
+ "C520", # Dryer Charge
310
+ "C530", # Duty Charge
311
+ "C531", # Duty Drawback
312
+ "C540", # Early Buy Allowance
313
+ "C550", # Early Payment Allowance
314
+ "C560", # Early Ship Allowance
315
+ "C570", # Emergency Port Charge
316
+ "C580", # Emergency Service
317
+ "C590", # Emergency Surcharge
318
+ "C600", # Empty Weighing Charge
319
+ "C610", # Enclosure
320
+ "C630", # Endorsement Fee
321
+ "C640", # Energy charge
322
+ "C650", # Energy Surcharge (Fuel Adjustment Factor)
323
+ "C660", # Engineering Charge
324
+ "C670", # Engraving
325
+ "C675", # Entered Value
326
+ "C680", # Environmental Protection Service
327
+ "C690", # Escalation
328
+ "C700", # Escort Service
329
+ "C710", # Eur1 Presentation Fee
330
+ "C720", # European Port Charges
331
+ "C730", # Excess Mileage Charge
332
+ "C740", # Excess Periods
333
+ "C750", # Excess Value Fee
334
+ "C760", # Excess Weight
335
+ "C770", # Excessive Value Charge
336
+ "C780", # Exchange Access Credit
337
+ "C790", # Exclusive Use Of Equipment
338
+ "C800", # Exclusive Use
339
+ "C810", # Exhibition Delivery Charge
340
+ "C820", # Exhibition Pickup Charge
341
+ "C830", # Expanded Service
342
+ "C840", # Expedited One Day Consular Service
343
+ "C850", # Expedited Service Charge
344
+ "C860", # Expedited Shipments
345
+ "C870", # Expediting Fee
346
+ "C880", # Expediting Premium
347
+ "C890", # Export Customs Clearance
348
+ "C900", # Export Declarations - Automated
349
+ "C910", # Export Declarations - U.S. Shippers
350
+ "C920", # Export License Application
351
+ "C930", # Export Shipping Charge
352
+ "C940", # Export/Import Charge
353
+ "C950", # Extra Copies and Mailings
354
+ "C960", # Extra Labor (Helper Service)
355
+ "C970", # Extra Length
356
+ "C980", # Extra Service - Counter-to-Counter
357
+ "C990", # Fabrication Charge
358
+ "CA2T", # Currency Adjustment - 20 Foot Container
359
+ "CA4T", # Currency Adjustment - 40 Foot Container
360
+ "CFCT", # Customs Fees - Container Level
361
+ "CFLT", # Customs Fees - Lift Level
362
+ "CGTT", # Cargo Taxes
363
+ "CLDT", # Container Loss/Damage
364
+ "COMM", # Communications Charges
365
+ "CRLT", # Container Lease
366
+ "CTLT", # Controlled Atmosphere
367
+ "CUFT", # Currency Adjustment - Break Bulk
368
+ "D000", # Facsimile Charges - Additional Pages
369
+ "D010", # Facsimile Charges
370
+ "D015", # Dunnage
371
+ "D020", # Failed Lamp Panel Charge
372
+ "D025", # Fax Pre-alert
373
+ "D030", # Federal Transfer Surcharge
374
+ "D040", # Finance Charge
375
+ "D050", # First Article Charge
376
+ "D060", # First Flight Out
377
+ "D070", # Flat Rate
378
+ "D080", # Floor Stock Protection
379
+ "D100", # Food and Lodging
380
+ "D101", # Foreign Office Advance
381
+ "D103", # Foreign Customs Duty
382
+ "D110", # Foreign Military Sales (FMS) Rental
383
+ "D120", # Foreign Military Sales (FMS) Special Charge
384
+ "D130", # Forwarding Agent Commission
385
+ "D140", # Forwarding Charge
386
+ "D141", # Forward Coupons
387
+ "D142", # Capture Additional Data
388
+ "D143", # Provide Name and Address
389
+ "D144", # Provide Household Identifier
390
+ "D150", # Franchise fee
391
+ "D160", # Free Domicile Shipment Processing
392
+ "D170", # Free Goods
393
+ "D180", # Freight Based on Dollar Minimum
394
+ "D190", # Freight Charges to Border
395
+ "D200", # Freight Charges to Destination
396
+ "D210", # Freight Equalization
397
+ "D220", # Freight Passthrough
398
+ "D230", # Freight Surcharge
399
+ "D240", # Freight
400
+ "D242", # Freight, International
401
+ "D244", # Freight, International, U.S. Dollars
402
+ "D246", # Freight, International, Non-U.S. Dollars
403
+ "D250", # Freshness/Leaker Allowance
404
+ "D260", # Fuel Charge
405
+ "D270", # Fuel Surcharge
406
+ "D280", # Full Service
407
+ "D290", # Full Truckload Allowance
408
+ "D292", # Fumigation
409
+ "D300", # Garment District
410
+ "D301", # Gateway Fee
411
+ "D310", # Gas Pressure
412
+ "D320", # Glaze
413
+ "D330", # Gold Factor
414
+ "D340", # Goods and Services Charge
415
+ "D350", # Goods and Services Credit Allowance
416
+ "D360", # Goods and Services Tax Charge
417
+ "D370", # Government Inspection
418
+ "D380", # Government Warehouse Fee - Destination
419
+ "D390", # Government Warehouse Fee - Origin
420
+ "D400", # Grain Doors
421
+ "D410", # Grain Flow Charge
422
+ "D420", # Grinding
423
+ "D430", # Gross Receipts Surcharge
424
+ "D440", # Groupage Discount
425
+ "D450", # Grouped Items
426
+ "D460", # Guaranteed Inspection Technical Service
427
+ "D470", # Gulf Port Delivery Charge
428
+ "D480", # Handling Charges on Distribution Freight Forwarded Beyond
429
+ "D490", # Handling Freight At Positions Not Immediately Adjacent To Vehicle Charge
430
+ "D500", # Handling
431
+ "D501", # Harbor Maintenance Report
432
+ "D502", # Harbor Maintenance Fee
433
+ "D510", # Hauling and Hoisting to be Direct Billed
434
+ "D520", # Hauling and Hoisting
435
+ "D530", # Hazardous Cargo Charge
436
+ "D540", # Hazardous Materials Handling Fee - Domestic
437
+ "D550", # Hazardous Materials Handling Fee - International
438
+ "D560", # Hazardous Storage
439
+ "D570", # Heat in Transit Charges
440
+ "D580", # Heat Treat Charge
441
+ "D590", # Heavy Duty Flat Car Charge
442
+ "D600", # Heavy Lift
443
+ "D610", # High Security Red In-bond Seal Charge
444
+ "D620", # Highway Interchange
445
+ "D630", # Hointins and Hauling
446
+ "D640", # Holding Charge
447
+ "D650", # Home Line Freight Charge
448
+ "D655", # Honey Fee
449
+ "D660", # Hook-up charge
450
+ "D670", # Hose Charge Special
451
+ "D680", # Hose Charge
452
+ "D690", # Household Goods Pick-up or Delivery
453
+ "D700", # IATA Airbill Preparation
454
+ "D701", # International Air Transport Association (IATA) Commission
455
+ "D710", # IATA Fee
456
+ "D711", # International Air Transport Association (IATA) Markup
457
+ "D720", # Identification
458
+ "D730", # Import Service Fee
459
+ "D740", # In Transit Price Protection
460
+ "D750", # Inbound Freight Charges
461
+ "D760", # Income Freight (Manufacturing to Shipping Point)
462
+ "D770", # Incorrect Billing Account Charge
463
+ "D780", # Industry Price Allowance
464
+ "D790", # Initial License Fee
465
+ "D800", # Inland Transportation
466
+ "D810", # Inside Cable Connectors
467
+ "D820", # Inside Delivery
468
+ "D830", # Inside Pick-up
469
+ "D840", # Inspect at Destination
470
+ "D850", # Inspect at Origin
471
+ "D860", # Inspection Fee
472
+ "D870", # Inspection
473
+ "D880", # Installation & Warranty
474
+ "D890", # Installation and Training
475
+ "D900", # Installation
476
+ "D910", # Insulated Tank Charge
477
+ "D920", # Insurance Fee
478
+ "D930", # Insurance Placement Cost Charge
479
+ "D940", # Insurance Premium
480
+ "D950", # Insurance Provided by Lessee
481
+ "D960", # Insurance Provided by Lessor
482
+ "D970", # Insurance Surcharge
483
+ "D980", # Insurance
484
+ "D990", # Interdivision Profit
485
+ "D995", # Interest Amount
486
+ "DCET", # Damage to Carrier Equipment
487
+ "DCVT", # Damage to Carrier Vessel
488
+ "DDZT", # Drayage at Port of Debarkation (Rate Zone)
489
+ "DEZT", # Drayage at Port of Embarkation (Rate Zone)
490
+ "DFDT", # Keep From Freezing Percent Differential
491
+ "DGET", # Damage to Government Equipment
492
+ "DOVT", # Container Diversion
493
+ "DPDT", # Drayage at Port of Debarkation
494
+ "DPET", # Drayage at Port of Embarkation
495
+ "E000", # Interest on refund
496
+ "E010", # Interest on Security Deposit
497
+ "E020", # Interim Use Permitted at Special Rate
498
+ "E022", # International Courier
499
+ "E030", # International Door-to-Door Handling Fee
500
+ "E040", # Interplant Charge
501
+ "E050", # Interstate/Highway Toll
502
+ "E060", # Intra-plant Charge
503
+ "E063", # Invoice Additional Amount
504
+ "E065", # Invoice Adjustment
505
+ "E067", # Invoice At-Cost Amount
506
+ "E068", # Invoice Delivery Terms Amount
507
+ "E069", # Invoice No-Charge Amount
508
+ "E070", # Invoice Services
509
+ "E080", # Invoice with Goods
510
+ "E090", # Irish Arbitraries
511
+ "E100", # Island Delivery Charge
512
+ "E110", # Island Pick-Up Charge
513
+ "E120", # Italian Release Charge
514
+ "E130", # Item Percentage
515
+ "E140", # Item-Unit
516
+ "E150", # Koshering
517
+ "E160", # Label Allowance
518
+ "E170", # Labeling
519
+ "E180", # Labor (Repair and Return Orders)
520
+ "E190", # Labor Charges
521
+ "E191", # Labor, Straight-time
522
+ "E192", # Labor, Overtime
523
+ "E193", # Labor, Premium Overtime
524
+ "E200", # Labor Cost of Removal
525
+ "E210", # Labor Service
526
+ "E220", # Labor, Modify
527
+ "E230", # Labor, No Trouble Found
528
+ "E240", # Labor, Test and Calibrate
529
+ "E250", # Lading Adjustment Charge
530
+ "E260", # Lashing
531
+ "E270", # Late Order Charge
532
+ "E280", # Late Payment Charge
533
+ "E290", # Layout/Design
534
+ "E300", # Layover Charges
535
+ "E310", # Lead Factor
536
+ "E320", # Leaking Underground Storage Tax (LUST)
537
+ "E330", # Lease Shortfall Consideration
538
+ "E340", # Less Than Truckload (LTL) Charge
539
+ "E350", # Letter of Credit Processing
540
+ "E360", # License and Title
541
+ "E370", # Lifeline Surcharge
542
+ "E380", # Lift Gate (Truck) or Forklift Service at Pick-up/Delivery
543
+ "E381", # Lime Fee
544
+ "E382", # Liquidation Anti-Dumping Duty
545
+ "E384", # Liquidation Countervailing Duty
546
+ "E386", # Liquidation Tax Amount
547
+ "E388", # Liquidation Total Due U.S. Customs Service (USCS)
548
+ "E389", # Liquidation Total Fees
549
+ "E390", # Load Weighing Charge
550
+ "E400", # Loading (Labor Charges)
551
+ "E410", # Loading
552
+ "E420", # Loan Fee
553
+ "E430", # Local Delivery/Drayage
554
+ "E440", # Locomotive Delayed in Switching Service
555
+ "E450", # Locomotive Under Own Power
556
+ "E460", # Lot Charge
557
+ "E470", # Lump Sum
558
+ "E480", # Machining Charge
559
+ "E485", # Mail Fee
560
+ "E490", # Mail Invoice to Each Location
561
+ "E500", # Mail Invoice
562
+ "E510", # Mailing - Postage Cost
563
+ "E520", # Mailing - Service Fee
564
+ "E530", # Manifest Charge
565
+ "E540", # Manufacturing
566
+ "E550", # Market Development Funds
567
+ "E560", # Marking or Tagging Charge
568
+ "E570", # Marriage Rule
569
+ "E580", # Memo Returnable Container
570
+ "E585", # Merchandise Processing Fee
571
+ "E590", # Message Charge
572
+ "E600", # Message Rate Adjustment
573
+ "E610", # Messenger Service
574
+ "E620", # Metals Surcharge
575
+ "E630", # Meter Charge
576
+ "E640", # Mileage Fee (For Repair and Return)
577
+ "E650", # Mileage or Travel
578
+ "E660", # Monthly Rental
579
+ "E670", # Mount/Demount
580
+ "E680", # Mounting
581
+ "E690", # Municipal Surcharge
582
+ "E695", # Mushroom Fee
583
+ "E700", # N.H.D. Wharfage
584
+ "E710", # New Discount
585
+ "E720", # New Distribution Allowance
586
+ "E730", # New Item Allowance
587
+ "E740", # New Store Allowance
588
+ "E750", # New Store Discount
589
+ "E760", # New Warehouse Discount
590
+ "E770", # New Warehouse
591
+ "E780", # New York Delivery Charge
592
+ "E790", # New York Pick-up Charge
593
+ "E800", # No Return Credit Allowance
594
+ "E805", # Non-Dutiable Charges
595
+ "E810", # Non Generated Freight
596
+ "E820", # Non-returnable Containers
597
+ "E830", # Normal Pump Charge
598
+ "E840", # Notarized Affidavit
599
+ "E850", # Notify Consignee Before Delivery
600
+ "E860", # Notify Consignee
601
+ "E870", # Nozzle Charge
602
+ "E880", # Ocean Charges - Hazardous
603
+ "E890", # Ocean Freight
604
+ "E900", # Offshore - Alaska/Hawaii
605
+ "E910", # On Carriage
606
+ "E920", # On Hand Service
607
+ "E930", # One - Day Service
608
+ "E940", # One Time Engineering Charge
609
+ "E950", # One-Time License Fee
610
+ "E960", # One-Time-Only Charge
611
+ "E970", # Onetime Tooling
612
+ "E980", # Operator Credit
613
+ "E990", # Option Charge (Color Fabric Office Furniture)
614
+ "ENGA", # Engineering Supplies
615
+ "EXLT", # Extra Length Surcharge
616
+ "F000", # Optional Charge
617
+ "F010", # Optional Software Support for Operational Support Systems
618
+ "F020", # Optional Software Support for Switching Systems
619
+ "F030", # Order Notify Charge
620
+ "F040", # Order-Flat
621
+ "F050", # Other (See related description)
622
+ "F060", # Other Accessorial Service Charge
623
+ "F061", # Other Advances
624
+ "F062", # Other Export Charges
625
+ "F063", # Other Government Agency Declaration
626
+ "F065", # Other Government Agency Exam
627
+ "F067", # Other Import Charge
628
+ "F070", # Out of Route Miles
629
+ "F080", # Out of Zone Pick-up or Delivery
630
+ "F090", # Outside Cable Connectors
631
+ "F100", # Over Dimension
632
+ "F110", # Overrun Charge
633
+ "F120", # Oversized Premium
634
+ "F130", # Overtime Loading
635
+ "F140", # Pack Invoice with Shipment
636
+ "F150", # Packaging Service
637
+ "F155", # Packaging
638
+ "F160", # Painting (Primer or Finish)
639
+ "F170", # Pallet Exchange Charge
640
+ "F180", # Pallet
641
+ "F190", # Palletizing
642
+ "F200", # Paralleling
643
+ "F210", # Parish/County Sales Tax (only)
644
+ "F220", # Passing Shippers Export Entry
645
+ "F225", # Pecan Fee
646
+ "F230", # Penalty Charge
647
+ "F240", # Per Item Charge
648
+ "F250", # Per Order Charge
649
+ "F260", # Per Pound Charge
650
+ "F270", # Percent of Product
651
+ "F271", # Percent of Shipped Quantity that is Returnable
652
+ "F272", # Percent of Shipment Value that is Returnable
653
+ "F280", # Performance Allowance
654
+ "F290", # Performance Award
655
+ "F300", # Permit Charge
656
+ "F310", # Permits Bonds Escort Attendant
657
+ "F320", # Phosphatizing (Steel Treatment)
658
+ "F330", # Pick-up and Delivery
659
+ "F340", # Pick/Up
660
+ "F350", # Pickle and Oil
661
+ "F360", # Pickup - Out of Area
662
+ "F370", # Pickup Surcharge
663
+ "F380", # Pier Charges - Wharfage
664
+ "F390", # Pier Charges Other Than Wharfage
665
+ "F400", # Pier Pick-up and/or Delivery
666
+ "F401", # Pier Unloading
667
+ "F410", # Pilot Inspection
668
+ "F420", # Placement and/or Removal Charge
669
+ "F430", # Plating
670
+ "F440", # Pole, Wood-service Charge
671
+ "F445", # Pork Fee
672
+ "F450", # Positioning at Origin
673
+ "F460", # Postage
674
+ "F465", # Potato Fee
675
+ "F470", # Power Factor Adjustment
676
+ "F480", # Pre-carriage Excess
677
+ "F490", # Pre-carriage
678
+ "F500", # Pre-Positioned Inventory Service
679
+ "F510", # Precious Metal Content
680
+ "F520", # Preloading Charge
681
+ "F530", # Prelodge Charge
682
+ "F540", # Premise Use
683
+ "F550", # Premium Charge
684
+ "F560", # Premium Transportation
685
+ "F570", # Prepaid Usage Allowance
686
+ "F580", # Preparation and Delivery
687
+ "F590", # Preparation of Air Waybill - Origin
688
+ "F600", # Preparation of Canadian Customs Invoice
689
+ "F610", # Preparation of Commercial Invoice
690
+ "F620", # Preparation of Export Entry
691
+ "F630", # Preparation of Insurance Certificate
692
+ "F640", # Preparation of U.S. Export Documentation
693
+ "F650", # Preparation
694
+ "F660", # Previous Billing
695
+ "F670", # Price and Marketing Allowance
696
+ "F680", # Price Deviation
697
+ "F690", # Prior Balance
698
+ "F700", # Prior Billing Amount
699
+ "F710", # Prior Delivery Of Bill Charge
700
+ "F720", # Prior Month Credit
701
+ "F730", # Priority Service
702
+ "F740", # Process in Transit Privilege
703
+ "F750", # Processing Charge
704
+ "F760", # Processing
705
+ "F770", # Professional Fees
706
+ "F780", # Proforma Invoice
707
+ "F790", # Progress Payment Requirement
708
+ "F800", # Promotional Allowance
709
+ "F810", # Promotional Discount
710
+ "F820", # Proof & Composition
711
+ "F830", # Proof of Delivery
712
+ "F840", # Protective Service - Cold
713
+ "F850", # Protective Service - Heat
714
+ "F860", # Protective Service Charge
715
+ "F870", # Pulling Eyes
716
+ "F880", # Pump Air Charge
717
+ "F890", # Pump Charge
718
+ "F900", # Purchase Option
719
+ "F910", # Quantity Discount
720
+ "F920", # Quantity Surcharge
721
+ "F930", # Equipment Manufacturer Restoration Audit
722
+ "F940", # Ramping
723
+ "F950", # Rate Code
724
+ "F960", # Re-Bill Charge
725
+ "F970", # Rebate
726
+ "F980", # Rebilled Drayage - Destination
727
+ "F990", # Rebilled Drayage - Origin
728
+ "F991", # Receiving
729
+ "FAKT", # Barge Freight All Kinds Service
730
+ "FLST", # Flatrack Surcharge
731
+ "G000", # Recipient Address Correction
732
+ "G010", # Reclamation, Federal
733
+ "G020", # Reclamation, State
734
+ "G025", # Reconciliation
735
+ "G030", # Reconnect charge
736
+ "G040", # Reconsign Consignee Charge
737
+ "G050", # Reconsign Delivery Charge
738
+ "G060", # Reconsignment Charge
739
+ "G070", # Recoopering (at Owner's or Shipper's Expense)
740
+ "G080", # Record/Filing
741
+ "G090", # Recovery Fee
742
+ "G100", # Recovery
743
+ "G110", # Recrating/Recoopering - Destination
744
+ "G120", # Recrating/Recoopering - Origin
745
+ "G130", # Recurring Hardware Maintenance Charge
746
+ "G140", # Recurring License Fee
747
+ "G150", # Recurring Software Maintenance Charge
748
+ "G160", # Redelivery
749
+ "G170", # Redistribution Allowance
750
+ "G180", # Reduction Prepalletized Cargo
751
+ "G190", # Reel Cable
752
+ "G200", # Reel Deposit
753
+ "G210", # Reel
754
+ "G220", # Refrigeration
755
+ "G230", # Refrigeration/Mechanical Detention
756
+ "G240", # Refund
757
+ "G250", # Refurbishing Charge
758
+ "G260", # Regain
759
+ "G270", # Registration of Export for Reentry
760
+ "G280", # Registration of Export Shipments
761
+ "G290", # Regulatory Fee
762
+ "G300", # Regulatory required refund
763
+ "G310", # Reliability Charge
764
+ "G320", # Relinquishment Charge
765
+ "G322", # Reliquidation Anti-Dumping Duty
766
+ "G324", # Reliquidation Countervailing Duty
767
+ "G326", # Reliquidation Tax Amount
768
+ "G328", # Reliquidation Total Due U.S. Customs Service (USCS)
769
+ "G329", # Reliquidation Total Fees
770
+ "G330", # Rental Charge
771
+ "G340", # Rental Deduction
772
+ "G350", # Rents and Leases
773
+ "G360", # Repack Charge
774
+ "G370", # Repair at Buyers Expense Charge
775
+ "G380", # Repair at Customer Expense Charge
776
+ "G390", # Repair at Government Expense Charge
777
+ "G400", # Repair
778
+ "G410", # Repickup
779
+ "G420", # Request Via Canada
780
+ "G430", # Research & Development Fee
781
+ "G440", # Resellers Discount
782
+ "G450", # Residential Delivery
783
+ "G460", # Residential Pick-up
784
+ "G470", # Restocking Charge
785
+ "G480", # Restricted Article Fee
786
+ "G490", # Retainer
787
+ "G500", # Return Cargo Charge
788
+ "G510", # Returnable Container
789
+ "G520", # Returned Load
790
+ "G530", # Rework
791
+ "G540", # Riding Attendant Charge
792
+ "G550", # Rocky Mountain Bureau 583 Item 1100 Arbitrary Charge
793
+ "G560", # Roll Out Adjustment
794
+ "G570", # Roll Rebate
795
+ "G580", # Royalties
796
+ "G590", # Salvage
797
+ "G600", # Same - Day Service
798
+ "G610", # Saturday Delivery
799
+ "G620", # Saturday Pick-up or Delivery Charge
800
+ "G630", # Saturday Pick-Up
801
+ "G640", # Scale Charge Unloading
802
+ "G650", # Scale Charge
803
+ "G660", # Scrap Allowance
804
+ "G670", # Security Signature Service
805
+ "G680", # Segregating (Sorting)
806
+ "G690", # Select Charge
807
+ "G700", # Self Unloader
808
+ "G710", # Seller Hand Carry
809
+ "G720", # Service Assistance Program Surcharge
810
+ "G730", # Service Charge (with Cash Discount)
811
+ "G740", # Service Charge
812
+ "G750", # Service Upgrade
813
+ "G760", # Set-up
814
+ "G770", # Shearing
815
+ "G775", # Sheep Fee
816
+ "G780", # Ship to Stock Quality Audit
817
+ "G790", # Shipper Load and Count
818
+ "G800", # Shipper Load Carrier Count
819
+ "G810", # Shipper Load Consignee Unload
820
+ "G820", # Shipper Load
821
+ "G821", # Shipping
822
+ "G830", # Shipping and Handling
823
+ "G840", # Shipside Pickup
824
+ "G850", # Shotblasting
825
+ "G860", # Shrink Allowance
826
+ "G870", # Shrink-Wrap Charge
827
+ "G880", # Shrinkage Allowance
828
+ "G890", # Single Invoice Allowance
829
+ "G900", # Single Pick-up
830
+ "G910", # Single Shipment Fee
831
+ "G920", # Sleeving
832
+ "G930", # Slip Sheet Unloading Allowance
833
+ "G940", # Slip Sheet, Rail
834
+ "G950", # Slip Sheet, Truck
835
+ "G960", # Slotting Allowance
836
+ "G970", # Small Order Charge
837
+ "G980", # Software Support Service
838
+ "G990", # Source Inspection
839
+ "GMST", # Garment Surcharge
840
+ "H000", # Special Allowance
841
+ "H010", # Special Buy
842
+ "H020", # Special Circus Trains
843
+ "H030", # Special Credit
844
+ "H040", # Special Delivery
845
+ "H050", # Special Detention Charge
846
+ "H060", # Special Equipment Charge
847
+ "H070", # Special Finish Charge
848
+ "H080", # Special Freight Supplements
849
+ "H090", # Special Handling
850
+ "H100", # Special Mileage Movements
851
+ "H110", # Special Packaging
852
+ "H120", # Special Permits
853
+ "H130", # Special Pickup
854
+ "H140", # Special Pump Charge
855
+ "H150", # Special Seal Charge
856
+ "H151", # Special Services
857
+ "H160", # Special Test Equipment Charge
858
+ "H170", # Special Tooling Charge
859
+ "H180", # Special Tooling rework charge
860
+ "H190", # Special Train Movement
861
+ "H200", # Special Use
862
+ "H210", # Special Vehicle Rent
863
+ "H215", # Specific Duty
864
+ "H220", # Specification Review
865
+ "H230", # Split Delivery
866
+ "H240", # Split Pick-Up at Pier Charge
867
+ "H250", # Split Pick-up
868
+ "H260", # Spool Charge
869
+ "H270", # Spotting of Trailer
870
+ "H280", # Spreader Charge
871
+ "H290", # Stamp Fee
872
+ "H300", # Stamping
873
+ "H310", # Standby Charge
874
+ "H320", # State Motor Fuel
875
+ "H330", # State Sales Charge
876
+ "H340", # State Surcharge
877
+ "H350", # State/Metropolitan Transit Authority Surcharge
878
+ "H360", # Steaming Charge
879
+ "H370", # Stenciling Charge
880
+ "H380", # Stop-off at Pier Charge
881
+ "H390", # Stop-off Charge
882
+ "H400", # Stopcharge
883
+ "H410", # Stopping in Transit
884
+ "H420", # Storage in Transit
885
+ "H430", # Storage
886
+ "H440", # Straightening Charge
887
+ "H450", # Strapping
888
+ "H460", # Street lamps charge
889
+ "H470", # Stripping, Sorting, and Consolidation
890
+ "H480", # Subject to Cooperative Advertising Allowance
891
+ "H490", # Subject To Tax On Resale
892
+ "H500", # Sufferance Warehouse Charge (Export or Import)
893
+ "H505", # Sugar Fee
894
+ "H507", # Sum of Adds and Deducts to Make Market Value
895
+ "H510", # Sunday or Holiday Pick-up or Delivery
896
+ "H520", # Super Bag Charge
897
+ "H530", # Supervisor Charge
898
+ "H535", # Supplemental Duty
899
+ "H540", # Supplemental Items
900
+ "H550", # Surcharge
901
+ "H551", # Surety Bond
902
+ "H560", # Swell
903
+ "H570", # Switch Charge
904
+ "H580", # Switching Charge
905
+ "H590", # Tank Car Allowance
906
+ "H600", # Tank Rental
907
+ "H605", # Tarping
908
+ "H610", # Tax - Airport Tax, Destination
909
+ "H620", # Tax - Airport Tax, Origin
910
+ "H625", # Tax - Beverage Tax
911
+ "H630", # Tax - City Sales Tax (Only)
912
+ "H640", # Tax - Excise Tax - Destination
913
+ "H650", # Tax - Excise Tax - Origin
914
+ "H660", # Tax - Federal Excise Tax, FET
915
+ "H670", # Tax - Federal Excise Tax, FET, on Tires
916
+ "H680", # Tax - Governmental
917
+ "H690", # Tax - Handling Charge Tax
918
+ "H700", # Tax - Local Tax
919
+ "H710", # Tax - Metropolitan Transit Tax
920
+ "H720", # Tax - Regulatory Tax
921
+ "H730", # Tax - Local Sales Tax
922
+ "H740", # Tax - Sales and Use
923
+ "H750", # Tax - Sales Tax (State and Local)
924
+ "H760", # Tax - State Hazardous Substance
925
+ "H770", # Tax - State Tax
926
+ "H780", # Tax - Super Fund Excise Tax
927
+ "H790", # Tax - Use Tax
928
+ "H800", # Tax - Value Added Tax (VAT)
929
+ "H806", # Tax Credit
930
+ "H810", # Tax Liability - Amortized
931
+ "H820", # Tax Liability - One Time
932
+ "H830", # Tax on Miscellaneous Charges
933
+ "H840", # Tax on Transportation
934
+ "H850", # Tax
935
+ "H855", # Tea Fee
936
+ "H860", # Technology Exchange
937
+ "H870", # Telegram Chargeback
938
+ "H880", # Telephone - Destination
939
+ "H890", # Telephone - Origin
940
+ "H900", # Telephone Charge
941
+ "H910", # Temperature Protection
942
+ "H920", # Temporary Allowance
943
+ "H930", # Temporary Voluntary Allowance
944
+ "H935", # Tendered as Truckload
945
+ "H940", # Terminal Charge
946
+ "H950", # Terminal Differential
947
+ "H960", # Terminal Service Fee
948
+ "H970", # Terms Allowance
949
+ "H980", # Test/Qualification Charge
950
+ "H990", # Testing Services Charge
951
+ "HZDT", # Hazardous Cargo on Deck
952
+ "I000", # Testing
953
+ "I010", # Third Party Allowance
954
+ "I020", # Third Party Pallets
955
+ "I030", # Throughput Allowance
956
+ "I040", # Throughput Container Charge
957
+ "I050", # Thruway Charge
958
+ "I060", # Ticketing Service
959
+ "I070", # Tobacco Products Report Charge
960
+ "I080", # TOFC Service Charge
961
+ "I090", # Tool Charge
962
+ "I100", # Tooling Rework Charge
963
+ "I110", # Tooling
964
+ "I120", # Tools for Printing
965
+ "I130", # Total Assessorial Charges
966
+ "I131", # Total Fees
967
+ "I132", # Total Invoice Amount
968
+ "I133", # Total Due U.S. Customs Service (USCS)
969
+ "I134", # Total Invoice Amount, U.S. Dollars
970
+ "I136", # Total Invoice Amount, Non-U.S. Dollars
971
+ "I138", # Total Material Invoice Amount
972
+ "I140", # Tracing Inbound Via Other Carriers
973
+ "I150", # Tracing Service Fee
974
+ "I160", # Track Storage
975
+ "I170", # Trade Discount
976
+ "I180", # Trade In
977
+ "I190", # Trailer Rental Charge
978
+ "I200", # Transfer Charge
979
+ "I210", # Transfer of Lading Charge
980
+ "I220", # Transferred Charges
981
+ "I230", # Transit
982
+ "I240", # Transportation And Setup
983
+ "I250", # Transportation Charge (Minimum Rate)
984
+ "I260", # Transportation Direct Billing
985
+ "I270", # Transportation Third Party Billing
986
+ "I280", # Transportation Vendor Provided
987
+ "I290", # Trimming Charge
988
+ "I300", # Truck Detention
989
+ "I310", # Truckload Discount
990
+ "I320", # Turning Charge
991
+ "I330", # Two - Day Service
992
+ "I340", # Two Door Pick Up
993
+ "I350", # U.S. Vehicles
994
+ "I360", # Unabsorbed Switching
995
+ "I370", # Unitized
996
+ "I380", # Unloading (Labor Charges)
997
+ "I390", # Unloading
998
+ "I400", # Unloading/Reloading Charge
999
+ "I410", # Unsaleable Merchandise Allowance
1000
+ "I411", # Unscheduled Fee
1001
+ "I420", # Up Charge
1002
+ "I430", # Usage Plan Detail Charge
1003
+ "I431", # U.S. Customs Service (USCS) Flat Assist Amount
1004
+ "I432", # U.S. Customs Service (USCS) Maximum Assist Amount
1005
+ "I440", # USDA Inspected, Stamping Certification
1006
+ "I450", # Use - Special Type Flat Car
1007
+ "I460", # Use Charge Tooling/Personnel
1008
+ "I470", # Valuation Fee
1009
+ "I480", # Vehicle Ordered but Not Used
1010
+ "I490", # Vehicle Prep Charge (Courtesy Delivery)
1011
+ "I495", # Vehicle Road Charge
1012
+ "I500", # Vendor Freight
1013
+ "I510", # Venting Instructions
1014
+ "I520", # Virgin Island Transfer Charge
1015
+ "I530", # Volume Discount
1016
+ "I540", # Voluntary Contribution Charge
1017
+ "I550", # Waiting Time
1018
+ "I560", # War Risk Surcharge
1019
+ "I570", # Warehouse
1020
+ "I580", # Warehousing
1021
+ "I590", # Warranties
1022
+ "I595", # Watermelon Fee
1023
+ "I600", # Waybill and Invoice Distribution
1024
+ "I610", # Weather Protection
1025
+ "I620", # Weight Verification Charge
1026
+ "I630", # Wharfage & Handling
1027
+ "I640", # Wharfage Charge
1028
+ "I650", # Wide Area Telephone Service (WATS) Usage Credit
1029
+ "I660", # Will Call Charge
1030
+ "I670", # Written Proof of Delivery
1031
+ "I680", # X-ray Charge
1032
+ "I690", # Gratuity
1033
+ "I700", # Escrow
1034
+ "I710", # Payment
1035
+ "I720", # Direct Product Handling (DPC)
1036
+ "I730", # Price Adjustment Percent (PCT)
1037
+ "I740", # Post Damaged Handling (PDC)
1038
+ "I750", # Reclamation Center Handling (Chute)
1039
+ "I760", # Reclamation Shared Responsibility (SRS)
1040
+ "IDCT", # Improper Documentation
1041
+ "LC2T", # Land Currency Adjustment Factor - 20 Foot Container
1042
+ "LC4T", # Land Currency Adjustment Factor - 40 Foot Container
1043
+ "LCLT", # Percent Differential - Less Than Container
1044
+ "LECT", # Less Than Container
1045
+ "LFDT", # Linehaul from Port of Debarkation
1046
+ "LMDT", # Liner Terms at Port of Embarkation
1047
+ "LNDT", # Liner Terms at Port of Debarkation
1048
+ "LPDT", # Linehaul Percent Differential
1049
+ "LQDT", # Liquidated Damages
1050
+ "LTET", # Linehaul to Port of Embarkation
1051
+ "MATT", # Modified Atmosphere
1052
+ "OCNT", # Over Height Container
1053
+ "OFFA", # Office Supplies
1054
+ "OODT", # On Deck Break Bulk Differential
1055
+ "OTHR", # Other Miscellaneous Earning or Additive
1056
+ "OWCT", # Over Width Container
1057
+ "PRST", # Stuffing Charge
1058
+ "PTAX", # Payroll Taxes
1059
+ "PVPT", # Private Owned Vehicle Processing
1060
+ "R020", # Personal Property, Member
1061
+ "R030", # Personal Property, Spouse
1062
+ "R040", # Port Handling and Unloading
1063
+ "R060", # Packing, Crating, and Handling Charge
1064
+ "R080", # Packing, Crating, Handling, and Transportation Charge
1065
+ "RDHT", # Railhead Handling
1066
+ "RFMT", # Reefer Maintenance
1067
+ "RPDT", # Reefer Cargo Percent Differential
1068
+ "RSTT", # Respotting
1069
+ "SFBT", # Single Factor Origination/Destination
1070
+ "SFDT", # Single Factor Origination/Port of Debarkation
1071
+ "SFET", # Single Factor Port of Embarkation/Destination
1072
+ "SSCT", # Stripping, Sorting and Consolidation
1073
+ "SSUT", # Pole Lashing Equipment (PLE) Surcharge
1074
+ "STDT", # Stopoff at Destination
1075
+ "STFT", # Stuffing
1076
+ "STOT", # Stopoff at Origination
1077
+ "TERT", # Terminal Handling Charges
1078
+ "VCLT", # Van Cleaning
1079
+ "WBBT", # Wharfage - Breakbulk
1080
+ "WCFT", # Wharfage - Container
1081
+ "WFTT", # Wasted/Futile Trip
1082
+ "WRBT", # War Risk Crew Insurance
1083
+ "WRIT", # War Risk Insurance
1084
+ "ZZZZ", # Mutually Defined
1085
+ ]
1086
+ end
1087
+
1088
+ end
1089
+ end
1090
+ end