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
@@ -313,7 +313,7 @@ id name type min max description
313
313
  370 Terms Discount Due Date DT 8 8 Date payment is due if discount is to be earned expressed in format CCYYMMDD
314
314
  371 Change Reason Code ID 2 2 Code specifying the reason for price or quantity change
315
315
  372 Lading Liability Code ID 1 1 Code identifying limits of liability
316
- 373 Date N0 8 8 Date expressed as CCYYMMDD
316
+ 373 Date DT 8 8 Date expressed as CCYYMMDD
317
317
  374 Date/Time Qualifier ID 3 3 Code specifying type of date or time, or both date and time
318
318
  375 Tariff Service Code ID 2 2 Code specifying the types of services for rating purposes
319
319
  376 Test Indicator ID 1 1 Code indicating whether data enclosed by this interchange envelope is test or production
@@ -738,7 +738,7 @@ id name type min max description
738
738
  857 Pre-Price Quantity Designator N6 1 9 Number of units for which retail value is quoted
739
739
  858 Retail Pre-Price R 1 9 Retail value to be placed/printed for an item appearing on the transmitted purchase order
740
740
  859 Activity Code ID 2 2 Code identifying activity details for the product being reported
741
- 860 D-U-N-S Number ID 9 9 Identifying number assigned by Dun Bradstreet (Data Universal Numbering System)
741
+ 860 D-U-N-S Number ID 9 9 Identifying number assigned by Dun & Bradstreet (Data Universal Numbering System)
742
742
  861 Supplier's Delivery/Return Number AN 1 22 Identifying number assigned by the supplier to the transaction
743
743
  862 Receiver's Location Number AN 1 6 Number assigned by the customer that when combined with receiver Duns number uniquely identifies the receiving location
744
744
  863 X-Peg R 1 6 Horizontal distance from the edge to the center of the peg hole (measured from the left)
@@ -1353,7 +1353,7 @@ I11 Interchange Control Version Number ID 5 5 This version number covers the int
1353
1353
  I12 Interchange Control Number N0 9 9 A control number assigned by the interchange sender
1354
1354
  I13 Acknowledgment Requested ID 1 1 Code sent by the sender to request an interchange acknowledgment (TA1)
1355
1355
  I14 Usage Indicator ID 1 1 Code to indicate whether data enclosed by this interchange envelope is test, production or information
1356
- I15 Component Element Separator N/A 1 1 Type is not applicable; the component element separator is a delimiter and not a data element; this field provides the delimiter used to separate component data elements within a composite data structure; this value must be different than the data element separator and the segment terminator
1356
+ I15 Component Element Separator AN 1 1 Type is not applicable; the component element separator is a delimiter and not a data element; this field provides the delimiter used to separate component data elements within a composite data structure; this value must be different than the data element separator and the segment terminator
1357
1357
  I16 Number of Included Functional Groups N0 1 5 A count of the number of functional groups included in an interchange
1358
1358
  I17 Interchange Acknowledgment Code ID 1 1 This indicates the status of the receipt of the interchange control structure
1359
1359
  I18 Interchange Note Code ID 3 3 This numeric code indicates the error found processing the interchange control structure
@@ -1,1003 +1,1009 @@
1
- id description
2
- AAA Request Validation
3
- ACD Account Description
4
- ACK Line Item Acknowledgment
5
- ACS Ancillary Charges
6
- ACT Account Identification
7
- AD1 Adjustment Amount
8
- ADI Animal Disposition
9
- ADJ Adjustments To Balances Or Services
10
- ADT Animal Parturition Status
11
- ADV Advertising Demographic Information
12
- ADX Adjustment
13
- AEI Equipment Information Summary
14
- AES Automatic Equipment Identification Site Information
15
- AIN Income
16
- AK1 Functional Group Response Header
17
- AK2 Transaction Set Response Header
18
- AK3 Data Segment Note
19
- AK4 Data Element Note
20
- AK5 Transaction Set Response Trailer
21
- AK9 Functional Group Response Trailer
22
- AM1 Informational Values
23
- AMT Monetary Amount Information
24
- ANI Animal Identification
25
- AOC Animal Offspring Counts
26
- AOI Animal Offspring/Fetus Identification
27
- AOL Animal Observation Location
28
- AOR Animal Observation Result
29
- AP1 Alternate Parts
30
- APE Assurance Protocol Error
31
- API Activity Or Process Information
32
- APR Association Of American Railroads Pool Code Restrictions
33
- ARC Animal Results Counts
34
- ARS Applicant Residence Specifics
35
- ASI Action Or Status Indicator
36
- ASL Asset Liability
37
- ASM Amount And Settlement Method
38
- ASO Asset Ownership
39
- AST Animal Reproductive Status
40
- AT1 Bill Of Lading Line Item Number
41
- AT2 Bill Of Lading Line Item Detail
42
- AT3 Bill Of Lading Rates And Charges
43
- AT4 Bill Of Lading Description
44
- AT5 Bill Of Lading Handling Requirements
45
- AT6 International Manifest Information
46
- AT7 Shipment Status Details
47
- AT8 Shipment Weight, Packaging And Quantity Data
48
- AT9 Trailer Or Container Dimension And Weight
49
- ATA Beginning Segment For Motor Carrier Delivery Trailer Manifest
50
- ATH Resource Authorization
51
- ATN Attendance
52
- ATR Animal Test Result
53
- ATV Student Activities And Awards
54
- AVA Funds Availability
55
- AWD Amount With Description
56
- AXL Vehicle Axle Measurements
57
- B1 Beginning Segment For Booking Or Pickup/Delivery
58
- B10 Beginning Segment For Transportation Carrier Shipment Status Mess
59
- B11 Beginning Segment For Shipment Status Inquiry
60
- B12 Beginning Segment For Consolidation Of Goods In Container
61
- B13 Beginning Segment For Appointment Schedule
62
- B2 Beginning Segment For Shipment Information Transaction
63
- B2A Set Purpose
64
- B3 Beginning Segment For Carrier's Invoice
65
- B3A Invoice Type
66
- B3B Beginning Segment For Rail Carrier's Invoice
67
- B4 Beginning Segment For Inquiry Or Reply
68
- B9 Beginning Segment For Logistics Services
69
- B9A Service Request
70
- BA1 Export Shipment Identifying Information
71
- BA2 Beginning Segment For Cargo Terminal Information
72
- BAA Beginning Segment For Product Transfer Account Adjustment
73
- BAK Beginning Segment For Purchase Order Acknowledgment
74
- BAL Balance Detail
75
- BAT Batch
76
- BAU Beginning Segment For The Debit Authorization
77
- BAX Beginning Segment For Advance Consist And Transportation Automati
78
- BBC Legal Claims
79
- BC Beginning Segment For Contract Completion Status
80
- BCA Beginning Segment For Purchase Order Change Acknowledgment
81
- BCD Beginning Credit/Debit Adjustment
82
- BCH Beginning Segment For Purchase Order Change
83
- BCI Basic Claim Information
84
- BCM Beginning Segment For Contractor Cost Data Reporting
85
- BCO Beginning Segment For Procurement Notices
86
- BCP Beginning Segment For Contract Pricing Proposal
87
- BCQ Beginning Segment For Shipper's Car Order
88
- BCS Beginning Segment For Project Cost Reporting
89
- BCT Beginning Segment For Price/Sales Catalog
90
- BCU Legal Claim Updates
91
- BDD Beginning Segment For Shipment Delivery Discrepancy Information
92
- BDS Binary Data Structure
93
- BEG Beginning Segment For Purchase Order
94
- BEN Beneficiary Or Owner Information
95
- BEP Borrower Education Program
96
- BFR Beginning Segment For Planning Schedule
97
- BFS Borrower Financial Summary
98
- BGF Beginning Segment For File Transfer Information
99
- BGN Beginning Segment
100
- BGP Beginning Segment For Problem Log Inquiry Or Advice
101
- BHT Beginning Of Hierarchical Transaction
102
- BIA Beginning Segment For Inventory Inquiry/Advice
103
- BIG Beginning Segment For Invoice
104
- BIN Binary Data Segment
105
- BIX Beginning Segment For Automotive Inspection
106
- BJF Beginning Segment Railroad Junctions And Interchanges Update Acti
107
- BL Billing Information
108
- BLI Basic Baseline Item Data
109
- BLN Balance Information
110
- BLR Transportation Carrier Identification
111
- BLS Beginning Segment For Asset Schedule
112
- BMA Beginning Segment For Market Development Fund Allocation
113
- BMG Beginning Segment For Text Message
114
- BMM Beginning Segment For Multilevel Railcar Load Details Transaction
115
- BMP Beginning Segment For Market Development Fund Settlement
116
- BMS Beginning Segment For Material Safety Data Sheet
117
- BNR Beginning Segment For Nonconformance Report
118
- BNX Rail Shipment Information
119
- BOL Beginning Segment For The Motor Carrier Bill Of Lading
120
- BOR Beginning Of Report
121
- BOS Beginning Segment For Joint Interest Billing And Operating Expens
122
- BOX Box Office Detail
123
- BPA Beginning Segment For Price Authorization Acknowledgment/Status
124
- BPP Beginning Segment For Project Schedule Reporting
125
- BPR Beginning Segment For Payment Order/Remittance Advice
126
- BPT Beginning Segment For Product Transfer And Resale
127
- BQR Beginning Segment For Response To Request For Quotation
128
- BQT Beginning Segment For Request For Quotation
129
- BR Beginning Segment For Material Management
130
- BRA Beginning Segment For Receiving Advice Or Acceptance Certificate
131
- BRC Beginning Segment For Response To Product Transfer Account Adjust
132
- BRR Beginning Segment For Railroad Mark Register Update Activity
133
- BSC Beginning Segment For Commission Sales Report And Periodic Compen
134
- BSD Breakdown Structure Description
135
- BSF Business Function
136
- BSI Beginning Segment For Order Status Inquiry
137
- BSN Beginning Segment For Ship Notice
138
- BSR Beginning Segment For Order Status Report
139
- BSS Beginning Segment For Shipping Schedule/Production Sequence
140
- BSW Beginning Segment For Carrier S Services Settlement
141
- BT1 Batch Totals
142
- BTA Beginning Tax Acknowledgment
143
- BTC Beginning Segment For Parameter Trace Registration
144
- BTI Beginning Tax Information
145
- BTP Beginning Segment For Trading Partner Profile
146
- BTR Beginning Segment For Test Results
147
- BTS Beginning Segment For Train Sheets
148
- BUY Loan Buydown
149
- BVA Beginning Vehicle Advice
150
- BVB Beginning Segment For Vehicle Baying Order
151
- BVP Beginning Segment For Vehicle Shipping Order
152
- BVS Beginning Segment For Vehicle Service
153
- BW Beginning Segment For Weight Message Set
154
- BX General Shipment Information
155
- C2 Bank Id
156
- C3 Currency Identifier
157
- C4 Alternate Amount Due
158
- C8 Certifications And Clauses
159
- C8C Certifications Clauses Continuation
160
- CA1 Rate Request Identifier
161
- CAD Carrier Details
162
- CAI Civil Action Income
163
- CAL Calendar
164
- CAS Claims Adjustment
165
- CAT Category Of Patient Information Service
166
- CB1 Contract And Cost Accounting Standards Data
167
- CBS Cost Breakdown Structure
168
- CCI Credit Counseling Information
169
- CD Shipment Conditions
170
- CD1 Cargo Detail
171
- CD2 Multi-Valued Characteristics
172
- CD3 Carton (Package) Detail
173
- CDA Consumer Credit Account
174
- CDD Credit/Debit Adjustment Detail
175
- CDI Change Detail Information
176
- CDS Case Description
177
- CED Administration Of Justice Event Description
178
- CF1 Beginning Segment For Summary Freight Bill Manifest
179
- CF2 Summary Freight Bill Detail
180
- CFI Compensation Financial Information
181
- CFT Cost Reporting Format Type
182
- CGS Charge
183
- CHB Chargeback Information
184
- CHR Car Hire Rates
185
- CI Carrier Interchange Agreement
186
- CIC Car Information Control
187
- CID Characteristic/Class Id
188
- CII Conveyance Insurance Information
189
- CIV Civil Action Liability
190
- CL1 Claim Codes
191
- CLD Load Detail
192
- CLI Cost Line Item
193
- CLM Health Claim
194
- CLP Claim Level Data
195
- CLR Car Location Routing Request
196
- CM Cargo Manifest
197
- CMA Cooperative Market Agreement
198
- CMC Commodity Classification
199
- CN1 Contract Information
200
- COB Coordination Of Benefits
201
- COM Communication Contact Information
202
- CON Contract Number Detail
203
- CPR Commodity Price Reference
204
- CQ Credentials And Qualifications
205
- CR1 Ambulance Certification
206
- CR2 Chiropractic Certification
207
- CR3 Durable Medical Equipment Certification
208
- CR4 Enteral Or Parenteral Therapy Certification
209
- CR5 Oxygen Therapy Certification
210
- CR6 Home Health Care Certification
211
- CR7 Home Health Treatment Plan Certification
212
- CR8 Pacemaker Certification
213
- CRC Conditions Indicator
214
- CRD Content Reporting Detail
215
- CRI Claim Report Information
216
- CRO Credit Report Order Details
217
- CRS Course Record
218
- CRT Contractor Report Type
219
- CRV Product Origin Reference
220
- CS Contract Summary
221
- CSB Cryptographic Service Message Body
222
- CSC Cryptographic Service Message Certificates And Keys
223
- CSD Consolidated Shipment Invoice Data
224
- CSE Educational Course Information
225
- CSF Conditional Sampling Frequency
226
- CSH Sales Requirements
227
- CSI Claim Status Information
228
- CSM Cryptographic Service Message Header
229
- CSS Conditional Sampling Sequence
230
- CST Cost Analysis
231
- CSU Supplemental Course Data
232
- CT Car Type
233
- CTB Restrictions/Conditions
234
- CTC Car Hire Transaction Control
235
- CTP Pricing Information
236
- CTT Transaction Totals
237
- CTX Context
238
- CUR Currency
239
- CV Cycle/Summary Value
240
- CYC Car Hire Cycle
241
- D9 Destination Station
242
- DAD Debit Authorization Detail
243
- DAI Appendix Information
244
- DAM Damage Information
245
- DB Disbursement Information
246
- DD Demand Detail
247
- DDI Explanation
248
- DED Deductions
249
- DEF Delayed Repayment
250
- DEG Degree Record
251
- DEL Delivery Logistics
252
- DEP Deposit
253
- DEX Delivery Execution Information
254
- DFI Default Information
255
- DH Dealer Hours
256
- DIS Discount Detail
257
- DK Docket Header
258
- DL Auto Claim Detail - Labor
259
- DLV Deliverable Information
260
- DM Demurrage/Detention/ Storage Rate
261
- DMA Additional Demographic Information
262
- DMG Demographic Information
263
- DMI Data Maintenance Information
264
- DN Dealer Effectivity
265
- DN1 Orthodontic Information
266
- DN2 Tooth Summary
267
- DOS Definition Of Share
268
- DP Auto Claim Detail - Parts
269
- DPN Dependent Information
270
- DR Docket Range
271
- DRT Deprescription Rate Detail
272
- DSB Disability Information
273
- DTM Date/Time Reference
274
- DTP Date Or Time Or Period
275
- DVI Dynamic Vehicle Information
276
- E01 Electronic Form Main Heading
277
- E03 Interchange Order Of Segments
278
- E1 Empty Car Disposition - Pended Destination Consignee
279
- E10 Transaction Set Grouping
280
- E13 Segment Order In Transaction Set
281
- E20 Segment Header Information
282
- E22 Data Element Relationships In A Segment Or Composite
283
- E24 Data Element Sequence In A Segment Or Composite
284
- E30 Data Element Attributes
285
- E34 Code List Values For A Data Element
286
- E4 Empty Car Disposition - Pended Destination City
287
- E40 Edi Standards Note Reference
288
- E41 Composite Header Information
289
- E5 Empty Car Disposition - Pended Destination Route
290
- E6 Advance Car Disposition
291
- E8 Blocking And Response Information
292
- EA Equipment Attributes
293
- EB Eligibility Or Benefit Information
294
- EC Employment Class
295
- ED Equipment Description
296
- EDF Educational Fee Information
297
- EFI Electronic Format Identification
298
- EI Automatic Equipment Identification
299
- EIA Beginning Segment For Equipment Inquiry Or Advice
300
- ELV Employee Leave Summary
301
- EM Equipment Characteristics
302
- EMP Employer
303
- EMS Employment Position
304
- EMT Employment
305
- ENE Electronic Systems Environment
306
- ENM School Enrollment Data
307
- ENR School Enrollment Information
308
- ENT Entity
309
- EQ Eligibility Or Benefit Inquiry
310
- EQD Eqd Equipment Damage Information
311
- ER Rail Event Reporting
312
- ERI Entity Relationship
313
- ERP Educational Record Purpose
314
- ES Equipment Status
315
- ESI Employment Status Information
316
- ETD Excess Transportation Detail
317
- EXI Excavation Ticket Information
318
- F01 Identification Of Claim (Claimant Originated)
319
- F02 Identification Of Shipment
320
- F04 Weight/Volume Loss
321
- F05 Allowance/Charge (Claim)
322
- F07 Auto Claim Detail
323
- F09 Detail - Supporting Evidence For Claim
324
- F10 Identification Of Claim (Tracer)
325
- F11 Status
326
- F12 Basic Claim Information - Automotive
327
- F13 Payment Information
328
- F14 Line Item Reject
329
- F6X Identification (Automotive)
330
- F9 Origin Station
331
- FA1 Type Of Financial Accounting Data
332
- FA2 Accounting Data
333
- FAA Financial Asset Account
334
- FAC Facing Direction
335
- FBB Foreign And Industry Business
336
- FC Financial Contribution
337
- FCL Foreclosure
338
- FDA Facility Description
339
- FGS Form Group
340
- FH Family History
341
- FIR Financial Information
342
- FIS Mortgage Loan Fiscal Data
343
- FK Factor
344
- FNA Financial Status Information
345
- FOB F.O.B. Related Instructions
346
- FOS Field Of Study
347
- FPT Financial Participation
348
- FRM Supporting Documentation
349
- FSA Flexible Spending Account
350
- FST Forecast Schedule
351
- FTH First Time Home Buyer
352
- G01 Invoice Identification
353
- G05 Total Shipment Information
354
- G07 Carrier Information
355
- G08 Pallet Receipt Disposition
356
- G1 Shipment Type Information
357
- G11 Coupon Reporting Specifications
358
- G12 Coupon Physical Characteristics
359
- G13 Store Size Attributes
360
- G14 Coupon Special Processing
361
- G15 Coupon Distribution
362
- G17 Item Detail - Invoice
363
- G18 Store Category Size
364
- G19 Line Item Detail - Quantity/Unit Of Measure/Price Differences
365
- G2 Beyond Routing
366
- G20 Item Packing Detail
367
- G21 Product Information
368
- G22 Pre-Pricing Information
369
- G23 Terms Of Sale
370
- G24 Promotion Reference
371
- G25 F.O.B. Information
372
- G26 Pricing Conditions
373
- G28 Line Item Numbers
374
- G29 Store Display Information
375
- G3 Compensation Information
376
- G30 Retail Account Marketing Types
377
- G31 Total Invoice Quantity
378
- G32 Survey Question Response
379
- G33 Total Dollars Summary
380
- G35 Advertising Feature Information
381
- G36 Price List Reference
382
- G37 Labor Activity
383
- G38 Claim Payment Information
384
- G39 Item Characteristics - Vendor's Selling Unit
385
- G4 Scale Identification
386
- G40 Bracket Price
387
- G42 Promotion Announcement Identification
388
- G43 Promotion/Price List Area
389
- G45 Line Item Detail - Promotion
390
- G46 Promotion Allowance/Charge
391
- G47 Statement Identification
392
- G48 Statement/Invoice Identification
393
- G49 Statement Total
394
- G5 Scale Information
395
- G50 Purchase Order Identification
396
- G51 Free Goods/Product Condition
397
- G53 Maintenance Type
398
- G54 Module Description
399
- G55 Item Characteristics - Consumer Unit
400
- G61 Contact
401
- G62 Date/Time
402
- G63 Period
403
- G66 Transportation Instructions
404
- G68 Line Item Detail - Product
405
- G69 Line Item Detail - Description
406
- G70 Line Item Detail - Miscellaneous
407
- G72 Allowance Or Charge
408
- G73 Allowance Or Charge Description
409
- G76 Total Purchase Order
410
- G82 Delivery/Return Base Record Identifier
411
- G83 Line Item Detail/Direct Store Delivery
412
- G84 Delivery/Return Record Of Totals
413
- G85 Record Integrity Check
414
- G86 Signature Identification
415
- G87 Delivery/Return Adjustment Identification
416
- G88 Delivery/Return Identification Adjustment
417
- G89 Line Item Detail - Adjustment
418
- G91 Price Change Status
419
- G92 Purchase Order Change Type
420
- G93 Price Bracket Identification
421
- G94 Promotion Conditions
422
- G95 Performance Requirements
423
- GA Canadian Grain Information
424
- GDP General Dosing Parameters
425
- GF Furnished Goods And Services
426
- GH Group Header
427
- GID Group Identification
428
- GR Guarantee Result Detail
429
- GR2 Train Data
430
- GR4 Loading Cluster
431
- GR5 Loading Details
432
- GRI Statistical Government Information
433
- GRP Group Dosage Parameters
434
- GY Geography
435
- H1 Hazardous Material
436
- H2 Additional Hazardous Material Description
437
- H3 Special Handling Instructions
438
- H5 Car Service Order
439
- H6 Special Services
440
- HAD Hospital Affiliation Detail
441
- HC Health Condition
442
- HCP Health Care Pricing
443
- HCR Health Care Services Review
444
- HD Health Coverage
445
- HI Health Care Information Codes
446
- HL Hierarchical Level
447
- HLH Health Information
448
- HPL Health Care Provider License
449
- HS Health Screening
450
- HSD Health Care Services Delivery
451
- IC Intermodal Chassis Equipment
452
- ICH Individual Characteristics
453
- ICM Individual Income
454
- ID Inspection Detail Segment
455
- ID1 Item Detail Dimensions
456
- ID2 Item Image Detail
457
- ID3 Dimensions Detail
458
- ID4 Load Details
459
- IDB Indebtedness For Student Loans
460
- IDC Identification Card
461
- IGI Insurer Or Guarantor Information
462
- III Information
463
- IIS Interchange Identification Segment
464
- IK3 Implementation Data Segment Note
465
- IK4 Implementation Data Element Note
466
- IK5 Implementation Transaction Set Response Trailer
467
- IM Intermodal Movement Information
468
- IMA Interchange Move Authority
469
- IMM Immunization Status
470
- IMP Impairment Detail
471
- IN1 Individual Identification
472
- IN2 Individual Name Structure Components
473
- INC Installment Information
474
- IND Additional Individual Demographic Information
475
- INI Incorporation Information
476
- INQ Credit Inquiry Details
477
- INR Information Request
478
- INS Insured Benefit
479
- INT Interest
480
- INV Investment Vehicle Selection
481
- INX Index Detail
482
- IRA Investor Reporting Action
483
- IRP Report Selection Segment
484
- IS1 Estimated Time Of Arrival And Car Scheduling
485
- IS2 Scheduled Events
486
- ISC Interline Service Commitment Detail
487
- ISD Railroad Interline Service Definition Detail
488
- ISI Institutional Staff Information
489
- ISR Item Status Report
490
- ISS Invoice Shipment Summary
491
- IT1 Baseline Item Data (Invoice)
492
- IT3 Additional Item Data
493
- IT8 Conditions Of Sale
494
- ITA Allowance, Charge Or Service
495
- ITC Information Type And Comment Results
496
- ITD Terms Of Sale/Deferred Terms Of Sale
497
- IV1 Lane Estimates
498
- JCT Railroad Junction Information
499
- JID Equipment Detail
500
- JIL Line Item Detail For The Operating Expense Statement
501
- JIT Just-In-Time Schedule
502
- JL Journal Identification
503
- JS Rail Junction Settlement Role Information
504
- K1 Remarks
505
- K2 Administrative Message
506
- K3 File Information
507
- L0 Line Item - Quantity And Weight
508
- L1 Rate And Charges
509
- L10 Weight Information
510
- L11 Business Instructions And Reference Number
511
- L12 Alternate Lading Description
512
- L13 Commodity Details
513
- L1A Billing Identification
514
- L3 Total Weight And Charges
515
- L4 Measurement
516
- L5 Description, Marks And Numbers
517
- L7 Tariff Reference
518
- L8 Line Item Subtotal
519
- L9 Charge Detail
520
- LAD Lading Detail
521
- LC Life Coverage
522
- LC1 Lane Commitments
523
- LCD Place/Location Description
524
- LCT Logistics Container Tracking Information
525
- LDT Lead Time
526
- LE Loop Trailer
527
- LEP Epa Required Data
528
- LEQ Leased Equipment Information
529
- LET Load And Equipment Type
530
- LFG Hazardous Information, Finished Goods
531
- LFH Free-Form Hazardous Material Information
532
- LFI Beginning Segment For Locomotive Information
533
- LH Mixed Hazardous Commodities
534
- LH1 Hazardous Identification Information
535
- LH2 Hazardous Classification Information
536
- LH3 Hazardous Material Shipping Name Information
537
- LH4 Canadian Dangerous Requirements
538
- LH6 Hazardous Certification
539
- LHE Empty Equipment Hazardous Material Information
540
- LHR Hazardous Material Identifying Reference Numbers
541
- LHT Transborder Hazardous Requirements
542
- LIC License Information
543
- LID Loss Information Description
544
- LIE Individual Or Event Location
545
- LIN Item Identification
546
- LM Code Source Information
547
- LN Loan Information
548
- LN1 Loan Specific Data
549
- LN2 Existing Real Estate Loan Specific Data
550
- LOC Location
551
- LOD Location Description
552
- LP Load Planning
553
- LQ Industry Code Identification
554
- LRQ Mortgage Characteristics Requested
555
- LS Loop Header
556
- LS1 Asset Item Identification
557
- LT Letter Of Recommendation
558
- LTE Letter Of Recommendation Evaluation
559
- LTR Laboratory Test Results
560
- LUC Loan Underwriting
561
- LUI Language Use
562
- LV Loan Verification
563
- LX Transaction Set Line Number
564
- M0 Letter Of Credit Reference
565
- M1 Insurance
566
- M10 Manifest Identifying Information
567
- M11 Manifest Bill Of Lading Details
568
- M12 In-Bond Identifying Information
569
- M13 Manifest Amendment Details
570
- M14 General Order Status Information
571
- M15 Customs Events Advisory Details
572
- M2 Sales/Delivery Terms
573
- M20 Permit To Transfer Request Details
574
- M21 Supplementary In-Bond Information
575
- M3 Release
576
- M7 Seal Numbers
577
- M7A Seal Number Replacement
578
- MAN Marks And Numbers Information
579
- MBL Bill Of Lading
580
- MC Miscellaneous And Accessorial Charges
581
- MCD Mortgage Closing Data
582
- MCT Tariff Accessorial Charges
583
- MEA Measurements
584
- MI Media Information
585
- MI1 Mileage Source
586
- MIA Medicare Inpatient Adjudication
587
- MIC Mortgage Insurance Coverage
588
- MIN Minimum Detail
589
- MIR Mortgage Insurance Response
590
- MIS Mortgagee Information Status
591
- MIT Message Identification
592
- MKS Marks Awarded
593
- MLA Mortgage Loan Audit Information
594
- MLS Milestone
595
- MNC Mortgage Note Characteristics
596
- MOA Medicare Outpatient Adjudication
597
- MPI Military Personnel Information
598
- MPP Mortgage Pool Program
599
- MRC Mortgagor Response Characteristics
600
- MS Miscellaneous Services
601
- MS1 Equipment, Shipment, Or Real Property Location
602
- MS2 Equipment Or Container Owner And Type
603
- MS3 Interline Information
604
- MS4 Shipment Or Package Dimensions
605
- MS5 Shipment Rates And Charges
606
- MS6 Shipment Quantity And Weight
607
- MSG Message Text
608
- MSI Multi-Stop Shipment Information
609
- MSS Material Safety Data Sheet Section Information
610
- MTX Text
611
- N1 Party Identification
612
- N10 Quantity And Description
613
- N11 Store Location
614
- N12 Equipment Environment
615
- N2 Additional Name Information
616
- N3 Party Location
617
- N4 Geographic Location
618
- N5 Equipment Ordered
619
- N7 Equipment Details
620
- N7A Accessorial Equipment Details
621
- N7B Additional Equipment Details
622
- N8 Waybill Reference
623
- N8A Additional Reference Information
624
- N9 Extended Reference Information
625
- NA Cross-Reference Equipment
626
- NCA Nonconformance Action
627
- NCD Nonconformance Description
628
- NM1 Individual Or Organizational Name
629
- NTE Note/Special Instruction
630
- NX1 Property Or Entity Identification
631
- NX2 Location Id Component
632
- OBI Obligation Information
633
- OD Origin And Destination
634
- OI Other Health Insurance Information
635
- OID Order Information Detail
636
- OOI Associated Object Type Identification
637
- OPS Program Subject Area And Eligibility
638
- OPX Placement Criteria
639
- OQS Order Quantity Sequence
640
- ORI Object Reference Identification
641
- OTI Original Transaction Identification
642
- P1 Pickup
643
- P2 Delivery Date Information
644
- P4 Port Information
645
- P5 Port Function
646
- PAD Product Adjustment Detail
647
- PAI Print Advertisement Information
648
- PAL Pallet Type And Load Characteristics
649
- PAM Period Amount
650
- PAS Property Appraisal Summary
651
- PAT Patient Information
652
- PBI Problem Identification
653
- PCL Previous College
654
- PCR Payment Cancellation Request
655
- PCS Product Claim Status
656
- PCT Percent Amounts
657
- PD Pricing Data
658
- PDD Pricing Data Detail
659
- PDE Property Metes And Bounds Description
660
- PDI Practice Detail Information
661
- PDL Payment Details
662
- PDP Property Description - Personal
663
- PDR Property Description - Real
664
- PDS Property Description/Legal Description
665
- PEN Pension Information
666
- PER Administrative Communications Contact
667
- PEX Property Or Housing Expense
668
- PI Price Authority Identification
669
- PID Product/Item Description
670
- PIN Previous Incident
671
- PKD Packaging Description
672
- PKG Marking, Packaging, Loading
673
- PKL Multi-Pack Configuration
674
- PL Proposal Cost Logic
675
- PLA Place Or Location
676
- PLB Provider Level Adjustment
677
- PLC Equipment Placement Information
678
- PLD Pallet Shipment Information
679
- PLI Previous Loan Information
680
- PM Electronic Funds Transfer Information
681
- PO1 Baseline Item Data
682
- PO3 Additional Item Detail
683
- PO4 Item Physical Details
684
- POC Line Item Change
685
- POD Proof Of Delivery
686
- PPA Property Location
687
- PPD Payment Pattern Details
688
- PPL Price Support Data
689
- PPY Personal Property Description
690
- PR Product (Commodity)
691
- PR1 Price Request Parameter List 1
692
- PR2 Price Request Parameter List 2
693
- PRC Payment Rate Change
694
- PRD Mortgage Loan Product Description
695
- PRF Purchase Order Reference
696
- PRI External Reference Identifier
697
- PRJ Multifamily Housing Project
698
- PRM Basic Trace Parameters
699
- PRR Problem Report
700
- PRS Part Release Status
701
- PRT Part Disposition
702
- PRV Provider Information
703
- PS Protective Service Instructions
704
- PS1 Purchase Service
705
- PSA Partner Share Accounting
706
- PSC Product Service Contract
707
- PSD Physical Sample Description
708
- PT Patron
709
- PTD Product Transfer And Resale Detail
710
- PTF Property Transaction Financials
711
- PTS Property Tax Status
712
- PUN Beginning Segment For Motor Carrier Pickup Notification
713
- PWK Paperwork
714
- PYD Payroll Deduction
715
- PYM Payment Manner And Percentage
716
- PYT Historical Payment Terms
717
- Q2 Status Details (Ocean)
718
- Q3 Arrival Details
719
- Q5 Status Details
720
- Q7 Lading Exception Status
721
- Q8 Detail Delivery Exception Information
722
- QTY Quantity Information
723
- R1 Route Information (Air)
724
- R11 Beginning Segment For Trailer Or Container Repair Billing
725
- R12 Work Order Information
726
- R13 Line Item Repair
727
- R2 Route Information
728
- R2A Route Information With Preference
729
- R2B Junctions And Proportions
730
- R2C Division Basis
731
- R2D Miscellaneous Charge
732
- R3 Route Information - Motor
733
- R4 Port Or Terminal
734
- R9 Route Code Identification
735
- RA Rate Header
736
- RAB Rate Or Minimum Qualifiers
737
- RAP Requirement, Attribute, And Proficiency
738
- RB Rate/Minimum Detail
739
- RC Root Cause
740
- RCD Receiving Conditions
741
- RCR Reporting Criteria
742
- RD Rate Data
743
- RDD Route Description Detail
744
- RDI Retail Account Demographic Information
745
- RDM Remittance Delivery Method
746
- RDR Return Disposition Reason
747
- RDT Revision Date/Time
748
- REA Real Estate Property Information
749
- REC Real Estate Condition
750
- RED Related Data
751
- REF Reference Information
752
- REL Relationship
753
- REN Rate Request Information
754
- REP Repair Action
755
- REQ Request Information
756
- RES Real Estate Sales Price Change
757
- RET Real Estate Transaction
758
- RH Personal Property Rate
759
- RIC Financial Return
760
- RLD Down Payment Data
761
- RLT Real Estate Loan Type
762
- RMR Remittance Advice Accounts Receivable Open Item Reference
763
- RMT Remittance Advice
764
- RO Public Record Or Obligation
765
- RP Retirement Product
766
- RPA Rate Amounts Or Percents
767
- RQS Request For Information
768
- RRA Required Response
769
- RS Rate Subset
770
- RSC Resource
771
- RSD Residency Information
772
- RST Carrier Restriction
773
- RT Rate Destination
774
- RT1 Rate Detail
775
- RTE Rate Information
776
- RTT Freight Rate Information
777
- RU1 Retirement Board Detail
778
- RU2 Employing Carrier Response
779
- RU3 Employing Carrier Claim Profile
780
- RYL Royalty Payment
781
- S1 Stop-Off Name
782
- S2 Stop-Off Address
783
- S4A Assurance Header Level 2
784
- S5 Stop-Off Details
785
- S9 Stop-Off Station
786
- SA Status Action
787
- SAC Service, Promotion, Allowance, Or Charge Information
788
- SAD Student Award Detail
789
- SAL Salary Information
790
- SB Docket Level
791
- SBR Subscriber Information
792
- SBT Subtest
793
- SC Docket Sub-Level
794
- SCA Statistical Category Analysis
795
- SCD Sales Commission Employee Detail
796
- SCH Line Item Schedule
797
- SCL Rate Basis/Scales
798
- SCM Credit Score Model
799
- SCN Beginning Segment For Cartage Work Assignment
800
- SCP Beginning Segment For A Cartage Work Assignment Response
801
- SCR Shipper's Car Ordered Rail
802
- SCS Credit Score
803
- SCT School Type
804
- SD1 Safety Data
805
- SDP Ship/Delivery Pattern
806
- SDQ Destination Quantity
807
- SER Service Charges
808
- SES Academic Session Header
809
- SFC Storage Facility Characteristics
810
- SG Shipment Status
811
- SHD Shipment Detail
812
- SHI Security Holding Information
813
- SHP Shipped/Received Information
814
- SHR Railroad Interline Service Special Handling Restrictions
815
- SI Service Characteristic Identification
816
- SID Standard Transportation Commodity Code Identification
817
- SII Sales Item Information
818
- SIN Substance Use
819
- SL1 Tariff Details
820
- SLA School Accreditation And Licensing
821
- SLI Specific Loan Information
822
- SLN Subline Item Detail
823
- SMA Station Address
824
- SMB Beginning Segment For Railroad Station Master File
825
- SMD Consolidated Shipment Manifest Data
826
- SMO Operational Services
827
- SMR Cross Reference
828
- SMS Station Codes Segment
829
- SN1 Item Detail (Shipment)
830
- SOI Source Of Income
831
- SOM Status Of Mortgage
832
- SP Special Program
833
- SPA Status Of Product Or Activity
834
- SPE Security Protocol Error
835
- SPI Specification Identifier
836
- SPK Specimen Kit Information
837
- SPR Supplier Rating
838
- SPS Sampling Parameters For Summary Statistics
839
- SPY Scope Of Power Of Attorney
840
- SR Requested Service Schedule
841
- SRA Traffic Evaluation Factors
842
- SRD Scale Rate Detail
843
- SRE Test Scores
844
- SRM Scale Rates
845
- SRT Scale Rate Header
846
- SS Docket Control Status
847
- SSC Beginning Segment For Service Commitment Advice
848
- SSD Shipment Sort Segregate Data
849
- SSE Entry And Exit Information
850
- SSS Product Special Services
851
- SST Student Academic Status
852
- STA Statistics
853
- STC Status Information
854
- STP Study Parameters
855
- STS Interchange Status Segment
856
- SUM Academic Summary
857
- SUP Supplementary Information
858
- SV Service Description
859
- SV1 Professional Service
860
- SV2 Institutional Service
861
- SV3 Dental Service
862
- SV4 Drug Service
863
- SV5 Durable Medical Equipment Service
864
- SV6 Anesthesia Service
865
- SV7 Drug Adjudication
866
- SVA Security Value
867
- SVC Service Information
868
- SVD Service Line Adjudication
869
- SW Switching Charges
870
- SWC Switching Conditions
871
- SWD Switching Details
872
- SWR Switching Rates
873
- T1 Transit Inbound Origin
874
- T2 Transit Inbound Lading
875
- T3 Transit Inbound Route
876
- T6 Transit Inbound Rates
877
- T8 Free-Form Transit Data
878
- TA Tax Authority
879
- TAX Tax Reference
880
- TBI Trade Line Bureau Identifier
881
- TC2 Commodity
882
- TCD Itemized Call Detail
883
- TD1 Carrier Details (Quantity And Weight)
884
- TD3 Carrier Details (Equipment)
885
- TD4 Carrier Details (Special Handling Or Hazardous Materials Or Both)
886
- TD5 Carrier Details (Routing Sequence/Transit Time)
887
- TDS Total Monetary Value Summary
888
- TDT Tax Delinquency Status
889
- TED Technical Error Description
890
- TEM Pickup Totals
891
- TER Territory
892
- TF Tariff Information
893
- TFR Tariff Restrictions
894
- TFS Tax Form
895
- THE Screen Theater Identification
896
- TI Transport Information
897
- TIA Tax Information And Amount
898
- TID Task Identification
899
- TII Tax Installment Information
900
- TIS Title Insurance Services
901
- TLN Tradeline
902
- TMD Test Method
903
- TOA Type Of Activity
904
- TOO Tooth Identification
905
- TOV Vehicle Use Information
906
- TPB Business Professional Title
907
- TPD Trading Partner Detail
908
- TRF Rating Factors
909
- TRL Equipment Usage Information
910
- TRN Trace
911
- TRS Tax Rate
912
- TS Tariff Section
913
- TS2 Transaction Supplemental Statistics
914
- TS3 Transaction Statistics
915
- TSD Trailer Shipment Details
916
- TSI Automatic Equipment Tag Status Information
917
- TSP Test Period Or Interval
918
- TST Test Score Record
919
- TSU Transaction Summary
920
- TT Term Text
921
- TUD Trade Union Data
922
- TXI Tax Information
923
- TXN Transaction Capabilities
924
- TXP Tax Payment
925
- UC Underwriting Category
926
- UCS Underwriting Considerations
927
- UD Underwriting Status
928
- UDA Underwriting Condition
929
- UIT Unit Detail
930
- UM Health Care Services Review Information
931
- UQS Underwriting Question
932
- UR Peer Review Organization Or Utilization Review
933
- USD Usage-Sensitive Detail
934
- USI Unitized Shipment Information
935
- UWI Underwriting Information
936
- V1 Vessel Identification
937
- V2 Vessel Information
938
- V3 Vessel Schedule
939
- V4 Cargo Location Reference
940
- V5 Vessel Identification
941
- V9 Event Detail
942
- VAD Vehicle Advice Detail
943
- VAR Credit File Variation
944
- VAT Vehicle Attribute
945
- VC Motor Vehicle Control
946
- VC1 Vehicle Detail
947
- VDI Value Description Or Information
948
- VEH Vehicle Information
949
- VID Conveyance Identification
950
- VR Rate Origin
951
- VRC Vehicle Recovery
952
- W01 Line Item Detail - Warehouse
953
- W03 Total Shipment Information (Warehouse)
954
- W04 Item Detail Total
955
- W05 Shipping Order Identification
956
- W06 Warehouse Shipment Identification
957
- W07 Item Detail For Stock Receipt
958
- W08 Receipt Carrier Information
959
- W09 Equipment And Temperature
960
- W1 Block Identification
961
- W10 Warehouse Additional Carrier Information
962
- W12 Warehouse Item Detail
963
- W13 Item Detail Exception
964
- W14 Total Receipt Information
965
- W15 Warehouse Adjustment Identification
966
- W17 Warehouse Receipt Identification
967
- W18 Probe Temperatures
968
- W19 Warehouse Adjustment Item Detail
969
- W2 Equipment Identification
970
- W20 Line Item Detail - Packing
971
- W27 Carrier Details (Warehouse)
972
- W28 Consolidation Information
973
- W3 Consignee Information
974
- W4 Consignor Information
975
- W5 Carrier And Route Information
976
- W6 Special Handling Information
977
- W66 Warehouse Carrier Information
978
- W76 Total Shipping Order
979
- WLD Workload Detail
980
- WS Work Schedule
981
- X01 Automated Manifest Archive Status Details
982
- X02 Automated Manifest Bills Eligible/Overdue Archive Details
983
- X1 Export License
984
- X2 Import License
985
- X4 Customs Release Information
986
- X7 Customs Information
987
- XD Placement/Pull Data
988
- XH Pro Forma - B13 Information
989
- XPO Preassigned Purchase Order Numbers
990
- XQ Reporting Date/Action
991
- Y1 Space Reservation Request
992
- Y2 Container Details
993
- Y3 Space Confirmation
994
- Y4 Container Release
995
- Y5 Space Booking Cancellation
996
- Y6 Authentication
997
- Y7 Cargo Booking Priority
998
- YNQ Yes/No Question
999
- ZA Product Activity Reporting
1000
- ZC1 Beginning Segment For Data Correction Or Change
1001
- ZD Transaction Set Deletion - Id, Reason, And Source
1002
- ZR Waybill Reference Identification
1003
- ZT Waybill Request Information
1
+ id name
2
+ AAA Request Validation
3
+ ACD Account Description
4
+ ACK Line Item Acknowledgment
5
+ ACS Ancillary Charges
6
+ ACT Account Identification
7
+ AD1 Adjustment Amount
8
+ ADI Animal Disposition
9
+ ADJ Adjustments To Balances Or Services
10
+ ADT Animal Parturition Status
11
+ ADV Advertising Demographic Information
12
+ ADX Adjustment
13
+ AEI Equipment Information Summary
14
+ AES Automatic Equipment Identification Site Information
15
+ AIN Income
16
+ AK1 Functional Group Response Header
17
+ AK2 Transaction Set Response Header
18
+ AK3 Data Segment Note
19
+ AK4 Data Element Note
20
+ AK5 Transaction Set Response Trailer
21
+ AK9 Functional Group Response Trailer
22
+ AM1 Informational Values
23
+ AMT Monetary Amount Information
24
+ ANI Animal Identification
25
+ AOC Animal Offspring Counts
26
+ AOI Animal Offspring/Fetus Identification
27
+ AOL Animal Observation Location
28
+ AOR Animal Observation Result
29
+ AP1 Alternate Parts
30
+ APE Assurance Protocol Error
31
+ API Activity Or Process Information
32
+ APR Association Of American Railroads Pool Code Restrictions
33
+ ARC Animal Results Counts
34
+ ARS Applicant Residence Specifics
35
+ ASI Action Or Status Indicator
36
+ ASL Asset Liability
37
+ ASM Amount And Settlement Method
38
+ ASO Asset Ownership
39
+ AST Animal Reproductive Status
40
+ AT1 Bill Of Lading Line Item Number
41
+ AT2 Bill Of Lading Line Item Detail
42
+ AT3 Bill Of Lading Rates And Charges
43
+ AT4 Bill Of Lading Description
44
+ AT5 Bill Of Lading Handling Requirements
45
+ AT6 International Manifest Information
46
+ AT7 Shipment Status Details
47
+ AT8 Shipment Weight, Packaging And Quantity Data
48
+ AT9 Trailer Or Container Dimension And Weight
49
+ ATA Beginning Segment For Motor Carrier Delivery Trailer Manifest
50
+ ATH Resource Authorization
51
+ ATN Attendance
52
+ ATR Animal Test Result
53
+ ATV Student Activities And Awards
54
+ AVA Funds Availability
55
+ AWD Amount With Description
56
+ AXL Vehicle Axle Measurements
57
+ B1 Beginning Segment For Booking Or Pickup/Delivery
58
+ B10 Beginning Segment For Transportation Carrier Shipment Status Mess
59
+ B11 Beginning Segment For Shipment Status Inquiry
60
+ B12 Beginning Segment For Consolidation Of Goods In Container
61
+ B13 Beginning Segment For Appointment Schedule
62
+ B2 Beginning Segment For Shipment Information Transaction
63
+ B2A Set Purpose
64
+ B3 Beginning Segment For Carrier's Invoice
65
+ B3A Invoice Type
66
+ B3B Beginning Segment For Rail Carrier's Invoice
67
+ B4 Beginning Segment For Inquiry Or Reply
68
+ B9 Beginning Segment For Logistics Services
69
+ B9A Service Request
70
+ BA1 Export Shipment Identifying Information
71
+ BA2 Beginning Segment For Cargo Terminal Information
72
+ BAA Beginning Segment For Product Transfer Account Adjustment
73
+ BAK Beginning Segment For Purchase Order Acknowledgment
74
+ BAL Balance Detail
75
+ BAT Batch
76
+ BAU Beginning Segment For The Debit Authorization
77
+ BAX Beginning Segment For Advance Consist And Transportation Automati
78
+ BBC Legal Claims
79
+ BC Beginning Segment For Contract Completion Status
80
+ BCA Beginning Segment For Purchase Order Change Acknowledgment
81
+ BCD Beginning Credit/Debit Adjustment
82
+ BCH Beginning Segment For Purchase Order Change
83
+ BCI Basic Claim Information
84
+ BCM Beginning Segment For Contractor Cost Data Reporting
85
+ BCO Beginning Segment For Procurement Notices
86
+ BCP Beginning Segment For Contract Pricing Proposal
87
+ BCQ Beginning Segment For Shipper's Car Order
88
+ BCS Beginning Segment For Project Cost Reporting
89
+ BCT Beginning Segment For Price/Sales Catalog
90
+ BCU Legal Claim Updates
91
+ BDD Beginning Segment For Shipment Delivery Discrepancy Information
92
+ BDS Binary Data Structure
93
+ BEG Beginning Segment For Purchase Order
94
+ BEN Beneficiary Or Owner Information
95
+ BEP Borrower Education Program
96
+ BFR Beginning Segment For Planning Schedule
97
+ BFS Borrower Financial Summary
98
+ BGF Beginning Segment For File Transfer Information
99
+ BGN Beginning Segment
100
+ BGP Beginning Segment For Problem Log Inquiry Or Advice
101
+ BHT Beginning Of Hierarchical Transaction
102
+ BIA Beginning Segment For Inventory Inquiry/Advice
103
+ BIG Beginning Segment For Invoice
104
+ BIN Binary Data Segment
105
+ BIX Beginning Segment For Automotive Inspection
106
+ BJF Beginning Segment Railroad Junctions And Interchanges Update Acti
107
+ BL Billing Information
108
+ BLI Basic Baseline Item Data
109
+ BLN Balance Information
110
+ BLR Transportation Carrier Identification
111
+ BLS Beginning Segment For Asset Schedule
112
+ BMA Beginning Segment For Market Development Fund Allocation
113
+ BMG Beginning Segment For Text Message
114
+ BMM Beginning Segment For Multilevel Railcar Load Details Transaction
115
+ BMP Beginning Segment For Market Development Fund Settlement
116
+ BMS Beginning Segment For Material Safety Data Sheet
117
+ BNR Beginning Segment For Nonconformance Report
118
+ BNX Rail Shipment Information
119
+ BOL Beginning Segment For The Motor Carrier Bill Of Lading
120
+ BOR Beginning Of Report
121
+ BOS Beginning Segment For Joint Interest Billing And Operating Expens
122
+ BOX Box Office Detail
123
+ BPA Beginning Segment For Price Authorization Acknowledgment/Status
124
+ BPP Beginning Segment For Project Schedule Reporting
125
+ BPR Beginning Segment For Payment Order/Remittance Advice
126
+ BPT Beginning Segment For Product Transfer And Resale
127
+ BQR Beginning Segment For Response To Request For Quotation
128
+ BQT Beginning Segment For Request For Quotation
129
+ BR Beginning Segment For Material Management
130
+ BRA Beginning Segment For Receiving Advice Or Acceptance Certificate
131
+ BRC Beginning Segment For Response To Product Transfer Account Adjust
132
+ BRR Beginning Segment For Railroad Mark Register Update Activity
133
+ BSC Beginning Segment For Commission Sales Report And Periodic Compen
134
+ BSD Breakdown Structure Description
135
+ BSF Business Function
136
+ BSI Beginning Segment For Order Status Inquiry
137
+ BSN Beginning Segment For Ship Notice
138
+ BSR Beginning Segment For Order Status Report
139
+ BSS Beginning Segment For Shipping Schedule/Production Sequence
140
+ BSW Beginning Segment For Carrier S Services Settlement
141
+ BT1 Batch Totals
142
+ BTA Beginning Tax Acknowledgment
143
+ BTC Beginning Segment For Parameter Trace Registration
144
+ BTI Beginning Tax Information
145
+ BTP Beginning Segment For Trading Partner Profile
146
+ BTR Beginning Segment For Test Results
147
+ BTS Beginning Segment For Train Sheets
148
+ BUY Loan Buydown
149
+ BVA Beginning Vehicle Advice
150
+ BVB Beginning Segment For Vehicle Baying Order
151
+ BVP Beginning Segment For Vehicle Shipping Order
152
+ BVS Beginning Segment For Vehicle Service
153
+ BW Beginning Segment For Weight Message Set
154
+ BX General Shipment Information
155
+ C2 Bank Id
156
+ C3 Currency Identifier
157
+ C4 Alternate Amount Due
158
+ C8 Certifications And Clauses
159
+ C8C Certifications Clauses Continuation
160
+ CA1 Rate Request Identifier
161
+ CAD Carrier Details
162
+ CAI Civil Action Income
163
+ CAL Calendar
164
+ CAS Claims Adjustment
165
+ CAT Category Of Patient Information Service
166
+ CB1 Contract And Cost Accounting Standards Data
167
+ CBS Cost Breakdown Structure
168
+ CCI Credit Counseling Information
169
+ CD Shipment Conditions
170
+ CD1 Cargo Detail
171
+ CD2 Multi-Valued Characteristics
172
+ CD3 Carton (Package) Detail
173
+ CDA Consumer Credit Account
174
+ CDD Credit/Debit Adjustment Detail
175
+ CDI Change Detail Information
176
+ CDS Case Description
177
+ CED Administration Of Justice Event Description
178
+ CF1 Beginning Segment For Summary Freight Bill Manifest
179
+ CF2 Summary Freight Bill Detail
180
+ CFI Compensation Financial Information
181
+ CFT Cost Reporting Format Type
182
+ CGS Charge
183
+ CHB Chargeback Information
184
+ CHR Car Hire Rates
185
+ CI Carrier Interchange Agreement
186
+ CIC Car Information Control
187
+ CID Characteristic/Class Id
188
+ CII Conveyance Insurance Information
189
+ CIV Civil Action Liability
190
+ CL1 Claim Codes
191
+ CLD Load Detail
192
+ CLI Cost Line Item
193
+ CLM Health Claim
194
+ CLP Claim Level Data
195
+ CLR Car Location Routing Request
196
+ CM Cargo Manifest
197
+ CMA Cooperative Market Agreement
198
+ CMC Commodity Classification
199
+ CN1 Contract Information
200
+ COB Coordination Of Benefits
201
+ COM Communication Contact Information
202
+ CON Contract Number Detail
203
+ CPR Commodity Price Reference
204
+ CQ Credentials And Qualifications
205
+ CR1 Ambulance Certification
206
+ CR2 Chiropractic Certification
207
+ CR3 Durable Medical Equipment Certification
208
+ CR4 Enteral Or Parenteral Therapy Certification
209
+ CR5 Oxygen Therapy Certification
210
+ CR6 Home Health Care Certification
211
+ CR7 Home Health Treatment Plan Certification
212
+ CR8 Pacemaker Certification
213
+ CRC Conditions Indicator
214
+ CRD Content Reporting Detail
215
+ CRI Claim Report Information
216
+ CRO Credit Report Order Details
217
+ CRS Course Record
218
+ CRT Contractor Report Type
219
+ CRV Product Origin Reference
220
+ CS Contract Summary
221
+ CSB Cryptographic Service Message Body
222
+ CSC Cryptographic Service Message Certificates And Keys
223
+ CSD Consolidated Shipment Invoice Data
224
+ CSE Educational Course Information
225
+ CSF Conditional Sampling Frequency
226
+ CSH Sales Requirements
227
+ CSI Claim Status Information
228
+ CSM Cryptographic Service Message Header
229
+ CSS Conditional Sampling Sequence
230
+ CST Cost Analysis
231
+ CSU Supplemental Course Data
232
+ CT Car Type
233
+ CTB Restrictions/Conditions
234
+ CTC Car Hire Transaction Control
235
+ CTP Pricing Information
236
+ CTT Transaction Totals
237
+ CTX Context
238
+ CUR Currency
239
+ CV Cycle/Summary Value
240
+ CYC Car Hire Cycle
241
+ D9 Destination Station
242
+ DAD Debit Authorization Detail
243
+ DAI Appendix Information
244
+ DAM Damage Information
245
+ DB Disbursement Information
246
+ DD Demand Detail
247
+ DDI Explanation
248
+ DED Deductions
249
+ DEF Delayed Repayment
250
+ DEG Degree Record
251
+ DEL Delivery Logistics
252
+ DEP Deposit
253
+ DEX Delivery Execution Information
254
+ DFI Default Information
255
+ DH Dealer Hours
256
+ DIS Discount Detail
257
+ DK Docket Header
258
+ DL Auto Claim Detail - Labor
259
+ DLV Deliverable Information
260
+ DM Demurrage/Detention/ Storage Rate
261
+ DMA Additional Demographic Information
262
+ DMG Demographic Information
263
+ DMI Data Maintenance Information
264
+ DN Dealer Effectivity
265
+ DN1 Orthodontic Information
266
+ DN2 Tooth Summary
267
+ DOS Definition Of Share
268
+ DP Auto Claim Detail - Parts
269
+ DPN Dependent Information
270
+ DR Docket Range
271
+ DRT Deprescription Rate Detail
272
+ DSB Disability Information
273
+ DTM Date/Time Reference
274
+ DTP Date Or Time Or Period
275
+ DVI Dynamic Vehicle Information
276
+ E01 Electronic Form Main Heading
277
+ E03 Interchange Order Of Segments
278
+ E1 Empty Car Disposition - Pended Destination Consignee
279
+ E10 Transaction Set Grouping
280
+ E13 Segment Order In Transaction Set
281
+ E20 Segment Header Information
282
+ E22 Data Element Relationships In A Segment Or Composite
283
+ E24 Data Element Sequence In A Segment Or Composite
284
+ E30 Data Element Attributes
285
+ E34 Code List Values For A Data Element
286
+ E4 Empty Car Disposition - Pended Destination City
287
+ E40 Edi Standards Note Reference
288
+ E41 Composite Header Information
289
+ E5 Empty Car Disposition - Pended Destination Route
290
+ E6 Advance Car Disposition
291
+ E8 Blocking And Response Information
292
+ EA Equipment Attributes
293
+ EB Eligibility Or Benefit Information
294
+ EC Employment Class
295
+ ED Equipment Description
296
+ EDF Educational Fee Information
297
+ EFI Electronic Format Identification
298
+ EI Automatic Equipment Identification
299
+ EIA Beginning Segment For Equipment Inquiry Or Advice
300
+ ELV Employee Leave Summary
301
+ EM Equipment Characteristics
302
+ EMP Employer
303
+ EMS Employment Position
304
+ EMT Employment
305
+ ENE Electronic Systems Environment
306
+ ENM School Enrollment Data
307
+ ENR School Enrollment Information
308
+ ENT Entity
309
+ EQ Eligibility Or Benefit Inquiry
310
+ EQD Eqd Equipment Damage Information
311
+ ER Rail Event Reporting
312
+ ERI Entity Relationship
313
+ ERP Educational Record Purpose
314
+ ES Equipment Status
315
+ ESI Employment Status Information
316
+ ETD Excess Transportation Detail
317
+ EXI Excavation Ticket Information
318
+ F01 Identification Of Claim (Claimant Originated)
319
+ F02 Identification Of Shipment
320
+ F04 Weight/Volume Loss
321
+ F05 Allowance/Charge (Claim)
322
+ F07 Auto Claim Detail
323
+ F09 Detail - Supporting Evidence For Claim
324
+ F10 Identification Of Claim (Tracer)
325
+ F11 Status
326
+ F12 Basic Claim Information - Automotive
327
+ F13 Payment Information
328
+ F14 Line Item Reject
329
+ F6X Identification (Automotive)
330
+ F9 Origin Station
331
+ FA1 Type Of Financial Accounting Data
332
+ FA2 Accounting Data
333
+ FAA Financial Asset Account
334
+ FAC Facing Direction
335
+ FBB Foreign And Industry Business
336
+ FC Financial Contribution
337
+ FCL Foreclosure
338
+ FDA Facility Description
339
+ FGS Form Group
340
+ FH Family History
341
+ FIR Financial Information
342
+ FIS Mortgage Loan Fiscal Data
343
+ FK Factor
344
+ FNA Financial Status Information
345
+ FOB F.O.B. Related Instructions
346
+ FOS Field Of Study
347
+ FPT Financial Participation
348
+ FRM Supporting Documentation
349
+ FSA Flexible Spending Account
350
+ FST Forecast Schedule
351
+ FTH First Time Home Buyer
352
+ G01 Invoice Identification
353
+ G05 Total Shipment Information
354
+ G07 Carrier Information
355
+ G08 Pallet Receipt Disposition
356
+ G1 Shipment Type Information
357
+ G11 Coupon Reporting Specifications
358
+ G12 Coupon Physical Characteristics
359
+ G13 Store Size Attributes
360
+ G14 Coupon Special Processing
361
+ G15 Coupon Distribution
362
+ G17 Item Detail - Invoice
363
+ G18 Store Category Size
364
+ G19 Line Item Detail - Quantity/Unit Of Measure/Price Differences
365
+ G2 Beyond Routing
366
+ G20 Item Packing Detail
367
+ G21 Product Information
368
+ G22 Pre-Pricing Information
369
+ G23 Terms Of Sale
370
+ G24 Promotion Reference
371
+ G25 F.O.B. Information
372
+ G26 Pricing Conditions
373
+ G28 Line Item Numbers
374
+ G29 Store Display Information
375
+ G3 Compensation Information
376
+ G30 Retail Account Marketing Types
377
+ G31 Total Invoice Quantity
378
+ G32 Survey Question Response
379
+ G33 Total Dollars Summary
380
+ G35 Advertising Feature Information
381
+ G36 Price List Reference
382
+ G37 Labor Activity
383
+ G38 Claim Payment Information
384
+ G39 Item Characteristics - Vendor's Selling Unit
385
+ G4 Scale Identification
386
+ G40 Bracket Price
387
+ G42 Promotion Announcement Identification
388
+ G43 Promotion/Price List Area
389
+ G45 Line Item Detail - Promotion
390
+ G46 Promotion Allowance/Charge
391
+ G47 Statement Identification
392
+ G48 Statement/Invoice Identification
393
+ G49 Statement Total
394
+ G5 Scale Information
395
+ G50 Purchase Order Identification
396
+ G51 Free Goods/Product Condition
397
+ G53 Maintenance Type
398
+ G54 Module Description
399
+ G55 Item Characteristics - Consumer Unit
400
+ G61 Contact
401
+ G62 Date/Time
402
+ G63 Period
403
+ G66 Transportation Instructions
404
+ G68 Line Item Detail - Product
405
+ G69 Line Item Detail - Description
406
+ G70 Line Item Detail - Miscellaneous
407
+ G72 Allowance Or Charge
408
+ G73 Allowance Or Charge Description
409
+ G76 Total Purchase Order
410
+ G82 Delivery/Return Base Record Identifier
411
+ G83 Line Item Detail/Direct Store Delivery
412
+ G84 Delivery/Return Record Of Totals
413
+ G85 Record Integrity Check
414
+ G86 Signature Identification
415
+ G87 Delivery/Return Adjustment Identification
416
+ G88 Delivery/Return Identification Adjustment
417
+ G89 Line Item Detail - Adjustment
418
+ G91 Price Change Status
419
+ G92 Purchase Order Change Type
420
+ G93 Price Bracket Identification
421
+ G94 Promotion Conditions
422
+ G95 Performance Requirements
423
+ GA Canadian Grain Information
424
+ GDP General Dosing Parameters
425
+ GE Functional Group Trailer
426
+ GF Furnished Goods And Services
427
+ GH Group Header
428
+ GID Group Identification
429
+ GR Guarantee Result Detail
430
+ GR2 Train Data
431
+ GR4 Loading Cluster
432
+ GR5 Loading Details
433
+ GRI Statistical Government Information
434
+ GRP Group Dosage Parameters
435
+ GS Functional Group Header
436
+ GY Geography
437
+ H1 Hazardous Material
438
+ H2 Additional Hazardous Material Description
439
+ H3 Special Handling Instructions
440
+ H5 Car Service Order
441
+ H6 Special Services
442
+ HAD Hospital Affiliation Detail
443
+ HC Health Condition
444
+ HCP Health Care Pricing
445
+ HCR Health Care Services Review
446
+ HD Health Coverage
447
+ HI Health Care Information Codes
448
+ HL Hierarchical Level
449
+ HLH Health Information
450
+ HPL Health Care Provider License
451
+ HS Health Screening
452
+ HSD Health Care Services Delivery
453
+ IC Intermodal Chassis Equipment
454
+ ICH Individual Characteristics
455
+ ICM Individual Income
456
+ ID Inspection Detail Segment
457
+ ID1 Item Detail Dimensions
458
+ ID2 Item Image Detail
459
+ ID3 Dimensions Detail
460
+ ID4 Load Details
461
+ IDB Indebtedness For Student Loans
462
+ IDC Identification Card
463
+ IEA Interchange Control Trailer
464
+ IGI Insurer Or Guarantor Information
465
+ III Information
466
+ IIS Interchange Identification Segment
467
+ IK3 Implementation Data Segment Note
468
+ IK4 Implementation Data Element Note
469
+ IK5 Implementation Transaction Set Response Trailer
470
+ IM Intermodal Movement Information
471
+ IMA Interchange Move Authority
472
+ IMM Immunization Status
473
+ IMP Impairment Detail
474
+ IN1 Individual Identification
475
+ IN2 Individual Name Structure Components
476
+ INC Installment Information
477
+ IND Additional Individual Demographic Information
478
+ INI Incorporation Information
479
+ INQ Credit Inquiry Details
480
+ INR Information Request
481
+ INS Insured Benefit
482
+ INT Interest
483
+ INV Investment Vehicle Selection
484
+ INX Index Detail
485
+ IRA Investor Reporting Action
486
+ IRP Report Selection Segment
487
+ IS1 Estimated Time Of Arrival And Car Scheduling
488
+ IS2 Scheduled Events
489
+ ISA Interchange Control Header
490
+ ISC Interline Service Commitment Detail
491
+ ISD Railroad Interline Service Definition Detail
492
+ ISI Institutional Staff Information
493
+ ISR Item Status Report
494
+ ISS Invoice Shipment Summary
495
+ IT1 Baseline Item Data (Invoice)
496
+ IT3 Additional Item Data
497
+ IT8 Conditions Of Sale
498
+ ITA Allowance, Charge Or Service
499
+ ITC Information Type And Comment Results
500
+ ITD Terms Of Sale/Deferred Terms Of Sale
501
+ IV1 Lane Estimates
502
+ JCT Railroad Junction Information
503
+ JID Equipment Detail
504
+ JIL Line Item Detail For The Operating Expense Statement
505
+ JIT Just-In-Time Schedule
506
+ JL Journal Identification
507
+ JS Rail Junction Settlement Role Information
508
+ K1 Remarks
509
+ K2 Administrative Message
510
+ K3 File Information
511
+ L0 Line Item - Quantity And Weight
512
+ L1 Rate And Charges
513
+ L10 Weight Information
514
+ L11 Business Instructions And Reference Number
515
+ L12 Alternate Lading Description
516
+ L13 Commodity Details
517
+ L1A Billing Identification
518
+ L3 Total Weight And Charges
519
+ L4 Measurement
520
+ L5 Description, Marks And Numbers
521
+ L7 Tariff Reference
522
+ L8 Line Item Subtotal
523
+ L9 Charge Detail
524
+ LAD Lading Detail
525
+ LC Life Coverage
526
+ LC1 Lane Commitments
527
+ LCD Place/Location Description
528
+ LCT Logistics Container Tracking Information
529
+ LDT Lead Time
530
+ LE Loop Trailer
531
+ LEP Epa Required Data
532
+ LEQ Leased Equipment Information
533
+ LET Load And Equipment Type
534
+ LFG Hazardous Information, Finished Goods
535
+ LFH Free-Form Hazardous Material Information
536
+ LFI Beginning Segment For Locomotive Information
537
+ LH Mixed Hazardous Commodities
538
+ LH1 Hazardous Identification Information
539
+ LH2 Hazardous Classification Information
540
+ LH3 Hazardous Material Shipping Name Information
541
+ LH4 Canadian Dangerous Requirements
542
+ LH6 Hazardous Certification
543
+ LHE Empty Equipment Hazardous Material Information
544
+ LHR Hazardous Material Identifying Reference Numbers
545
+ LHT Transborder Hazardous Requirements
546
+ LIC License Information
547
+ LID Loss Information Description
548
+ LIE Individual Or Event Location
549
+ LIN Item Identification
550
+ LM Code Source Information
551
+ LN Loan Information
552
+ LN1 Loan Specific Data
553
+ LN2 Existing Real Estate Loan Specific Data
554
+ LOC Location
555
+ LOD Location Description
556
+ LP Load Planning
557
+ LQ Industry Code Identification
558
+ LRQ Mortgage Characteristics Requested
559
+ LS Loop Header
560
+ LS1 Asset Item Identification
561
+ LT Letter Of Recommendation
562
+ LTE Letter Of Recommendation Evaluation
563
+ LTR Laboratory Test Results
564
+ LUC Loan Underwriting
565
+ LUI Language Use
566
+ LV Loan Verification
567
+ LX Transaction Set Line Number
568
+ M0 Letter Of Credit Reference
569
+ M1 Insurance
570
+ M10 Manifest Identifying Information
571
+ M11 Manifest Bill Of Lading Details
572
+ M12 In-Bond Identifying Information
573
+ M13 Manifest Amendment Details
574
+ M14 General Order Status Information
575
+ M15 Customs Events Advisory Details
576
+ M2 Sales/Delivery Terms
577
+ M20 Permit To Transfer Request Details
578
+ M21 Supplementary In-Bond Information
579
+ M3 Release
580
+ M7 Seal Numbers
581
+ M7A Seal Number Replacement
582
+ MAN Marks And Numbers Information
583
+ MBL Bill Of Lading
584
+ MC Miscellaneous And Accessorial Charges
585
+ MCD Mortgage Closing Data
586
+ MCT Tariff Accessorial Charges
587
+ MEA Measurements
588
+ MI Media Information
589
+ MI1 Mileage Source
590
+ MIA Medicare Inpatient Adjudication
591
+ MIC Mortgage Insurance Coverage
592
+ MIN Minimum Detail
593
+ MIR Mortgage Insurance Response
594
+ MIS Mortgagee Information Status
595
+ MIT Message Identification
596
+ MKS Marks Awarded
597
+ MLA Mortgage Loan Audit Information
598
+ MLS Milestone
599
+ MNC Mortgage Note Characteristics
600
+ MOA Medicare Outpatient Adjudication
601
+ MPI Military Personnel Information
602
+ MPP Mortgage Pool Program
603
+ MRC Mortgagor Response Characteristics
604
+ MS Miscellaneous Services
605
+ MS1 Equipment, Shipment, Or Real Property Location
606
+ MS2 Equipment Or Container Owner And Type
607
+ MS3 Interline Information
608
+ MS4 Shipment Or Package Dimensions
609
+ MS5 Shipment Rates And Charges
610
+ MS6 Shipment Quantity And Weight
611
+ MSG Message Text
612
+ MSI Multi-Stop Shipment Information
613
+ MSS Material Safety Data Sheet Section Information
614
+ MTX Text
615
+ N1 Party Identification
616
+ N10 Quantity And Description
617
+ N11 Store Location
618
+ N12 Equipment Environment
619
+ N2 Additional Name Information
620
+ N3 Party Location
621
+ N4 Geographic Location
622
+ N5 Equipment Ordered
623
+ N7 Equipment Details
624
+ N7A Accessorial Equipment Details
625
+ N7B Additional Equipment Details
626
+ N8 Waybill Reference
627
+ N8A Additional Reference Information
628
+ N9 Extended Reference Information
629
+ NA Cross-Reference Equipment
630
+ NCA Nonconformance Action
631
+ NCD Nonconformance Description
632
+ NM1 Individual Or Organizational Name
633
+ NTE Note/Special Instruction
634
+ NX1 Property Or Entity Identification
635
+ NX2 Location Id Component
636
+ OBI Obligation Information
637
+ OD Origin And Destination
638
+ OI Other Health Insurance Information
639
+ OID Order Information Detail
640
+ OOI Associated Object Type Identification
641
+ OPS Program Subject Area And Eligibility
642
+ OPX Placement Criteria
643
+ OQS Order Quantity Sequence
644
+ ORI Object Reference Identification
645
+ OTI Original Transaction Identification
646
+ P1 Pickup
647
+ P2 Delivery Date Information
648
+ P4 Port Information
649
+ P5 Port Function
650
+ PAD Product Adjustment Detail
651
+ PAI Print Advertisement Information
652
+ PAL Pallet Type And Load Characteristics
653
+ PAM Period Amount
654
+ PAS Property Appraisal Summary
655
+ PAT Patient Information
656
+ PBI Problem Identification
657
+ PCL Previous College
658
+ PCR Payment Cancellation Request
659
+ PCS Product Claim Status
660
+ PCT Percent Amounts
661
+ PD Pricing Data
662
+ PDD Pricing Data Detail
663
+ PDE Property Metes And Bounds Description
664
+ PDI Practice Detail Information
665
+ PDL Payment Details
666
+ PDP Property Description - Personal
667
+ PDR Property Description - Real
668
+ PDS Property Description/Legal Description
669
+ PEN Pension Information
670
+ PER Administrative Communications Contact
671
+ PEX Property Or Housing Expense
672
+ PI Price Authority Identification
673
+ PID Product/Item Description
674
+ PIN Previous Incident
675
+ PKD Packaging Description
676
+ PKG Marking, Packaging, Loading
677
+ PKL Multi-Pack Configuration
678
+ PL Proposal Cost Logic
679
+ PLA Place Or Location
680
+ PLB Provider Level Adjustment
681
+ PLC Equipment Placement Information
682
+ PLD Pallet Shipment Information
683
+ PLI Previous Loan Information
684
+ PM Electronic Funds Transfer Information
685
+ PO1 Baseline Item Data
686
+ PO3 Additional Item Detail
687
+ PO4 Item Physical Details
688
+ POC Line Item Change
689
+ POD Proof Of Delivery
690
+ PPA Property Location
691
+ PPD Payment Pattern Details
692
+ PPL Price Support Data
693
+ PPY Personal Property Description
694
+ PR Product (Commodity)
695
+ PR1 Price Request Parameter List 1
696
+ PR2 Price Request Parameter List 2
697
+ PRC Payment Rate Change
698
+ PRD Mortgage Loan Product Description
699
+ PRF Purchase Order Reference
700
+ PRI External Reference Identifier
701
+ PRJ Multifamily Housing Project
702
+ PRM Basic Trace Parameters
703
+ PRR Problem Report
704
+ PRS Part Release Status
705
+ PRT Part Disposition
706
+ PRV Provider Information
707
+ PS Protective Service Instructions
708
+ PS1 Purchase Service
709
+ PSA Partner Share Accounting
710
+ PSC Product Service Contract
711
+ PSD Physical Sample Description
712
+ PT Patron
713
+ PTD Product Transfer And Resale Detail
714
+ PTF Property Transaction Financials
715
+ PTS Property Tax Status
716
+ PUN Beginning Segment For Motor Carrier Pickup Notification
717
+ PWK Paperwork
718
+ PYD Payroll Deduction
719
+ PYM Payment Manner And Percentage
720
+ PYT Historical Payment Terms
721
+ Q2 Status Details (Ocean)
722
+ Q3 Arrival Details
723
+ Q5 Status Details
724
+ Q7 Lading Exception Status
725
+ Q8 Detail Delivery Exception Information
726
+ QTY Quantity Information
727
+ R1 Route Information (Air)
728
+ R11 Beginning Segment For Trailer Or Container Repair Billing
729
+ R12 Work Order Information
730
+ R13 Line Item Repair
731
+ R2 Route Information
732
+ R2A Route Information With Preference
733
+ R2B Junctions And Proportions
734
+ R2C Division Basis
735
+ R2D Miscellaneous Charge
736
+ R3 Route Information - Motor
737
+ R4 Port Or Terminal
738
+ R9 Route Code Identification
739
+ RA Rate Header
740
+ RAB Rate Or Minimum Qualifiers
741
+ RAP Requirement, Attribute, And Proficiency
742
+ RB Rate/Minimum Detail
743
+ RC Root Cause
744
+ RCD Receiving Conditions
745
+ RCR Reporting Criteria
746
+ RD Rate Data
747
+ RDD Route Description Detail
748
+ RDI Retail Account Demographic Information
749
+ RDM Remittance Delivery Method
750
+ RDR Return Disposition Reason
751
+ RDT Revision Date/Time
752
+ REA Real Estate Property Information
753
+ REC Real Estate Condition
754
+ RED Related Data
755
+ REF Reference Information
756
+ REL Relationship
757
+ REN Rate Request Information
758
+ REP Repair Action
759
+ REQ Request Information
760
+ RES Real Estate Sales Price Change
761
+ RET Real Estate Transaction
762
+ RH Personal Property Rate
763
+ RIC Financial Return
764
+ RLD Down Payment Data
765
+ RLT Real Estate Loan Type
766
+ RMR Remittance Advice Accounts Receivable Open Item Reference
767
+ RMT Remittance Advice
768
+ RO Public Record Or Obligation
769
+ RP Retirement Product
770
+ RPA Rate Amounts Or Percents
771
+ RQS Request For Information
772
+ RRA Required Response
773
+ RS Rate Subset
774
+ RSC Resource
775
+ RSD Residency Information
776
+ RST Carrier Restriction
777
+ RT Rate Destination
778
+ RT1 Rate Detail
779
+ RTE Rate Information
780
+ RTT Freight Rate Information
781
+ RU1 Retirement Board Detail
782
+ RU2 Employing Carrier Response
783
+ RU3 Employing Carrier Claim Profile
784
+ RYL Royalty Payment
785
+ S1 Stop-Off Name
786
+ S2 Stop-Off Address
787
+ S4A Assurance Header Level 2
788
+ S5 Stop-Off Details
789
+ S9 Stop-Off Station
790
+ SA Status Action
791
+ SAC Service, Promotion, Allowance, Or Charge Information
792
+ SAD Student Award Detail
793
+ SAL Salary Information
794
+ SB Docket Level
795
+ SBR Subscriber Information
796
+ SBT Subtest
797
+ SC Docket Sub-Level
798
+ SCA Statistical Category Analysis
799
+ SCD Sales Commission Employee Detail
800
+ SCH Line Item Schedule
801
+ SCL Rate Basis/Scales
802
+ SCM Credit Score Model
803
+ SCN Beginning Segment For Cartage Work Assignment
804
+ SCP Beginning Segment For A Cartage Work Assignment Response
805
+ SCR Shipper's Car Ordered Rail
806
+ SCS Credit Score
807
+ SCT School Type
808
+ SD1 Safety Data
809
+ SDP Ship/Delivery Pattern
810
+ SDQ Destination Quantity
811
+ SE Transaction Set Trailer
812
+ SER Service Charges
813
+ SES Academic Session Header
814
+ SFC Storage Facility Characteristics
815
+ SG Shipment Status
816
+ SHD Shipment Detail
817
+ SHI Security Holding Information
818
+ SHP Shipped/Received Information
819
+ SHR Railroad Interline Service Special Handling Restrictions
820
+ SI Service Characteristic Identification
821
+ SID Standard Transportation Commodity Code Identification
822
+ SII Sales Item Information
823
+ SIN Substance Use
824
+ SL1 Tariff Details
825
+ SLA School Accreditation And Licensing
826
+ SLI Specific Loan Information
827
+ SLN Subline Item Detail
828
+ SMA Station Address
829
+ SMB Beginning Segment For Railroad Station Master File
830
+ SMD Consolidated Shipment Manifest Data
831
+ SMO Operational Services
832
+ SMR Cross Reference
833
+ SMS Station Codes Segment
834
+ SN1 Item Detail (Shipment)
835
+ SOI Source Of Income
836
+ SOM Status Of Mortgage
837
+ SP Special Program
838
+ SPA Status Of Product Or Activity
839
+ SPE Security Protocol Error
840
+ SPI Specification Identifier
841
+ SPK Specimen Kit Information
842
+ SPR Supplier Rating
843
+ SPS Sampling Parameters For Summary Statistics
844
+ SPY Scope Of Power Of Attorney
845
+ SR Requested Service Schedule
846
+ SRA Traffic Evaluation Factors
847
+ SRD Scale Rate Detail
848
+ SRE Test Scores
849
+ SRM Scale Rates
850
+ SRT Scale Rate Header
851
+ SS Docket Control Status
852
+ SSC Beginning Segment For Service Commitment Advice
853
+ SSD Shipment Sort Segregate Data
854
+ SSE Entry And Exit Information
855
+ SSS Product Special Services
856
+ SST Student Academic Status
857
+ ST Transaction Set Header
858
+ STA Statistics
859
+ STC Status Information
860
+ STP Study Parameters
861
+ STS Interchange Status Segment
862
+ SUM Academic Summary
863
+ SUP Supplementary Information
864
+ SV Service Description
865
+ SV1 Professional Service
866
+ SV2 Institutional Service
867
+ SV3 Dental Service
868
+ SV4 Drug Service
869
+ SV5 Durable Medical Equipment Service
870
+ SV6 Anesthesia Service
871
+ SV7 Drug Adjudication
872
+ SVA Security Value
873
+ SVC Service Information
874
+ SVD Service Line Adjudication
875
+ SW Switching Charges
876
+ SWC Switching Conditions
877
+ SWD Switching Details
878
+ SWR Switching Rates
879
+ T1 Transit Inbound Origin
880
+ T2 Transit Inbound Lading
881
+ T3 Transit Inbound Route
882
+ T6 Transit Inbound Rates
883
+ T8 Free-Form Transit Data
884
+ TA Tax Authority
885
+ TAX Tax Reference
886
+ TBI Trade Line Bureau Identifier
887
+ TC2 Commodity
888
+ TCD Itemized Call Detail
889
+ TD1 Carrier Details (Quantity And Weight)
890
+ TD3 Carrier Details (Equipment)
891
+ TD4 Carrier Details (Special Handling Or Hazardous Materials Or Both)
892
+ TD5 Carrier Details (Routing Sequence/Transit Time)
893
+ TDS Total Monetary Value Summary
894
+ TDT Tax Delinquency Status
895
+ TED Technical Error Description
896
+ TEM Pickup Totals
897
+ TER Territory
898
+ TF Tariff Information
899
+ TFR Tariff Restrictions
900
+ TFS Tax Form
901
+ THE Screen Theater Identification
902
+ TI Transport Information
903
+ TIA Tax Information And Amount
904
+ TID Task Identification
905
+ TII Tax Installment Information
906
+ TIS Title Insurance Services
907
+ TLN Tradeline
908
+ TMD Test Method
909
+ TOA Type Of Activity
910
+ TOO Tooth Identification
911
+ TOV Vehicle Use Information
912
+ TPB Business Professional Title
913
+ TPD Trading Partner Detail
914
+ TRF Rating Factors
915
+ TRL Equipment Usage Information
916
+ TRN Trace
917
+ TRS Tax Rate
918
+ TS Tariff Section
919
+ TS2 Transaction Supplemental Statistics
920
+ TS3 Transaction Statistics
921
+ TSD Trailer Shipment Details
922
+ TSI Automatic Equipment Tag Status Information
923
+ TSP Test Period Or Interval
924
+ TST Test Score Record
925
+ TSU Transaction Summary
926
+ TT Term Text
927
+ TUD Trade Union Data
928
+ TXI Tax Information
929
+ TXN Transaction Capabilities
930
+ TXP Tax Payment
931
+ UC Underwriting Category
932
+ UCS Underwriting Considerations
933
+ UD Underwriting Status
934
+ UDA Underwriting Condition
935
+ UIT Unit Detail
936
+ UM Health Care Services Review Information
937
+ UQS Underwriting Question
938
+ UR Peer Review Organization Or Utilization Review
939
+ USD Usage-Sensitive Detail
940
+ USI Unitized Shipment Information
941
+ UWI Underwriting Information
942
+ V1 Vessel Identification
943
+ V2 Vessel Information
944
+ V3 Vessel Schedule
945
+ V4 Cargo Location Reference
946
+ V5 Vessel Identification
947
+ V9 Event Detail
948
+ VAD Vehicle Advice Detail
949
+ VAR Credit File Variation
950
+ VAT Vehicle Attribute
951
+ VC Motor Vehicle Control
952
+ VC1 Vehicle Detail
953
+ VDI Value Description Or Information
954
+ VEH Vehicle Information
955
+ VID Conveyance Identification
956
+ VR Rate Origin
957
+ VRC Vehicle Recovery
958
+ W01 Line Item Detail - Warehouse
959
+ W03 Total Shipment Information (Warehouse)
960
+ W04 Item Detail Total
961
+ W05 Shipping Order Identification
962
+ W06 Warehouse Shipment Identification
963
+ W07 Item Detail For Stock Receipt
964
+ W08 Receipt Carrier Information
965
+ W09 Equipment And Temperature
966
+ W1 Block Identification
967
+ W10 Warehouse Additional Carrier Information
968
+ W12 Warehouse Item Detail
969
+ W13 Item Detail Exception
970
+ W14 Total Receipt Information
971
+ W15 Warehouse Adjustment Identification
972
+ W17 Warehouse Receipt Identification
973
+ W18 Probe Temperatures
974
+ W19 Warehouse Adjustment Item Detail
975
+ W2 Equipment Identification
976
+ W20 Line Item Detail - Packing
977
+ W27 Carrier Details (Warehouse)
978
+ W28 Consolidation Information
979
+ W3 Consignee Information
980
+ W4 Consignor Information
981
+ W5 Carrier And Route Information
982
+ W6 Special Handling Information
983
+ W66 Warehouse Carrier Information
984
+ W76 Total Shipping Order
985
+ WLD Workload Detail
986
+ WS Work Schedule
987
+ X01 Automated Manifest Archive Status Details
988
+ X02 Automated Manifest Bills Eligible/Overdue Archive Details
989
+ X1 Export License
990
+ X2 Import License
991
+ X4 Customs Release Information
992
+ X7 Customs Information
993
+ XD Placement/Pull Data
994
+ XH Pro Forma - B13 Information
995
+ XPO Preassigned Purchase Order Numbers
996
+ XQ Reporting Date/Action
997
+ Y1 Space Reservation Request
998
+ Y2 Container Details
999
+ Y3 Space Confirmation
1000
+ Y4 Container Release
1001
+ Y5 Space Booking Cancellation
1002
+ Y6 Authentication
1003
+ Y7 Cargo Booking Priority
1004
+ YNQ Yes/No Question
1005
+ ZA Product Activity Reporting
1006
+ ZC1 Beginning Segment For Data Correction Or Change
1007
+ ZD Transaction Set Deletion - Id, Reason, And Source
1008
+ ZR Waybill Reference Identification
1009
+ ZT Waybill Request Information