eddy 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +103 -37
  3. data/.solargraph.yml +4 -0
  4. data/.vscode/settings.json +17 -0
  5. data/.yardopts +2 -2
  6. data/CHANGELOG.md +50 -0
  7. data/Gemfile.lock +21 -7
  8. data/README.md +32 -3
  9. data/Rakefile +1 -10
  10. data/data/004010/code-lists/100.tsv +164 -0
  11. data/data/004010/code-lists/156.tsv +52 -0
  12. data/data/004010/code-lists/26.tsv +499 -0
  13. data/data/004010/code-lists/etc/100-fancy-definitions.tsv +164 -0
  14. data/data/004010/code-lists/etc/100-with-funds-codes.tsv +180 -0
  15. data/data/004010/code-lists/etc/26-alpha2.tsv +250 -0
  16. data/data/004010/code-lists/etc/26-alpha3.tsv +250 -0
  17. data/data/004010/elements-short.tsv +1405 -0
  18. data/data/004010/elements.tsv +3 -3
  19. data/data/004010/segments.tsv +1009 -1003
  20. data/data/004010/segments/ack.segment.yml +15 -0
  21. data/data/004010/segments/bak.segment.yml +9 -0
  22. data/data/004010/segments/beg.segment.yml +17 -0
  23. data/data/004010/segments/big.segment.yml +10 -0
  24. data/data/004010/segments/bsn.segment.yml +10 -0
  25. data/data/004010/segments/cad.segment.yml +14 -0
  26. data/data/004010/segments/ctp.segment.yml +19 -0
  27. data/data/004010/segments/ctt.segment.yml +13 -0
  28. data/data/004010/segments/dtm.segment.yml +7 -0
  29. data/data/004010/segments/envelope/ge.segment.yml +7 -0
  30. data/data/004010/segments/envelope/gs.segment.yml +13 -0
  31. data/data/004010/segments/envelope/iea.segment.yml +8 -0
  32. data/data/004010/segments/envelope/isa.segment.yml +22 -0
  33. data/data/004010/segments/envelope/se.segment.yml +7 -0
  34. data/data/004010/segments/envelope/st.segment.yml +12 -0
  35. data/data/004010/segments/hl.segment.yml +9 -0
  36. data/data/004010/segments/it1.segment.yml +20 -0
  37. data/data/004010/segments/lin.segment.yml +10 -0
  38. data/data/004010/segments/loop/hl.segment.yml +8 -0
  39. data/data/004010/segments/man.segment.yml +7 -0
  40. data/data/004010/segments/n1.segment.yml +9 -0
  41. data/data/004010/segments/n2.segment.yml +7 -0
  42. data/data/004010/segments/n3.segment.yml +6 -0
  43. data/data/004010/segments/n4.segment.yml +9 -0
  44. data/data/004010/segments/pid.segment.yml +10 -0
  45. data/data/004010/segments/po1.segment.yml +14 -0
  46. data/data/004010/segments/prf.segment.yml +9 -0
  47. data/data/004010/segments/ref.segment.yml +7 -0
  48. data/data/004010/segments/sac.segment.yml +20 -0
  49. data/data/004010/segments/sln.segment.yml +12 -0
  50. data/data/004010/segments/sn1.segment.yml +11 -0
  51. data/data/004010/segments/td1.segment.yml +13 -0
  52. data/data/004010/segments/td5.segment.yml +11 -0
  53. data/data/004010/segments/tds.segment.yml +10 -0
  54. data/data/schema/element_summary.json +60 -0
  55. data/data/schema/loop_summary.json +49 -0
  56. data/data/schema/segment_summary.json +66 -0
  57. data/data/schema/src/element_summary.schema.yml +73 -0
  58. data/data/schema/src/loop_summary.schema.yml +50 -0
  59. data/data/schema/src/segment_summary.schema.yml +59 -0
  60. data/data/schema/src/transaction_set_summary.schema.yml +27 -0
  61. data/data/schema/transaction_set_summary.json +33 -0
  62. data/data/sources.md +114 -145
  63. data/eddy.gemspec +6 -3
  64. data/exe/eddy +14 -0
  65. data/lib/definitions/elements/generated/1005.hierarchical_structure_code.rb +98 -0
  66. data/lib/definitions/elements/generated/1019.invoice_type_code.rb +40 -0
  67. data/lib/definitions/elements/generated/103.packaging_code.rb +29 -0
  68. data/lib/definitions/elements/generated/1166.contract_type_code.rb +87 -0
  69. data/lib/definitions/elements/generated/1232.purchase_category.rb +53 -0
  70. data/lib/definitions/elements/generated/127.reference_identification.rb +29 -0
  71. data/lib/definitions/elements/generated/128.reference_identification_qualifier.rb +1540 -0
  72. data/lib/definitions/elements/generated/1300.service_promotion_allowance_or_charge_code.rb +1090 -0
  73. data/lib/definitions/elements/generated/1301.agency_service_promotion_allowance_or_charge_code.rb +29 -0
  74. data/lib/definitions/elements/generated/133.routing_sequence_code.rb +60 -0
  75. data/lib/definitions/elements/generated/166.address_information.rb +29 -0
  76. data/lib/definitions/elements/generated/183.volume.rb +29 -0
  77. data/lib/definitions/elements/generated/187.weight_qualifier.rb +88 -0
  78. data/lib/definitions/elements/generated/19.city_name.rb +29 -0
  79. data/lib/definitions/elements/generated/206.equipment_initial.rb +29 -0
  80. data/lib/definitions/elements/generated/207.equipment_number.rb +29 -0
  81. data/lib/definitions/elements/generated/212.unit_price.rb +29 -0
  82. data/lib/definitions/elements/generated/22.commodity_code.rb +29 -0
  83. data/lib/definitions/elements/generated/23.commodity_code_qualifier.rb +60 -0
  84. data/lib/definitions/elements/generated/234.product_service_id.rb +29 -0
  85. data/lib/definitions/elements/generated/235.product_service_id_qualifier.rb +514 -0
  86. data/lib/definitions/elements/generated/236.price_identifier_code.rb +201 -0
  87. data/lib/definitions/elements/generated/248.allowance_or_charge_indicator.rb +44 -0
  88. data/lib/definitions/elements/generated/26.country_code.rb +535 -0
  89. data/lib/definitions/elements/generated/284.service_level_code.rb +103 -0
  90. data/lib/definitions/elements/generated/324.purchase_order_number.rb +29 -0
  91. data/lib/definitions/elements/generated/326.request_reference_number.rb +29 -0
  92. data/lib/definitions/elements/generated/327.change_order_sequence_number.rb +29 -0
  93. data/lib/definitions/elements/generated/328.release_number.rb +29 -0
  94. data/lib/definitions/elements/generated/330.quantity_ordered.rb +29 -0
  95. data/lib/definitions/elements/generated/347.hash_total.rb +29 -0
  96. data/lib/definitions/elements/generated/349.item_description_type.rb +40 -0
  97. data/lib/definitions/elements/generated/352.description.rb +29 -0
  98. data/lib/definitions/elements/generated/353.transaction_set_purpose_code.rb +102 -0
  99. data/lib/definitions/elements/generated/354.number_of_line_items.rb +30 -0
  100. data/lib/definitions/elements/generated/355.unit_or_basis_for_measurement_code.rb +831 -0
  101. data/lib/definitions/elements/generated/358.quantity_invoiced.rb +29 -0
  102. data/lib/definitions/elements/generated/367.contract_number.rb +29 -0
  103. data/lib/definitions/elements/generated/368.shipment_order_status_code.rb +139 -0
  104. data/lib/definitions/elements/generated/374.date_time_qualifier.rb +1149 -0
  105. data/lib/definitions/elements/generated/380.quantity.rb +29 -0
  106. data/lib/definitions/elements/generated/382.number_of_units_shipped.rb +29 -0
  107. data/lib/definitions/elements/generated/387.routing.rb +29 -0
  108. data/lib/definitions/elements/generated/396.shipment_identification.rb +29 -0
  109. data/lib/definitions/elements/generated/559.agency_qualifier_code.rb +213 -0
  110. data/lib/definitions/elements/generated/587.acknowledgment_type.rb +52 -0
  111. data/lib/definitions/elements/generated/610.amount.rb +30 -0
  112. data/lib/definitions/elements/generated/639.basis_of_unit_price_code.rb +128 -0
  113. data/lib/definitions/elements/generated/640.transaction_type_code.rb +483 -0
  114. data/lib/definitions/elements/generated/646.quantity_shipped_to_date.rb +29 -0
  115. data/lib/definitions/elements/generated/648.price_multiplier_qualifier.rb +43 -0
  116. data/lib/definitions/elements/generated/649.multiplier.rb +29 -0
  117. data/lib/definitions/elements/generated/66.identification_code_qualifier.rb +252 -0
  118. data/lib/definitions/elements/generated/662.relationship_code.rb +42 -0
  119. data/lib/definitions/elements/generated/668.line_item_status_code.rb +63 -0
  120. data/lib/definitions/elements/generated/67.identification_code.rb +29 -0
  121. data/lib/definitions/elements/generated/687.class_of_trade_code.rb +89 -0
  122. data/lib/definitions/elements/generated/750.product_process_characteristic_code.rb +254 -0
  123. data/lib/definitions/elements/generated/751.product_description_code.rb +29 -0
  124. data/lib/definitions/elements/generated/76.invoice_number.rb +29 -0
  125. data/lib/definitions/elements/generated/782.monetary_amount.rb +29 -0
  126. data/lib/definitions/elements/generated/786.security_level_code.rb +54 -0
  127. data/lib/definitions/elements/generated/79.lading_description.rb +29 -0
  128. data/lib/definitions/elements/generated/80.lading_quantity.rb +30 -0
  129. data/lib/definitions/elements/generated/87.marks_and_numbers.rb +29 -0
  130. data/lib/definitions/elements/generated/88.marks_and_numbers_qualifier.rb +57 -0
  131. data/lib/definitions/elements/generated/91.transportation_method_type_code.rb +108 -0
  132. data/lib/definitions/elements/generated/92.purchase_order_type_code.rb +106 -0
  133. data/lib/definitions/elements/generated/98.entity_identifier_code.rb +1349 -0
  134. data/lib/definitions/elements/manual/116.postal_code.rb +44 -0
  135. data/lib/definitions/elements/manual/124.application_receivers_code.rb +29 -0
  136. data/lib/definitions/elements/manual/140.standard_carrier_alpha_code.rb +211 -0
  137. data/lib/definitions/elements/manual/142.application_senders_code.rb +29 -0
  138. data/lib/definitions/elements/manual/143.transaction_set_identifier_code.rb +335 -0
  139. data/lib/definitions/elements/manual/156.state_or_province_code.rb +92 -0
  140. data/lib/definitions/elements/manual/28.group_control_number.rb +34 -0
  141. data/lib/definitions/elements/manual/329.transactional_set_control_number.rb +35 -0
  142. data/lib/definitions/elements/manual/337.time.rb +30 -0
  143. data/lib/definitions/elements/manual/350.assigned_identification.rb +33 -0
  144. data/lib/definitions/elements/manual/373.date.rb +30 -0
  145. data/lib/definitions/elements/manual/455.responsible_agency_code.rb +43 -0
  146. data/lib/definitions/elements/manual/479.functional_identifier_code.rb +271 -0
  147. data/lib/definitions/elements/manual/480.version_release_industry_identifier_code.rb +145 -0
  148. data/lib/definitions/elements/manual/784.length_of_binary_data.rb +30 -0
  149. data/lib/definitions/elements/manual/785.binary_data.rb +30 -0
  150. data/lib/definitions/elements/manual/96.number_of_included_segments.rb +30 -0
  151. data/lib/definitions/elements/manual/97.number_of_transaction_sets_included.rb +30 -0
  152. data/lib/definitions/elements/manual/hl/628.hierarchical_id_number.rb +29 -0
  153. data/lib/definitions/elements/manual/hl/734.hierarchical_parent_id_number.rb +29 -0
  154. data/lib/definitions/elements/manual/hl/735.hierarchical_level_code.rb +207 -0
  155. data/lib/definitions/elements/manual/hl/736.hierarchical_child_code.rb +39 -0
  156. data/lib/definitions/elements/manual/i/I01.authorization_information_qualifier.rb +48 -0
  157. data/lib/definitions/elements/manual/i/I02.authorization_information.rb +33 -0
  158. data/lib/definitions/elements/manual/i/I03.security_information_qualifier.rb +43 -0
  159. data/lib/definitions/elements/manual/i/I04.security_information.rb +33 -0
  160. data/lib/definitions/elements/manual/i/I05.interchange_id_qualifier.rb +75 -0
  161. data/lib/definitions/elements/manual/i/I06.interchange_sender_id.rb +29 -0
  162. data/lib/definitions/elements/manual/i/I07.interchange_receiver_id.rb +29 -0
  163. data/lib/definitions/elements/manual/i/I08.interchange_date.rb +35 -0
  164. data/lib/definitions/elements/manual/i/I09.interchange_time.rb +36 -0
  165. data/lib/definitions/elements/manual/i/I10.interchange_control_standards_identifier.rb +42 -0
  166. data/lib/definitions/elements/manual/i/I11.interchange_control_version_number.rb +55 -0
  167. data/lib/definitions/elements/manual/i/I12.interchange_control_number.rb +34 -0
  168. data/lib/definitions/elements/manual/i/I13.acknowledgment_requested.rb +43 -0
  169. data/lib/definitions/elements/manual/i/I14.usage_indicator.rb +40 -0
  170. data/lib/definitions/elements/manual/i/I15.component_element_separator.rb +36 -0
  171. data/lib/definitions/elements/manual/i/I16.number_of_included_functional_groups.rb +30 -0
  172. data/lib/definitions/elements/manual/misc/81.weight.rb +29 -0
  173. data/lib/definitions/elements/manual/misc/93.name.rb +29 -0
  174. data/lib/definitions/segments/generated/ack.rb +192 -0
  175. data/lib/definitions/segments/generated/bak.rb +90 -0
  176. data/lib/definitions/segments/generated/beg.rb +226 -0
  177. data/lib/definitions/segments/generated/big.rb +107 -0
  178. data/lib/definitions/segments/generated/bsn.rb +107 -0
  179. data/lib/definitions/segments/generated/cad.rb +175 -0
  180. data/lib/definitions/segments/generated/ctp.rb +158 -0
  181. data/lib/definitions/segments/generated/ctt.rb +141 -0
  182. data/lib/definitions/segments/generated/dtm.rb +56 -0
  183. data/lib/definitions/segments/generated/it1.rb +277 -0
  184. data/lib/definitions/segments/generated/lin.rb +107 -0
  185. data/lib/definitions/segments/generated/man.rb +56 -0
  186. data/lib/definitions/segments/generated/n1.rb +90 -0
  187. data/lib/definitions/segments/generated/n3.rb +39 -0
  188. data/lib/definitions/segments/generated/n4.rb +90 -0
  189. data/lib/definitions/segments/generated/pid.rb +107 -0
  190. data/lib/definitions/segments/generated/po1.rb +175 -0
  191. data/lib/definitions/segments/generated/prf.rb +90 -0
  192. data/lib/definitions/segments/generated/ref.rb +56 -0
  193. data/lib/definitions/segments/generated/sac.rb +107 -0
  194. data/lib/definitions/segments/generated/sln.rb +141 -0
  195. data/lib/definitions/segments/generated/sn1.rb +124 -0
  196. data/lib/definitions/segments/generated/td1.rb +158 -0
  197. data/lib/definitions/segments/generated/td5.rb +107 -0
  198. data/lib/definitions/segments/generated/tds.rb +39 -0
  199. data/lib/definitions/segments/manual/envelopes/ge.rb +53 -0
  200. data/lib/definitions/segments/manual/envelopes/gs.rb +163 -0
  201. data/lib/definitions/segments/manual/envelopes/iea.rb +53 -0
  202. data/lib/definitions/segments/manual/envelopes/isa.rb +295 -0
  203. data/lib/definitions/segments/manual/envelopes/se.rb +52 -0
  204. data/lib/definitions/segments/manual/envelopes/st.rb +52 -0
  205. data/lib/definitions/segments/manual/hl.rb +96 -0
  206. data/lib/definitions/segments/manual/n2.rb +52 -0
  207. data/lib/definitions/transaction_sets/manual/810/810.rb +143 -0
  208. data/lib/definitions/transaction_sets/manual/810/loops.rb +109 -0
  209. data/lib/definitions/transaction_sets/manual/850/850.rb +92 -0
  210. data/lib/definitions/transaction_sets/manual/850/loops.rb +58 -0
  211. data/lib/definitions/transaction_sets/manual/855/855.rb +83 -0
  212. data/lib/definitions/transaction_sets/manual/855/loops.rb +104 -0
  213. data/lib/definitions/transaction_sets/manual/856/856.rb +83 -0
  214. data/lib/definitions/transaction_sets/manual/856/loops.rb +155 -0
  215. data/lib/eddy.rb +29 -7
  216. data/lib/eddy/build/build.rb +47 -0
  217. data/lib/eddy/build/elements/element.rb +67 -0
  218. data/lib/eddy/build/elements/elements.rb +46 -0
  219. data/lib/eddy/build/elements/id.rb +55 -0
  220. data/lib/eddy/build/elements/n.rb +48 -0
  221. data/lib/eddy/build/loop_builder.rb +93 -0
  222. data/lib/eddy/build/segment_builder.rb +169 -0
  223. data/lib/eddy/build/transaction_set_builder.rb +218 -0
  224. data/lib/eddy/cli/cli.rb +39 -0
  225. data/lib/eddy/config.rb +51 -0
  226. data/lib/eddy/data.rb +50 -0
  227. data/lib/eddy/data/persistence/active_record.rb +10 -0
  228. data/lib/eddy/data/persistence/base.rb +47 -0
  229. data/lib/eddy/data/persistence/file.rb +50 -0
  230. data/lib/eddy/data/persistence/memory.rb +65 -0
  231. data/lib/eddy/data/store.rb +108 -0
  232. data/lib/eddy/errors.rb +112 -0
  233. data/lib/eddy/models/element.rb +14 -0
  234. data/lib/eddy/models/element/an.rb +55 -0
  235. data/lib/eddy/models/element/b.rb +53 -0
  236. data/lib/eddy/models/element/base.rb +116 -0
  237. data/lib/eddy/models/element/composite.rb +6 -0
  238. data/lib/eddy/models/element/dt.rb +100 -0
  239. data/lib/eddy/models/element/id.rb +58 -0
  240. data/lib/eddy/models/element/n.rb +94 -0
  241. data/lib/eddy/models/element/r.rb +84 -0
  242. data/lib/eddy/models/element/tm.rb +113 -0
  243. data/lib/eddy/models/loop.rb +74 -0
  244. data/lib/eddy/models/segment.rb +35 -0
  245. data/lib/eddy/models/transaction_set.rb +101 -0
  246. data/lib/eddy/parse.rb +58 -0
  247. data/lib/eddy/schema/element_summary.rb +123 -0
  248. data/lib/eddy/schema/loop_summary.rb +101 -0
  249. data/lib/eddy/schema/segment_summary.rb +116 -0
  250. data/lib/eddy/schema/transaction_set_summary.rb +96 -0
  251. data/lib/eddy/schema/validate.rb +41 -0
  252. data/lib/eddy/util.rb +16 -0
  253. data/lib/eddy/util/clean_folder.rb +14 -0
  254. data/lib/eddy/util/edi_data.rb +153 -0
  255. data/lib/eddy/util/new_number.rb +24 -0
  256. data/lib/eddy/util/normalize.rb +51 -0
  257. data/lib/eddy/util/paths.rb +19 -0
  258. data/lib/eddy/util/read.rb +38 -0
  259. data/lib/eddy/util/time.rb +56 -0
  260. data/lib/eddy/util/timestamp.rb +12 -0
  261. data/lib/eddy/util/trim.rb +29 -0
  262. data/lib/eddy/version.rb +1 -1
  263. data/lib/eddy/write/functional_group.rb +33 -0
  264. data/lib/eddy/write/interchange.rb +28 -0
  265. data/lib/eddy/write/simple_interchange.rb +57 -0
  266. data/lib/generators/eddy/initializer/initializer_generator.rb +17 -0
  267. data/lib/generators/eddy/initializer/templates/eddy.rb.erb +6 -0
  268. data/lib/generators/eddy/migration/migration_generator.rb +53 -0
  269. data/lib/generators/eddy/migration/templates/migration.rb.erb +35 -0
  270. data/tasks/build.rake +15 -0
  271. data/tasks/misc/gemspec.rake +12 -0
  272. data/tasks/misc/missing_lists.rake +240 -0
  273. data/tasks/misc/yaml2json.rake +20 -0
  274. data/todo.txt +16 -0
  275. metadata +297 -42
  276. data/data/004010/segments/ISA.tsv +0 -17
  277. data/data/schema.jsonc +0 -67
  278. data/lib/eddy/build/build_an.rb +0 -31
  279. data/lib/eddy/build/build_dt.rb +0 -46
  280. data/lib/eddy/build/build_elements.rb +0 -181
  281. data/lib/eddy/build/build_id.rb +0 -56
  282. data/lib/eddy/build/build_r_and_n.rb +0 -69
  283. data/lib/eddy/build/build_tm.rb +0 -52
  284. data/lib/eddy/build/segments.rb +0 -25
  285. data/lib/eddy/definitions/manual/elements/109.dt.pickup_date.rb +0 -20
  286. data/lib/eddy/definitions/manual/elements/111.tm.pickup_time.rb +0 -20
  287. data/lib/eddy/definitions/manual/elements/112.an.pier_name.rb +0 -19
  288. data/lib/eddy/definitions/manual/elements/785.b.binary_data.rb +0 -19
  289. data/lib/eddy/definitions/manual/elements/81.r.weight.rb +0 -19
  290. data/lib/eddy/definitions/manual/elements/86.n0.total_equipment.rb +0 -20
  291. data/lib/eddy/definitions/manual/elements/I02.authorization_information.rb +0 -20
  292. data/lib/eddy/definitions/manual/elements/I04.security_information.rb +0 -20
  293. data/lib/eddy/definitions/manual/elements/I08.interchange_date.rb +0 -20
  294. data/lib/eddy/definitions/manual/elements/I09.interchange_time.rb +0 -20
  295. data/lib/eddy/definitions/manual/elements/I15.component_element_separator.rb +0 -32
  296. data/lib/eddy/definitions/manual/segments/n1.rb +0 -14
  297. data/lib/eddy/element.rb +0 -14
  298. data/lib/eddy/element/an.rb +0 -36
  299. data/lib/eddy/element/b.rb +0 -9
  300. data/lib/eddy/element/base.rb +0 -37
  301. data/lib/eddy/element/dt.rb +0 -89
  302. data/lib/eddy/element/id.rb +0 -40
  303. data/lib/eddy/element/n.rb +0 -43
  304. data/lib/eddy/element/r.rb +0 -47
  305. data/lib/eddy/element/tm.rb +0 -108
  306. data/lib/eddy/error.rb +0 -14
  307. data/lib/eddy/helpers.rb +0 -31
  308. data/lib/eddy/segment.rb +0 -12
  309. data/lib/eddy/transaction_set.rb +0 -35
@@ -0,0 +1,29 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 358
6
+ # - Name: Quantity Invoiced
7
+ # - Type: R
8
+ # - Min/Max: 1/10
9
+ # - Description: Number of units invoiced (supplier units)
10
+ class E358 < Eddy::Element::R
11
+ # @param val [Float]
12
+ # @param req [String]
13
+ # @param ref [String]
14
+ # @return [void]
15
+ def initialize(val: nil, req: nil, ref: nil)
16
+ @id = "358"
17
+ @name = "Quantity Invoiced"
18
+ @description = "Number of units invoiced (supplier units)"
19
+ super(
20
+ min: 1,
21
+ max: 10,
22
+ req: req,
23
+ ref: ref,
24
+ val: val,
25
+ )
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,29 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 367
6
+ # - Name: Contract Number
7
+ # - Type: AN
8
+ # - Min/Max: 1/30
9
+ # - Description: Contract number
10
+ class E367 < Eddy::Element::AN
11
+ # @param val [String]
12
+ # @param req [String]
13
+ # @param ref [String]
14
+ # @return [void]
15
+ def initialize(val: nil, req: nil, ref: nil)
16
+ @id = "367"
17
+ @name = "Contract Number"
18
+ @description = "Contract number"
19
+ super(
20
+ min: 1,
21
+ max: 30,
22
+ req: req,
23
+ ref: ref,
24
+ val: val,
25
+ )
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,139 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 368
6
+ # - Name: Shipment/Order Status Code
7
+ # - Type: ID
8
+ # - Min/Max: 2/2
9
+ # - Description: Code indicating the status of an order or shipment or the disposition of any difference between the quantity ordered and the quantity shipped for a line item or transaction
10
+ class E368 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "368"
18
+ @name = "Shipment/Order Status Code"
19
+ @description = "Code indicating the status of an order or shipment or the disposition of any difference between the quantity ordered and the quantity shipped for a line item or transaction"
20
+ super(
21
+ min: 2,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "AA", # Multiple Pickup Same Destination
33
+ "AB", # Available to Ship - Billed Quantity
34
+ "AN", # Available Now - No Shipping Schedule
35
+ "AP", # Allocation
36
+ "AS", # Available Now - Scheduled to Ship (date)
37
+ "AU", # Available to Ship - Unbilled Quantity
38
+ "AV", # Available
39
+ "BK", # Back Ordered from Previous Order
40
+ "BM", # Backordered, Manufacturer, Out-of-Stock
41
+ "BO", # Back Ordered
42
+ "BP", # Shipment Partial, Back Order to Ship on (Date)
43
+ "BT", # Billed total
44
+ "BW", # Billed week-to-date
45
+ "CA", # Customer Inquiry - All Items
46
+ "CB", # Components Missing
47
+ "CC", # Shipment Complete on (Date)
48
+ "CD", # Consolidated Freight
49
+ "CE", # Shipment Includes Extra Items to Meet Price Break
50
+ "CF", # Consolidated Load
51
+ "CI", # Customer Inquiry - Shipped Items Only
52
+ "CK", # Cancelled from Previous Order
53
+ "CL", # Complete
54
+ "CM", # Shipment Complete with Additional Quantity
55
+ "CN", # Next Carrier Move on (Date)
56
+ "CO", # Customer Inquiry - Unshipped Items Only
57
+ "CP", # Partial Shipment on (Date), Considered No Backorder
58
+ "CS", # Shipment Complete with Substitution
59
+ "CT", # Combination
60
+ "CU", # Cancelled Line Item
61
+ "DA", # Due for Assortment
62
+ "DD", # Delivered to Destination on (Date)
63
+ "DE", # Deleted Order
64
+ "DI", # Discontinued
65
+ "DO", # Diverted Order
66
+ "DP", # Dispose
67
+ "DR", # Dating Requirements
68
+ "DS", # Out Of Stock Condition
69
+ "EC", # Equipment Capacity
70
+ "ED", # Expect to Ship By (Date)
71
+ "EW", # Expect To Ship Week of (Date)
72
+ "EX", # Expect to Deliver by
73
+ "FS", # Units Not Shipped By Agent - To Be Shipped From Factory
74
+ "HQ", # Held Awaiting Qualification
75
+ "IC", # Item Canceled
76
+ "ID", # Insufficient Information
77
+ "IN", # In Process
78
+ "IP", # Inquiry by Purchase Order
79
+ "IS", # Item Represents Substitution from Original Order
80
+ "LM", # Shipment late
81
+ "LS", # Last Shipment on (Date)
82
+ "LW", # Number of Late Weeks
83
+ "MC", # Missing Components Furnished
84
+ "NF", # Not Yet Published
85
+ "NN", # Not in Process - No Shipping Schedule
86
+ "NS", # Not In Process, Scheduled to Ship on (Date)
87
+ "NY", # No Shipping Schedule
88
+ "OB", # Out of Bill & Hold Goods
89
+ "OF", # Order Sent to Factory for Production on (Date)
90
+ "OP", # Out of Print
91
+ "OR", # Temporarily Out of Stock - Reorder
92
+ "PA", # Purchase Order Inquiry - All Items
93
+ "PC", # Production
94
+ "PD", # Purchase Order Complete
95
+ "PH", # Product On Hold
96
+ "PI", # Purchase Order Inquiry - Shipped Items Only
97
+ "PK", # Packed-to-Date as of (Date)
98
+ "PL", # Part Lot, Stop Off
99
+ "PN", # In Process - No Shipping Schedule
100
+ "PO", # Purchase Order Inquiry - Unshipped Items Only
101
+ "PP", # Purchase Order Inquiry - Specific Items
102
+ "PR", # Partial Shipment
103
+ "PS", # In Process, Scheduled to Ship On (Date)
104
+ "PT", # Part Lot
105
+ "QN", # Quantity Net Due
106
+ "QP", # Quantity Past Due
107
+ "RC", # Released to Carrier (Date)
108
+ "RD", # Revised Expect to Ship By (Date)
109
+ "RI", # Recall
110
+ "RT", # Received Total
111
+ "RW", # Revised Expect to Ship Week of (Date)
112
+ "SA", # Shipment Quantity Increase
113
+ "SB", # Seconds Available to Ship - Billed Quantity
114
+ "SC", # Shipment Quantity Decrease
115
+ "SD", # Shipped Damaged
116
+ "SE", # Replacement Shipment
117
+ "SF", # Shipped and Held in Bond at Contractor's Plant
118
+ "SG", # Shipped and Held as Government-Furnished Property
119
+ "SH", # Shipped (Date)
120
+ "SI", # Shipment Late, Scheduled to Ship on (Date)
121
+ "SJ", # Shipped or Performed as Indicated
122
+ "SK", # Shipment Underrun Quantity
123
+ "SL", # Shipped - to - Date through (Date)
124
+ "SP", # Scheduled for Production at Factory on (Date)
125
+ "SQ", # Scheduled to ship (Summary quantity)
126
+ "SS", # Split Shipment
127
+ "ST", # Stop Off
128
+ "SU", # Seconds Available to Ship - Unbilled Quantity
129
+ "UB", # Unbilled Quantity Balance
130
+ "UN", # Unavailable
131
+ "UR", # Unsolicited Report
132
+ "WS", # Item Invoiced - Shipment to Follow
133
+ "ZZ", # Mutually Defined
134
+ ]
135
+ end
136
+
137
+ end
138
+ end
139
+ end
@@ -0,0 +1,1149 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 374
6
+ # - Name: Date/Time Qualifier
7
+ # - Type: ID
8
+ # - Min/Max: 3/3
9
+ # - Description: Code specifying type of date or time, or both date and time
10
+ class E374 < Eddy::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "374"
18
+ @name = "Date/Time Qualifier"
19
+ @description = "Code specifying type of date or time, or both date and time"
20
+ super(
21
+ min: 3,
22
+ max: 3,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "001", # Cancel After
33
+ "002", # Delivery Requested
34
+ "003", # Invoice
35
+ "004", # Purchase Order
36
+ "005", # Sailing
37
+ "006", # Sold
38
+ "007", # Effective
39
+ "008", # Purchase Order Received
40
+ "009", # Process
41
+ "010", # Requested Ship
42
+ "011", # Shipped
43
+ "012", # Terms Discount Due
44
+ "013", # Terms Net Due
45
+ "014", # Deferred Payment
46
+ "015", # Promotion Start
47
+ "016", # Promotion End
48
+ "017", # Estimated Delivery
49
+ "018", # Available
50
+ "019", # Unloaded
51
+ "020", # Check
52
+ "021", # Charge Back
53
+ "022", # Freight Bill
54
+ "023", # Promotion Order - Start
55
+ "024", # Promotion Order - End
56
+ "025", # Promotion Ship - Start
57
+ "026", # Promotion Ship - End
58
+ "027", # Promotion Requested Delivery - Start
59
+ "028", # Promotion Requested Delivery - End
60
+ "029", # Promotion Performance - Start
61
+ "030", # Promotion Performance - End
62
+ "031", # Promotion Invoice Performance - Start
63
+ "032", # Promotion Invoice Performance - End
64
+ "033", # Promotion Floor Stock Protect - Start
65
+ "034", # Promotion Floor Stock Protect - End
66
+ "035", # Delivered
67
+ "036", # Expiration
68
+ "037", # Ship Not Before
69
+ "038", # Ship No Later
70
+ "039", # Ship Week of
71
+ "040", # Status (After and Including)
72
+ "041", # Status (Prior and Including)
73
+ "042", # Superseded
74
+ "043", # Publication
75
+ "044", # Settlement Date as Specified by the Originator
76
+ "045", # Endorsement Date
77
+ "046", # Field Failure
78
+ "047", # Functional Test
79
+ "048", # System Test
80
+ "049", # Prototype Test
81
+ "050", # Received
82
+ "051", # Cumulative Quantity Start
83
+ "052", # Cumulative Quantity End
84
+ "053", # Buyers Local
85
+ "054", # Sellers Local
86
+ "055", # Confirmed
87
+ "056", # Estimated Port of Entry
88
+ "057", # Actual Port of Entry
89
+ "058", # Customs Clearance
90
+ "059", # Inland Ship
91
+ "060", # Engineering Change Level
92
+ "061", # Cancel if Not Delivered by
93
+ "062", # Blueprint
94
+ "063", # Do Not Deliver After
95
+ "064", # Do Not Deliver Before
96
+ "065", # 1st Schedule Delivery
97
+ "066", # 1st Schedule Ship
98
+ "067", # Current Schedule Delivery
99
+ "068", # Current Schedule Ship
100
+ "069", # Promised for Delivery
101
+ "070", # Scheduled for Delivery (After and Including)
102
+ "071", # Requested for Delivery (After and Including)
103
+ "072", # Promised for Delivery (After and Including)
104
+ "073", # Scheduled for Delivery (Prior to and Including)
105
+ "074", # Requested for Delivery (Prior to and Including)
106
+ "075", # Promised for Delivery (Prior to and Including)
107
+ "076", # Scheduled for Delivery (Week of)
108
+ "077", # Requested for Delivery (Week of)
109
+ "078", # Promised for Delivery (Week of)
110
+ "079", # Promised for Shipment
111
+ "080", # Scheduled for Shipment (After and Including)
112
+ "081", # Requested for Shipment (After and Including)
113
+ "082", # Promised for Shipment (After and Including)
114
+ "083", # Scheduled for Shipment (Prior to and Including)
115
+ "084", # Requested for Shipment (Prior to and Including)
116
+ "085", # Promised for Shipment (Prior to and Including)
117
+ "086", # Scheduled for Shipment (Week of)
118
+ "087", # Requested for Shipment (Week of)
119
+ "088", # Promised for Shipment (Week of)
120
+ "089", # Inquiry
121
+ "090", # Report Start
122
+ "091", # Report End
123
+ "092", # Contract Effective
124
+ "093", # Contract Expiration
125
+ "094", # Manufacture
126
+ "095", # Bill of Lading
127
+ "096", # Discharge
128
+ "097", # Transaction Creation
129
+ "098", # Bid (Effective)
130
+ "099", # Bid Open (Date Bids Will Be Opened)
131
+ "100", # No Shipping Schedule Established as of
132
+ "101", # No Production Schedule Established as of
133
+ "102", # Issue
134
+ "103", # Award
135
+ "104", # System Survey
136
+ "105", # Quality Rating
137
+ "106", # Required By
138
+ "107", # Deposit
139
+ "108", # Postmark
140
+ "109", # Received at Lockbox
141
+ "110", # Originally Scheduled Ship
142
+ "111", # Manifest/Ship Notice
143
+ "112", # Buyers Dock
144
+ "113", # Sample Required
145
+ "114", # Tooling Required
146
+ "115", # Sample Available
147
+ "116", # Scheduled Interchange Delivery
148
+ "118", # Requested Pick-up
149
+ "119", # Test Performed
150
+ "120", # Control Plan
151
+ "121", # Feasibility Sign Off
152
+ "122", # Failure Mode Effective
153
+ "124", # Group Contract Effective
154
+ "125", # Group Contract Expiration
155
+ "126", # Wholesale Contract Effective
156
+ "127", # Wholesale Contract Expiration
157
+ "128", # Replacement Effective
158
+ "129", # Customer Contract Effective
159
+ "130", # Customer Contract Expiration
160
+ "131", # Item Contract Effective
161
+ "132", # Item Contract Expiration
162
+ "133", # Accounts Receivable - Statement Date
163
+ "134", # Ready for Inspection
164
+ "135", # Booking
165
+ "136", # Technical Rating
166
+ "137", # Delivery Rating
167
+ "138", # Commercial Rating
168
+ "139", # Estimated
169
+ "140", # Actual
170
+ "141", # Assigned
171
+ "142", # Loss
172
+ "143", # Due Date of First Payment to Principal and Interest
173
+ "144", # Estimated Acceptance
174
+ "145", # Opening Date
175
+ "146", # Closing Date
176
+ "147", # Due Date Last Complete Installment Paid
177
+ "148", # Date of Local Office Approval of Conveyance of Damaged Real Estate Property
178
+ "149", # Date Deed Filed for Record
179
+ "150", # Service Period Start
180
+ "151", # Service Period End
181
+ "152", # Effective Date of Change
182
+ "153", # Service Interruption
183
+ "154", # Adjustment Period Start
184
+ "155", # Adjustment Period End
185
+ "156", # Allotment Period Start
186
+ "157", # Test Period Start
187
+ "158", # Test Period Ending
188
+ "159", # Bid Price Exception
189
+ "160", # Samples to be Returned By
190
+ "161", # Loaded on Vessel
191
+ "162", # Pending Archive
192
+ "163", # Actual Archive
193
+ "164", # First Issue
194
+ "165", # Final Issue
195
+ "166", # Message
196
+ "167", # Most Recent Revision (or Initial Version)
197
+ "168", # Release
198
+ "169", # Product Availability Date
199
+ "170", # Supplemental Issue
200
+ "171", # Revision
201
+ "172", # Correction
202
+ "173", # Week Ending
203
+ "174", # Month Ending
204
+ "175", # Cancel if not shipped by
205
+ "176", # Expedited on
206
+ "177", # Cancellation
207
+ "178", # Hold (as of)
208
+ "179", # Hold as Stock (as of)
209
+ "180", # No Promise (as of)
210
+ "181", # Stop Work (as of)
211
+ "182", # Will Advise (as of)
212
+ "183", # Connection
213
+ "184", # Inventory
214
+ "185", # Vessel Registry
215
+ "186", # Invoice Period Start
216
+ "187", # Invoice Period End
217
+ "188", # Credit Advice
218
+ "189", # Debit Advice
219
+ "190", # Released to Vessel
220
+ "191", # Material Specification
221
+ "192", # Delivery Ticket
222
+ "193", # Period Start
223
+ "194", # Period End
224
+ "195", # Contract Re-Open
225
+ "196", # Start
226
+ "197", # End
227
+ "198", # Completion
228
+ "199", # Seal
229
+ "200", # Assembly Start
230
+ "201", # Acceptance
231
+ "202", # Master Lease Agreement
232
+ "203", # First Produced
233
+ "204", # Official Rail Car Interchange (Either Actual or Agreed Upon)
234
+ "205", # Transmitted
235
+ "206", # Status (Outside Processor)
236
+ "207", # Status (Commercial)
237
+ "208", # Lot Number Expiration
238
+ "209", # Contract Performance Start
239
+ "210", # Contract Performance Delivery
240
+ "211", # Service Requested
241
+ "212", # Returned to Customer
242
+ "213", # Adjustment to Bill Dated
243
+ "214", # Date of Repair/Service
244
+ "215", # Interruption Start
245
+ "216", # Interruption End
246
+ "217", # Spud
247
+ "218", # Initial Completion
248
+ "219", # Plugged and Abandoned
249
+ "220", # Penalty
250
+ "221", # Penalty Begin
251
+ "222", # Birth
252
+ "223", # Birth Certificate
253
+ "224", # Adoption
254
+ "225", # Christening
255
+ "226", # Lease Commencement
256
+ "227", # Lease Term Start
257
+ "228", # Lease Term End
258
+ "229", # Rent Start
259
+ "230", # Installation
260
+ "231", # Progress Payment
261
+ "232", # Claim Statement Period Start
262
+ "233", # Claim Statement Period End
263
+ "234", # Settlement Date
264
+ "235", # Delayed Billing (Not Delayed Payment)
265
+ "236", # Lender Credit Check
266
+ "237", # Student Signed
267
+ "238", # Schedule Release
268
+ "239", # Baseline
269
+ "240", # Baseline Start
270
+ "241", # Baseline Complete
271
+ "242", # Actual Start
272
+ "243", # Actual Complete
273
+ "244", # Estimated Start
274
+ "245", # Estimated Completion
275
+ "246", # Start no earlier than
276
+ "247", # Start no later than
277
+ "248", # Finish no later than
278
+ "249", # Finish no earlier than
279
+ "250", # Mandatory (or Target) Start
280
+ "251", # Mandatory (or Target) Finish
281
+ "252", # Early Start
282
+ "253", # Early Finish
283
+ "254", # Late Start
284
+ "255", # Late Finish
285
+ "256", # Scheduled Start
286
+ "257", # Scheduled Finish
287
+ "258", # Original Early Start
288
+ "259", # Original Early Finish
289
+ "260", # Rest Day
290
+ "261", # Rest Start
291
+ "262", # Rest Finish
292
+ "263", # Holiday
293
+ "264", # Holiday Start
294
+ "265", # Holiday Finish
295
+ "266", # Base
296
+ "267", # Timenow
297
+ "268", # End Date of Support
298
+ "269", # Date Account Matures
299
+ "270", # Date Filed
300
+ "271", # Penalty End
301
+ "272", # Exit Plant Date
302
+ "273", # Latest On Board Carrier Date
303
+ "274", # Requested Departure Date
304
+ "275", # Approved
305
+ "276", # Contract Start
306
+ "277", # Contract Definition
307
+ "278", # Last Item Delivery
308
+ "279", # Contract Completion
309
+ "280", # Date Course of Orthodontics Treatment Began or is Expected to Begin
310
+ "281", # Over Target Baseline Month
311
+ "282", # Previous Report
312
+ "283", # Funds Appropriation - Start
313
+ "284", # Funds Appropriation - End
314
+ "285", # Employment or Hire
315
+ "286", # Retirement
316
+ "287", # Medicare
317
+ "288", # Consolidated Omnibus Budget Reconciliation Act (COBRA)
318
+ "289", # Premium Paid to Date
319
+ "290", # Coordination of Benefits
320
+ "291", # Plan
321
+ "292", # Benefit
322
+ "293", # Education
323
+ "294", # Earnings Effective Date
324
+ "295", # Primary Care Provider
325
+ "296", # Return to Work
326
+ "297", # Date Last Worked
327
+ "298", # Latest Absence
328
+ "299", # Illness
329
+ "300", # Enrollment Signature Date
330
+ "301", # Consolidated Omnibus Budget Reconciliation Act (COBRA) Qualifying Event
331
+ "302", # Maintenance
332
+ "303", # Maintenance Effective
333
+ "304", # Latest Visit or Consultation
334
+ "305", # Net Credit Service Date
335
+ "306", # Adjustment Effective Date
336
+ "307", # Eligibility
337
+ "308", # Pre-Award Survey
338
+ "309", # Plan Termination
339
+ "310", # Date of Closing
340
+ "311", # Latest Receiving Date/Cutoff Date
341
+ "312", # Salary Deferral
342
+ "313", # Cycle
343
+ "314", # Disability
344
+ "315", # Offset
345
+ "316", # Prior Incorrect Date of Birth
346
+ "317", # Corrected Date of Birth
347
+ "318", # Added
348
+ "319", # Failed
349
+ "320", # Date Foreclosure Proceedings Instituted
350
+ "321", # Purchased
351
+ "322", # Put into Service
352
+ "323", # Replaced
353
+ "324", # Returned
354
+ "325", # Disbursement Date
355
+ "326", # Guarantee Date
356
+ "327", # Quarter Ending
357
+ "328", # Changed
358
+ "329", # Terminated
359
+ "330", # Referral Date
360
+ "331", # Evaluation Date
361
+ "332", # Placement Date
362
+ "333", # Individual Education Plan (IEP)
363
+ "334", # Re-evaluation Date
364
+ "335", # Dismissal Date
365
+ "336", # Employment Begin
366
+ "337", # Employment End
367
+ "338", # Medicare Begin
368
+ "339", # Medicare End
369
+ "340", # Consolidated Omnibus Budget Reconciliation Act (COBRA) Begin
370
+ "341", # Consolidated Omnibus Budget Reconciliation Act (COBRA) End
371
+ "342", # Premium Paid to Date Begin
372
+ "343", # Premium Paid to Date End
373
+ "344", # Coordination of Benefits Begin
374
+ "345", # Coordination of Benefits End
375
+ "346", # Plan Begin
376
+ "347", # Plan End
377
+ "348", # Benefit Begin
378
+ "349", # Benefit End
379
+ "350", # Education Begin
380
+ "351", # Education End
381
+ "352", # Primary Care Provider Begin
382
+ "353", # Primary Care Provider End
383
+ "354", # Illness Begin
384
+ "355", # Illness End
385
+ "356", # Eligibility Begin
386
+ "357", # Eligibility End
387
+ "358", # Cycle Begin
388
+ "359", # Cycle End
389
+ "360", # Disability Begin
390
+ "361", # Disability End
391
+ "362", # Offset Begin
392
+ "363", # Offset End
393
+ "364", # Plan Period Election Begin
394
+ "365", # Plan Period Election End
395
+ "366", # Plan Period Election
396
+ "367", # Due to Customer
397
+ "368", # Submittal
398
+ "369", # Estimated Departure Date
399
+ "370", # Actual Departure Date
400
+ "371", # Estimated Arrival Date
401
+ "372", # Actual Arrival Date
402
+ "373", # Order Start
403
+ "374", # Order End
404
+ "375", # Delivery Start
405
+ "376", # Delivery End
406
+ "377", # Contract Costs Through
407
+ "378", # Financial Information Submission
408
+ "379", # Business Termination
409
+ "380", # Applicant Signed
410
+ "381", # Cosigner Signed
411
+ "382", # Enrollment
412
+ "383", # Adjusted Hire
413
+ "384", # Credited Service
414
+ "385", # Credited Service Begin
415
+ "386", # Credited Service End
416
+ "387", # Deferred Distribution
417
+ "388", # Payment Commencement
418
+ "389", # Payroll Period
419
+ "390", # Payroll Period Begin
420
+ "391", # Payroll Period End
421
+ "392", # Plan Entry
422
+ "393", # Plan Participation Suspension
423
+ "394", # Rehire
424
+ "395", # Retermination
425
+ "396", # Termination
426
+ "397", # Valuation
427
+ "398", # Vesting Service
428
+ "399", # Vesting Service Begin
429
+ "400", # Vesting Service End
430
+ "401", # Duplicate Bill
431
+ "402", # Adjustment Promised
432
+ "403", # Adjustment Processed
433
+ "404", # Year Ending
434
+ "405", # Production
435
+ "406", # Material Classification
436
+ "408", # Weighed
437
+ "409", # Date of Deed in Lieu
438
+ "410", # Date of Firm Commitment
439
+ "411", # Expiration Date of Extension to Foreclose
440
+ "412", # Date of Notice to Convey
441
+ "413", # Date of Release of Bankruptcy
442
+ "414", # Optimistic Early Start
443
+ "415", # Optimistic Early Finish
444
+ "416", # Optimistic Late Start
445
+ "417", # Optimistic Late Finish
446
+ "418", # Most Likely Early Start
447
+ "419", # Most Likely Early Finish
448
+ "420", # Most Likely Late Start
449
+ "421", # Most Likely Late Finish
450
+ "422", # Pessimistic Early Start
451
+ "423", # Pessimistic Early Finish
452
+ "424", # Pessimistic Late Start
453
+ "425", # Pessimistic Late Finish
454
+ "426", # First Payment Due
455
+ "427", # First Interest Payment Due
456
+ "428", # Subsequent Interest Payment Due
457
+ "429", # Irregular Interest Payment Due
458
+ "430", # Guarantor Received
459
+ "431", # Onset of Current Symptoms or Illness
460
+ "432", # Submission
461
+ "433", # Removed
462
+ "434", # Statement
463
+ "435", # Admission
464
+ "436", # Insurance Card
465
+ "437", # Spouse Retirement
466
+ "438", # Onset of Similar Symptoms or Illness
467
+ "439", # Accident
468
+ "440", # Release of Information
469
+ "441", # Prior Placement
470
+ "442", # Date of Death
471
+ "443", # Peer Review Organization (PRO) Approved Stay
472
+ "444", # First Visit or Consultation
473
+ "445", # Initial Placement
474
+ "446", # Replacement
475
+ "447", # Occurrence
476
+ "448", # Occurrence Span
477
+ "449", # Occurrence Span From
478
+ "450", # Occurrence Span To
479
+ "451", # Initial Fee Due
480
+ "452", # Appliance Placement
481
+ "453", # Acute Manifestation of a Chronic Condition
482
+ "454", # Initial Treatment
483
+ "455", # Last X-Ray
484
+ "456", # Surgery
485
+ "457", # Continuous Passive Motion (CPM)
486
+ "458", # Certification
487
+ "459", # Nursing Home From
488
+ "460", # Nursing Home To
489
+ "461", # Last Certification
490
+ "462", # Date of Local Office Approval of Conveyance of Occupied Real Estate Property
491
+ "463", # Begin Therapy
492
+ "464", # Oxygen Therapy From
493
+ "465", # Oxygen Therapy To
494
+ "466", # Oxygen Therapy
495
+ "467", # Signature
496
+ "468", # Prescription Fill
497
+ "469", # Provider Signature
498
+ "470", # Date of Local Office Certification of Conveyance of Damaged Real Estate Property
499
+ "471", # Prescription
500
+ "472", # Service
501
+ "473", # Medicaid Begin
502
+ "474", # Medicaid End
503
+ "475", # Medicaid
504
+ "476", # Peer Review Organization (PRO) Approved Stay From
505
+ "477", # Peer Review Organization (PRO) Approved Stay To
506
+ "478", # Prescription From
507
+ "479", # Prescription To
508
+ "480", # Arterial Blood Gas Test
509
+ "481", # Oxygen Saturation Test
510
+ "482", # Pregnancy Begin
511
+ "483", # Pregnancy End
512
+ "484", # Last Menstrual Period
513
+ "485", # Injury Begin
514
+ "486", # Injury End
515
+ "487", # Nursing Home
516
+ "488", # Collateral Dependent
517
+ "489", # Collateral Dependent Begin
518
+ "490", # Collateral Dependent End
519
+ "491", # Sponsored Dependent
520
+ "492", # Sponsored Dependent Begin
521
+ "493", # Sponsored Dependent End
522
+ "494", # Deductible
523
+ "495", # Out-of-Pocket
524
+ "496", # Contract Audit Date
525
+ "497", # Latest Delivery Date at Pier
526
+ "498", # Mortgagee Reported Curtailment Date
527
+ "499", # Mortgagee Official Signature Date
528
+ "500", # Resubmission
529
+ "501", # Expected Reply
530
+ "502", # Dropped to Less than Half Time
531
+ "503", # Repayment Begin
532
+ "504", # Loan Servicing Transfer
533
+ "505", # Loan Purchase
534
+ "506", # Last Notification
535
+ "507", # Extract
536
+ "508", # Extended
537
+ "509", # Servicer Signature Date
538
+ "510", # Date Packed
539
+ "511", # Shelf Life Expiration
540
+ "512", # Warranty Expiration
541
+ "513", # Overhauled
542
+ "514", # Transferred
543
+ "515", # Notified
544
+ "516", # Discovered
545
+ "517", # Inspected
546
+ "518", # Voucher (Date of)
547
+ "519", # Date Bankruptcy Filed
548
+ "520", # Date of Damage
549
+ "521", # Date Hazard Insurance Policy Cancelled
550
+ "522", # Expiration Date to Submit Title Evidence
551
+ "523", # Date of Claim
552
+ "524", # Date of Notice of Referral for Assignment
553
+ "525", # Date of Notice of Probable Ineligibility for Assignment
554
+ "526", # Date of Foreclosure Notice
555
+ "527", # Expiration of Foreclosure Timeframe
556
+ "528", # Date Possessory Action Initiated
557
+ "529", # Date of Possession
558
+ "530", # Date of Last Installment Received
559
+ "531", # Date of Acquisition of Title
560
+ "532", # Expiration of Extension to Convey
561
+ "533", # Date of Assignment Approval
562
+ "534", # Date of Assignment Rejection
563
+ "535", # Curtailment Date from Advice of Payment
564
+ "536", # Expiration of Extension to Submit Fiscal Data
565
+ "537", # Date Documentation, or Paperwork, or Both Was Sent
566
+ "538", # Makegood Commercial Date
567
+ "539", # Policy Effective
568
+ "540", # Policy Expiration
569
+ "541", # Employee Effective Date of Coverage
570
+ "542", # Date of Representation
571
+ "543", # Last Premium Paid Date
572
+ "544", # Date Reported to Employer
573
+ "545", # Date Reported to Claim Administrator
574
+ "546", # Date of Maximum Medical Improvement
575
+ "547", # Date of Loan
576
+ "548", # Date of Advance
577
+ "549", # Beginning Lay Date
578
+ "550", # Certificate Effective
579
+ "551", # Benefit Application Date
580
+ "552", # Actual Return to Work
581
+ "553", # Released Return to Work
582
+ "554", # Ending Lay Date
583
+ "555", # Employee Wages Ceased
584
+ "556", # Last Salary Increase
585
+ "557", # Employee Laid Off
586
+ "558", # Injury or Illness
587
+ "559", # Oldest Unpaid Installment
588
+ "560", # Preforeclosure Acceptance Date
589
+ "561", # Preforeclosure Sale Closing Date
590
+ "562", # Date of First Uncured Default
591
+ "563", # Date Default Was Cured
592
+ "564", # Date of First Mortgage Payment
593
+ "565", # Date of Property Inspection
594
+ "566", # Date Total Amount of Delinquency Reported
595
+ "567", # Date Outstanding Loan Balance Reported
596
+ "568", # Date Foreclosure Sale Scheduled
597
+ "569", # Date Foreclosure Held
598
+ "570", # Date Redemption Period Ends
599
+ "571", # Date Voluntary Conveyance Accepted
600
+ "572", # Date Property Sold
601
+ "573", # Date Claim Paid
602
+ "574", # Action Begin Date
603
+ "575", # Projected Action End Date
604
+ "576", # Action End Date
605
+ "577", # Original Maturity Date
606
+ "578", # Date Referred to Attorney for Foreclosure
607
+ "579", # Planned Release
608
+ "580", # Actual Release
609
+ "581", # Contract Period
610
+ "582", # Report Period
611
+ "583", # Suspension
612
+ "584", # Reinstatement
613
+ "585", # Report
614
+ "586", # First Contact
615
+ "587", # Projected Foreclosure Sale Date
616
+ "589", # Date Assignment Filed for Record
617
+ "590", # Date of Appraisal
618
+ "591", # Expiration Date of Extension to Assign
619
+ "592", # Date of Extension to Convey
620
+ "593", # Date Hazard Insurance Policy Refused
621
+ "594", # High Fabrication Release Authorization
622
+ "595", # High Raw Material Authorization
623
+ "596", # Material Change Notice
624
+ "597", # Latest Delivery Date at Rail Ramp
625
+ "598", # Rejected
626
+ "599", # Repayment Schedule Sent
627
+ "600", # As Of
628
+ "601", # First Submission
629
+ "602", # Subsequent Submission
630
+ "603", # Renewal
631
+ "604", # Withdrawn
632
+ "606", # Certification Period Start
633
+ "607", # Certification Revision
634
+ "608", # Continuous Coverage Date(s)
635
+ "609", # Prearranged Deal Match
636
+ "610", # Contingency End
637
+ "611", # Oxygen Therapy Evaluation
638
+ "612", # Shut In
639
+ "613", # Allowable Effective
640
+ "614", # First Sales
641
+ "615", # Date Acquired
642
+ "616", # Interviewer Signed
643
+ "617", # Application Logged Date
644
+ "618", # Review Date
645
+ "619", # Decision Date
646
+ "620", # Previously Resided
647
+ "621", # Reported
648
+ "622", # Checked
649
+ "623", # Settled
650
+ "624", # Presently Residing
651
+ "625", # Employed in this Position
652
+ "626", # Verified
653
+ "627", # Second Admission Date
654
+ "629", # Account Opened
655
+ "630", # Account Closed
656
+ "631", # Property Acquired
657
+ "632", # Property Built
658
+ "633", # Employed in this Profession
659
+ "634", # Next Review Date
660
+ "635", # Initial Contact Date
661
+ "636", # Date of Last Update
662
+ "637", # Second Discharge Date
663
+ "638", # Date of Last Draw
664
+ "640", # Complaint
665
+ "641", # Option
666
+ "642", # Solicitation
667
+ "643", # Clause
668
+ "644", # Meeting
669
+ "646", # Rental Period
670
+ "647", # Next Pay Increase
671
+ "648", # Period Covered by Source Documents
672
+ "649", # Document Due
673
+ "650", # Court Notice
674
+ "651", # Expected Funding Date
675
+ "652", # Assignment Recorded
676
+ "653", # Case Reopened
677
+ "655", # Previous Court Event
678
+ "656", # Last Date to Object
679
+ "657", # Court Event
680
+ "658", # Last Date to File a Claim
681
+ "659", # Case Converted
682
+ "660", # Debt Incurred
683
+ "661", # Judgment
684
+ "662", # Wages Start
685
+ "663", # Wages End
686
+ "664", # Date Through Which Property Taxes Have Been Paid
687
+ "665", # Paid Through Date
688
+ "666", # Date Paid
689
+ "667", # Anesthesia Administration
690
+ "668", # Price Protection
691
+ "669", # Claim Incurred
692
+ "670", # Book Entry Delivery
693
+ "671", # Rate Adjustment
694
+ "672", # Next Installment Due Date
695
+ "673", # Daylight Overdraft Time
696
+ "674", # Presentment Date
697
+ "675", # Negotiated Extension Date
698
+ "681", # Remittance
699
+ "682", # Security Rate Adjustment
700
+ "683", # Filing Period
701
+ "684", # Review Period End
702
+ "685", # Requested Settlement
703
+ "686", # Last Screening
704
+ "687", # Confinement
705
+ "688", # Arrested
706
+ "689", # Convicted
707
+ "690", # Interviewed
708
+ "691", # Last Visit
709
+ "692", # Recovery
710
+ "693", # Time in U.S.
711
+ "694", # Future Period
712
+ "695", # Previous Period
713
+ "696", # Interest Paid To
714
+ "697", # Date of Seizure
715
+ "699", # Setoff
716
+ "700", # Override Date for Settlement
717
+ "701", # Settlement Date (From Interline Settlement System (ISS) only)
718
+ "702", # Sending Road Time Stamp
719
+ "703", # Retransmission Time Stamp
720
+ "704", # Delivery Appointment Date and Time
721
+ "705", # Interest Paid Through
722
+ "706", # Date Material Usage Suspended
723
+ "707", # Last Payment Made
724
+ "708", # Past Due
725
+ "709", # Analysis Month Ending
726
+ "710", # Date of Specification
727
+ "711", # Date of Standard
728
+ "712", # Return to Work Part Time
729
+ "713", # Paid-through Date for Salary Continuation
730
+ "714", # Paid-through Date for Vacation Pay
731
+ "715", # Paid-through Date for Accrued Sick Pay
732
+ "716", # Appraisal Ordered
733
+ "717", # Date of Operation
734
+ "718", # Best Time to Call
735
+ "719", # Verbal Report Needed
736
+ "720", # Estimated Escrow Closing
737
+ "721", # Permit Year
738
+ "722", # Remodeling Completed
739
+ "723", # Current Month Ending
740
+ "724", # Previous Month Ending
741
+ "725", # Cycle to Date
742
+ "726", # Year to Date
743
+ "727", # On Hold
744
+ "728", # Off Hold
745
+ "729", # Facsimile Due By
746
+ "730", # Reporting Cycle Date
747
+ "731", # Last Paid Installment Date
748
+ "732", # Claims Made
749
+ "733", # Date of Last Payment Received
750
+ "734", # Curtailment Date
751
+ "736", # Pool Settlement
752
+ "737", # Next Interest Change Date
753
+ "738", # Most Recent Hemoglobin or Hematocrit or Both
754
+ "739", # Most Recent Serum Creatine
755
+ "740", # Closed
756
+ "741", # Therapy
757
+ "742", # Implantation
758
+ "743", # Explantation
759
+ "744", # Date Became Aware
760
+ "745", # First Marketed
761
+ "746", # Last Marketed
762
+ "750", # Expected Problem Resolution
763
+ "751", # Alternate Problem Resolution
764
+ "752", # Fee Capitalization
765
+ "753", # Interest Capitalization
766
+ "754", # Next Payment Due
767
+ "755", # Conversion to Repayment
768
+ "756", # End of Grace
769
+ "757", # School Refund
770
+ "758", # Simple Interest Due
771
+ "760", # Printed
772
+ "770", # Back on Market
773
+ "771", # Status
774
+ "773", # Off-Market
775
+ "774", # Tour
776
+ "776", # Listing Received
777
+ "778", # Anticipated Closing
778
+ "779", # Last Publication
779
+ "780", # Sold Book Publication
780
+ "781", # Occupancy
781
+ "782", # Contingency
782
+ "783", # Percolation Test
783
+ "784", # Septic Approval
784
+ "785", # Title Transfer
785
+ "786", # Open House
786
+ "789", # Homestead
787
+ "800", # Midpoint of Performance
788
+ "801", # Acquisition Date
789
+ "802", # Date of Action
790
+ "803", # Paid in Full
791
+ "804", # Refinance
792
+ "805", # Voluntary Termination
793
+ "806", # Customer Order
794
+ "807", # Stored
795
+ "808", # Selected
796
+ "809", # Posted
797
+ "810", # Document Received
798
+ "811", # Rebuilt
799
+ "812", # Marriage
800
+ "813", # Customs Entry Date
801
+ "814", # Payment Due Date
802
+ "815", # Maturity Date
803
+ "816", # Trade Date
804
+ "817", # Gallons Per Minute (GPM) Test Performed
805
+ "818", # British Thermal Unit (BTU) Test Performed
806
+ "820", # Real Estate Tax Year
807
+ "821", # Final Reconciliation Value Estimate as of
808
+ "822", # Map
809
+ "823", # Opinion
810
+ "824", # Version
811
+ "825", # Original Due Date
812
+ "826", # Incumbency Period
813
+ "827", # Audience Deficiency Period
814
+ "828", # Aired Date
815
+ "830", # Schedule
816
+ "831", # Paid Through Date for Minimum Payment
817
+ "832", # Paid Through Date for Total Payment
818
+ "840", # Election
819
+ "841", # Engineering Data List
820
+ "842", # Last Production
821
+ "843", # Not Before
822
+ "844", # Not After
823
+ "845", # Initial Claim
824
+ "846", # Benefits Paid
825
+ "847", # Wages Earned
826
+ "848", # Adjusted Start
827
+ "849", # Adjusted End
828
+ "850", # Revised Adjusted Start
829
+ "851", # Revised Adjusted End
830
+ "853", # Field Test
831
+ "854", # Mortgage Note Date
832
+ "855", # Alternative Due Date
833
+ "856", # First Payment Change
834
+ "857", # First Rate Adjustment
835
+ "858", # Alternate Base Period
836
+ "859", # Prior Notice
837
+ "860", # Appointment Effective
838
+ "861", # Appointment Expiration
839
+ "862", # Company Termination
840
+ "863", # Continuing Education Requirement
841
+ "864", # Distributor Effective
842
+ "865", # Distributor Termination
843
+ "866", # Examination
844
+ "867", # Incorporation Dissolution
845
+ "868", # Last Follow-up
846
+ "869", # License Effective
847
+ "870", # License Expiration
848
+ "871", # License Renewal
849
+ "872", # License Requested
850
+ "873", # Mailed
851
+ "874", # Paperwork Mailed
852
+ "875", # Previous Employment
853
+ "876", # Previous Employment End
854
+ "877", # Previous Employment Start
855
+ "878", # Previous Residence
856
+ "879", # Previous Residence End
857
+ "880", # Previous Residence Start
858
+ "881", # Request
859
+ "882", # Resident License Effective
860
+ "883", # Resident License Expiration
861
+ "884", # State Termination
862
+ "885", # Texas Line Termination
863
+ "900", # Acceleration
864
+ "901", # Adjusted Contestability
865
+ "903", # Application Entry
866
+ "904", # Approval/Offer
867
+ "905", # Automatic Premium Loan
868
+ "906", # Collection
869
+ "907", # Confinement End
870
+ "908", # Confinement Start
871
+ "909", # Contestability
872
+ "910", # Flat Extra End
873
+ "911", # Last Activity
874
+ "912", # Last Change
875
+ "913", # Last Episode
876
+ "914", # Last Meal
877
+ "915", # Loan
878
+ "916", # Application Status
879
+ "917", # Maturity
880
+ "918", # Medical Information Signature
881
+ "919", # Medical Information System
882
+ "920", # Note
883
+ "921", # Offer Expiration
884
+ "922", # Original Receipt
885
+ "923", # Placement
886
+ "924", # Placement Period Expiration
887
+ "925", # Processing
888
+ "926", # Recapture
889
+ "927", # Re-entry
890
+ "928", # Reissue
891
+ "929", # Reinstatement
892
+ "930", # Requalification
893
+ "931", # Reinsurance Effective
894
+ "932", # Reservation of Facility
895
+ "933", # Settlement Status
896
+ "934", # Table Rating End
897
+ "935", # Termination of Facility
898
+ "936", # Treatment
899
+ "937", # Department of Labor Wage Determination Date
900
+ "938", # Order
901
+ "939", # Resolved
902
+ "940", # Execution Date
903
+ "941", # Capitation Period Start
904
+ "942", # Capitation Period End
905
+ "943", # Last Date for a Government Agency to File a Claim
906
+ "944", # Adjustment Period
907
+ "945", # Activity
908
+ "946", # Mail By
909
+ "947", # Preparation
910
+ "948", # Payment Initiated
911
+ "949", # Payment Effective
912
+ "950", # Application
913
+ "951", # Reclassification
914
+ "952", # Reclassification (Exit Date)
915
+ "953", # Post-Reclassification
916
+ "954", # Post-Reclassification (First Report Card)
917
+ "955", # Post-Reclassification (First Semi-annual)
918
+ "956", # Post-Reclassification (Second Semi-annual)
919
+ "957", # Post-Reclassification (End of Second Year)
920
+ "960", # Adjusted Death Benefit
921
+ "961", # Anniversary
922
+ "962", # Annuitization
923
+ "963", # Annuity Commencement Date
924
+ "964", # Bill
925
+ "965", # Calendar Anniversary
926
+ "966", # Contract Mailed
927
+ "967", # Early Withdrawal
928
+ "968", # Fiscal Anniversary
929
+ "969", # Income
930
+ "970", # Initial Premium
931
+ "971", # Initial Premium Effective
932
+ "972", # Last Premium Effective
933
+ "973", # Minimum Required Distribution
934
+ "974", # Next Anniversary
935
+ "975", # Notice
936
+ "976", # Notification of Death
937
+ "977", # Partial Annuitization
938
+ "978", # Plan Anniversary
939
+ "979", # Policy Surrender
940
+ "980", # Prior Contract Anniversary
941
+ "981", # Prior Contract Issue
942
+ "982", # Signature Received
943
+ "983", # Tax
944
+ "984", # Benefit Period
945
+ "985", # Month to Date
946
+ "986", # Semiannual Ending
947
+ "987", # Surrender
948
+ "988", # Plan of Treatment Period
949
+ "989", # Prior Hospitalization Date(s) Related to Current Service(s)
950
+ "992", # Date Requested
951
+ "993", # Request for Quotation
952
+ "994", # Quote
953
+ "995", # Recorded Date
954
+ "996", # Required Delivery
955
+ "997", # Quote to be Received By
956
+ "998", # Continuation of Pay Start Date
957
+ "999", # Document Date
958
+ "AA1", # Estimated Point of Arrival
959
+ "AA2", # Estimated Point of Discharge
960
+ "AA3", # Cancel After, Ex Country
961
+ "AA4", # Cancel After, Ex Factory
962
+ "AA5", # Do Not Ship Before, Ex Country
963
+ "AA6", # Do Not Ship Before, Ex Factory
964
+ "AA7", # Final Scheduled Payment
965
+ "AA8", # Actual Discharge
966
+ "AA9", # Address Period
967
+ "AAA", # Arrival in Country
968
+ "AAB", # Citation
969
+ "AAD", # Crime
970
+ "AAE", # Discharge - Planned
971
+ "AAF", # Draft
972
+ "AAG", # Due Date
973
+ "AAH", # Event
974
+ "AAI", # First Involvement
975
+ "AAJ", # Guarantee Period
976
+ "AAK", # Income Increase Period
977
+ "AAL", # Installment Date
978
+ "AAM", # Last Civilian Flight
979
+ "AAN", # Last Flight
980
+ "AAO", # Last Insurance Medical
981
+ "AAP", # Last Military Flight
982
+ "AAQ", # Last Physical
983
+ "AAR", # License
984
+ "AAS", # Medical Certificate
985
+ "AAT", # Medication
986
+ "AAU", # Net Worth Date
987
+ "AAV", # Next Activity
988
+ "AAW", # Ownership Change
989
+ "AAX", # Ownership Period
990
+ "AAY", # Rate Date
991
+ "AAZ", # Requested Contract
992
+ "AB1", # Requested Offer
993
+ "AB2", # Sales Period
994
+ "AB3", # Tax Year
995
+ "AB4", # Time Period
996
+ "AB5", # Travel
997
+ "AB6", # Treatment End
998
+ "AB7", # Treatment Start
999
+ "AB8", # Trust
1000
+ "AB9", # Worst Time to Call
1001
+ "ABA", # Registration
1002
+ "ABB", # Revoked
1003
+ "ABC", # Estimated Date of Birth
1004
+ "ABD", # Last Annual Report
1005
+ "ABE", # Legal Action Started
1006
+ "ABG", # Payment Period
1007
+ "ABH", # Profit Period
1008
+ "ABI", # Registered
1009
+ "ABK", # Consolidated
1010
+ "ABL", # Board of Directors Not Authorized As Of
1011
+ "ABM", # Board of Directors Incomplete As Of
1012
+ "ABN", # Manager Not Registered As Of
1013
+ "ABO", # Citizenship Change
1014
+ "ABP", # Participation
1015
+ "ABQ", # Capitalization
1016
+ "ABR", # Registration of Board of Directors
1017
+ "ABS", # Ceased Operations
1018
+ "ABT", # Satisfied
1019
+ "ABU", # Terms Met
1020
+ "ABV", # Asset Documentation Expiration
1021
+ "ABW", # Credit Documentation Expiration
1022
+ "ABX", # Income Documentation Expiration
1023
+ "ABY", # Product Held Until
1024
+ "ACA", # Immigration Date
1025
+ "ACB", # Estimated Immigration Date
1026
+ "ACK", # Acknowledgment
1027
+ "ADB", # Business Control Change
1028
+ "ADC", # Court Registration
1029
+ "ADD", # Annual Report Due
1030
+ "ADL", # Asset and Liability Schedule
1031
+ "ADM", # Annual Report Mailed
1032
+ "ADR", # Annual Report Filed
1033
+ "ARD", # Annual Report Delinquency
1034
+ "CAD", # Changed Accounting Date
1035
+ "CCR", # Customs Cargo Release
1036
+ "CDT", # Maintenance Comment
1037
+ "CEA", # Formation
1038
+ "CEB", # Continuance
1039
+ "CEC", # Merger
1040
+ "CED", # Year Due
1041
+ "CEE", # Next Annual Meeting
1042
+ "CEF", # End of Last Fiscal Year
1043
+ "CEH", # Year Beginning
1044
+ "CEJ", # Started Doing Business
1045
+ "CEK", # Sworn and Subscribed
1046
+ "CEL", # Calendar Year
1047
+ "CEM", # Asset
1048
+ "CEN", # Inactivity
1049
+ "CEO", # High Capital Year
1050
+ "CLO", # Closing Date of First Balance Sheet
1051
+ "CLU", # Closed Until
1052
+ "COM", # Compliance
1053
+ "CON", # Converted into Holding Company
1054
+ "CUR", # Current List
1055
+ "DDO", # Declaration
1056
+ "DEE", # Deed Not Available
1057
+ "DET", # Detrimental Information Received
1058
+ "DFF", # Deferral
1059
+ "DFS", # Departure From Specification
1060
+ "DIS", # Disposition
1061
+ "DOI", # Delivery Order Issued
1062
+ "DSP", # Disposal
1063
+ "ECD", # Estimated Construction Date
1064
+ "ECF", # Estimated Completion - First Prior Month
1065
+ "ECS", # Estimated Completion - Second Prior Month
1066
+ "ECT", # Estimated Completion - Third Prior Month
1067
+ "EPP", # Estimate Preparation
1068
+ "ESC", # Estimate Comment
1069
+ "ESF", # Estimated Start - First Prior Month
1070
+ "ESS", # Estimated Start - Second Prior Month
1071
+ "EST", # Estimated Start - Third Prior Month
1072
+ "ETP", # Earliest Filing Period
1073
+ "EXO", # Exposure
1074
+ "EXP", # Export
1075
+ "FFI", # Financial Information
1076
+ "GRD", # Graduated
1077
+ "ICF", # Converted to Electronic Date
1078
+ "IDG", # Insolvency Discharge Granted
1079
+ "III", # Incorporation
1080
+ "IMP", # Import
1081
+ "INC", # Incident
1082
+ "INT", # Inactive Until
1083
+ "KEV", # Key Event Fiscal Year
1084
+ "KEW", # Key Event Calendar Year
1085
+ "LAS", # Last Check for Balance Sheet Update
1086
+ "LCC", # Last Capital Change
1087
+ "LEA", # Letter of Agreement
1088
+ "LEL", # Letter of Liability
1089
+ "LIQ", # Liquidation
1090
+ "LLP", # Low Period
1091
+ "LOG", # Equipment Log Entry
1092
+ "LPC", # List Price Change
1093
+ "LSC", # Legal Structure Change
1094
+ "LTP", # Latest Filing Period
1095
+ "MRR", # Meter Reading
1096
+ "MSD", # Latest Material Safety Data Sheet Date
1097
+ "NAM", # Present Name
1098
+ "NFD", # Negotiated Finish
1099
+ "NRG", # Not Registered
1100
+ "NSD", # Negotiated Start
1101
+ "ORG", # Original List
1102
+ "PBC", # Present Control
1103
+ "PDV", # Privilege Details Verification
1104
+ "PLS", # Present Legal Structure
1105
+ "PPP", # Peak Period
1106
+ "PRD", # Previously Reported Date of Birth
1107
+ "PRR", # Presented to Receivers
1108
+ "PTD", # Paid To Date
1109
+ "RAP", # Receiver Appointed
1110
+ "RES", # Resigned
1111
+ "RFD", # Requested Finish
1112
+ "RFF", # Recovery Finish
1113
+ "RFO", # Referred From
1114
+ "RNT", # Rent Survey
1115
+ "RRM", # Received in the Mail
1116
+ "RRT", # Revocation
1117
+ "RSD", # Requested Start
1118
+ "RSS", # Recovery Start
1119
+ "RTO", # Referred To
1120
+ "SCV", # Social Security Claims Verification
1121
+ "SDD", # Sole Directorship Date
1122
+ "STN", # Transition
1123
+ "TSR", # Trade Style Registered
1124
+ "TSS", # Trial Started
1125
+ "TST", # Trial Set
1126
+ "VAT", # Value Added Tax (VAT) Claims Verification
1127
+ "VLU", # Valid Until
1128
+ "W01", # Sample Collected
1129
+ "W02", # Status Change
1130
+ "W03", # Construction Start
1131
+ "W05", # Recompletion
1132
+ "W06", # Last Logged
1133
+ "W07", # Well Log Run
1134
+ "W08", # Surface Casing Authority Approval
1135
+ "W09", # Reached Total Depth
1136
+ "W10", # Spacing Order Unit Assigned
1137
+ "W11", # Rig Arrival
1138
+ "W12", # Location Exception Order Number Assigned
1139
+ "W13", # Sidetracked Wellbore
1140
+ "WAY", # Waybill
1141
+ "YXX", # Programmed Fiscal Year
1142
+ "YXY", # Programmed Calendar Year
1143
+ "ZZZ", # Mutually Defined
1144
+ ]
1145
+ end
1146
+
1147
+ end
1148
+ end
1149
+ end