| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Business::EDI::CodeList::DateOrTimeOrPeriodFunctionCodeQualifier; |
|
2
|
|
|
|
|
|
|
|
|
3
|
8
|
|
|
8
|
|
44
|
use base 'Business::EDI::CodeList'; |
|
|
8
|
|
|
|
|
17
|
|
|
|
8
|
|
|
|
|
39315
|
|
|
4
|
|
|
|
|
|
|
my $VERSION = 0.02; |
|
5
|
20
|
|
|
20
|
0
|
68
|
sub list_number {2005;} |
|
6
|
|
|
|
|
|
|
my $usage = 'C'; |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# 2005 Date or time or period function code qualifier [C] |
|
9
|
|
|
|
|
|
|
# Desc: Code qualifying the function of a date, time or |
|
10
|
|
|
|
|
|
|
# period. |
|
11
|
|
|
|
|
|
|
# Repr: an..3 |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
my %code_hash = ( |
|
14
|
|
|
|
|
|
|
'1' => [ 'Service completion date/time, actual', |
|
15
|
|
|
|
|
|
|
'Actual date/time on which the service was completed.' ], |
|
16
|
|
|
|
|
|
|
'2' => [ 'Delivery date/time, requested', |
|
17
|
|
|
|
|
|
|
'Date on which buyer requests goods to be delivered.' ], |
|
18
|
|
|
|
|
|
|
'3' => [ 'Invoice document issue date time', |
|
19
|
|
|
|
|
|
|
'[2377] Date of issue of an invoice.' ], |
|
20
|
|
|
|
|
|
|
'4' => [ 'Order document issue date time', |
|
21
|
|
|
|
|
|
|
'[2011] Date of order.' ], |
|
22
|
|
|
|
|
|
|
'5' => [ 'Saleable stock demand cover period, expected', |
|
23
|
|
|
|
|
|
|
'A period of time when saleable stocks are expected to cover demand for a product.' ], |
|
24
|
|
|
|
|
|
|
'6' => [ 'Moved from location date', |
|
25
|
|
|
|
|
|
|
'The date an entity moved from a location.' ], |
|
26
|
|
|
|
|
|
|
'7' => [ 'Effective from date/time', |
|
27
|
|
|
|
|
|
|
'(2069) Date and/or time at which specified event or document becomes effective.' ], |
|
28
|
|
|
|
|
|
|
'8' => [ 'Order received date/time', |
|
29
|
|
|
|
|
|
|
'Date/time when the purchase order is received by the seller.' ], |
|
30
|
|
|
|
|
|
|
'9' => [ 'Processing date/time', |
|
31
|
|
|
|
|
|
|
'Date/time of processing.' ], |
|
32
|
|
|
|
|
|
|
'10' => [ 'Shipment date/time, requested', |
|
33
|
|
|
|
|
|
|
'Date on which goods should be shipped or despatched by the supplier.' ], |
|
34
|
|
|
|
|
|
|
'11' => [ 'Despatch date and or time', |
|
35
|
|
|
|
|
|
|
'(2170) Date/time on which the goods are or are expected to be despatched or shipped.' ], |
|
36
|
|
|
|
|
|
|
'12' => [ 'Terms discount due date/time', |
|
37
|
|
|
|
|
|
|
'Date by which payment should be made if discount terms are to apply.' ], |
|
38
|
|
|
|
|
|
|
'13' => [ 'Terms net due date', |
|
39
|
|
|
|
|
|
|
'Date by which payment must be made.' ], |
|
40
|
|
|
|
|
|
|
'14' => [ 'Payment date/time, deferred', |
|
41
|
|
|
|
|
|
|
'Date/time when instalments are due.' ], |
|
42
|
|
|
|
|
|
|
'15' => [ 'Promotion start date/time', |
|
43
|
|
|
|
|
|
|
'Date/time when promotion activities begin.' ], |
|
44
|
|
|
|
|
|
|
'16' => [ 'Promotion end date/time', |
|
45
|
|
|
|
|
|
|
'Date/time when promotion activities end.' ], |
|
46
|
|
|
|
|
|
|
'17' => [ 'Delivery date/time, estimated', |
|
47
|
|
|
|
|
|
|
'Date and/or time when the shipper of the goods expects delivery will take place.' ], |
|
48
|
|
|
|
|
|
|
'18' => [ 'Installation date/time/period', |
|
49
|
|
|
|
|
|
|
'The date/time/period of the act, or an instance of installing something or someone.' ], |
|
50
|
|
|
|
|
|
|
'19' => [ 'Meat ageing period', |
|
51
|
|
|
|
|
|
|
'Period of time between slaughter and delivery during which meat is ageing.' ], |
|
52
|
|
|
|
|
|
|
'20' => [ 'Cheque date/time', |
|
53
|
|
|
|
|
|
|
'Date/time when cheque is issued.' ], |
|
54
|
|
|
|
|
|
|
'21' => [ 'Charge back date/time', |
|
55
|
|
|
|
|
|
|
'The date/time of the charge back.' ], |
|
56
|
|
|
|
|
|
|
'22' => [ 'Freight bill date/time', |
|
57
|
|
|
|
|
|
|
'Date/time when freight bill is issued.' ], |
|
58
|
|
|
|
|
|
|
'23' => [ 'Equipment reconditioning date/time, actual', |
|
59
|
|
|
|
|
|
|
'Actual date/time of the reconditioning of a piece of equipment.' ], |
|
60
|
|
|
|
|
|
|
'24' => [ 'Transfer note acceptance date and time', |
|
61
|
|
|
|
|
|
|
'Date and time when a transfer note (transfer document for transport exclusively using containers as equipment) is recognised as being valid by the carrier.' ], |
|
62
|
|
|
|
|
|
|
'35' => [ 'Delivery date/time, actual', |
|
63
|
|
|
|
|
|
|
'Date/time on which goods or consignment are delivered at their destination.' ], |
|
64
|
|
|
|
|
|
|
'36' => [ 'Expiry date', |
|
65
|
|
|
|
|
|
|
'Date of expiry of the validity of a referenced document, price information or any other referenced data element with a limited validity period.' ], |
|
66
|
|
|
|
|
|
|
'37' => [ 'Ship not before date/time', |
|
67
|
|
|
|
|
|
|
'Goods should not be shipped before given date/time.' ], |
|
68
|
|
|
|
|
|
|
'38' => [ 'Ship not later than date/time', |
|
69
|
|
|
|
|
|
|
'Date/time by which the goods should have been shipped.' ], |
|
70
|
|
|
|
|
|
|
'39' => [ 'Ship week of date', |
|
71
|
|
|
|
|
|
|
'Date identifying the week during which goods should be shipped.' ], |
|
72
|
|
|
|
|
|
|
'40' => [ 'Clinical information issue date and/or time', |
|
73
|
|
|
|
|
|
|
'Date and/or time when clinical information is issued.' ], |
|
74
|
|
|
|
|
|
|
'41' => [ 'Event duration, expected', |
|
75
|
|
|
|
|
|
|
'The expected duration of an event.' ], |
|
76
|
|
|
|
|
|
|
'42' => [ 'Superseded date/time', |
|
77
|
|
|
|
|
|
|
'Date/time being overlaid by a date given elsewhere.' ], |
|
78
|
|
|
|
|
|
|
'43' => [ 'Event duration, intended', |
|
79
|
|
|
|
|
|
|
'The intended duration of an event.' ], |
|
80
|
|
|
|
|
|
|
'44' => [ 'Availability', |
|
81
|
|
|
|
|
|
|
'Date/time when received item is available.' ], |
|
82
|
|
|
|
|
|
|
'45' => [ 'Compilation date and time', |
|
83
|
|
|
|
|
|
|
'Date and time of the compilation.' ], |
|
84
|
|
|
|
|
|
|
'46' => [ 'Cancellation date', |
|
85
|
|
|
|
|
|
|
'Date on which a document or message has been cancelled.' ], |
|
86
|
|
|
|
|
|
|
'47' => [ 'Statistical time series date', |
|
87
|
|
|
|
|
|
|
'Date for statistical time series purposes.' ], |
|
88
|
|
|
|
|
|
|
'48' => [ 'Duration', |
|
89
|
|
|
|
|
|
|
'Duration.' ], |
|
90
|
|
|
|
|
|
|
'49' => [ 'Deliver not before and not after dates', |
|
91
|
|
|
|
|
|
|
'Deliver not before and not after a specific date range.' ], |
|
92
|
|
|
|
|
|
|
'50' => [ 'Goods receipt date/time', |
|
93
|
|
|
|
|
|
|
'Date/time upon which the goods were received by a given party.' ], |
|
94
|
|
|
|
|
|
|
'51' => [ 'Cumulative quantity start date', |
|
95
|
|
|
|
|
|
|
'First Date for accumulation of delivery quantities.' ], |
|
96
|
|
|
|
|
|
|
'52' => [ 'Cumulative quantity end date', |
|
97
|
|
|
|
|
|
|
'Last Date for accumulation of delivery quantities.' ], |
|
98
|
|
|
|
|
|
|
'53' => [ "Buyer's local time", |
|
99
|
|
|
|
|
|
|
"Time at the buyer's location." ], |
|
100
|
|
|
|
|
|
|
'54' => [ "Seller's local time", |
|
101
|
|
|
|
|
|
|
"Time at the seller's location." ], |
|
102
|
|
|
|
|
|
|
'55' => [ 'Confirmed date/time', |
|
103
|
|
|
|
|
|
|
'Date/time which has been confirmed.' ], |
|
104
|
|
|
|
|
|
|
'56' => [ 'Original authorisation date and/or time', |
|
105
|
|
|
|
|
|
|
'Date and/or time when original authorisation was issued.' ], |
|
106
|
|
|
|
|
|
|
'57' => [ 'Precaution relevant period', |
|
107
|
|
|
|
|
|
|
'The period when a precaution is relevant.' ], |
|
108
|
|
|
|
|
|
|
'58' => [ 'Clearance date (Customs)', |
|
109
|
|
|
|
|
|
|
'Date on which Customs formalities necessary to allow goods to be exported, to enter home use, or to be placed under another Customs procedure has been accomplished (CCC).' ], |
|
110
|
|
|
|
|
|
|
'59' => [ 'Inbound movement authorization date', |
|
111
|
|
|
|
|
|
|
'Inland movement authorization date.' ], |
|
112
|
|
|
|
|
|
|
'60' => [ 'Engineering change level date', |
|
113
|
|
|
|
|
|
|
'Date the engineering level of goods is changed.' ], |
|
114
|
|
|
|
|
|
|
'61' => [ 'Cancel if not delivered by this date', |
|
115
|
|
|
|
|
|
|
'The date on which cancellation should take place, if delivery has not occurred.' ], |
|
116
|
|
|
|
|
|
|
'62' => [ 'Excluded date', |
|
117
|
|
|
|
|
|
|
'Date excluded from a period of time.' ], |
|
118
|
|
|
|
|
|
|
'63' => [ 'Delivery date time, last', |
|
119
|
|
|
|
|
|
|
'[2025] Last date, and optionally time of a delivery.' ], |
|
120
|
|
|
|
|
|
|
'64' => [ 'Delivery date/time, earliest', |
|
121
|
|
|
|
|
|
|
'Date identifying a point in time before which the goods shall not be delivered.' ], |
|
122
|
|
|
|
|
|
|
'65' => [ 'Delivery date/time, 1st schedule', |
|
123
|
|
|
|
|
|
|
'The first scheduled date/time for delivery.' ], |
|
124
|
|
|
|
|
|
|
'66' => [ 'Excluded period', |
|
125
|
|
|
|
|
|
|
'An interval of time excluded from a period of time.' ], |
|
126
|
|
|
|
|
|
|
'67' => [ 'Delivery date/time, current schedule', |
|
127
|
|
|
|
|
|
|
'Delivery Date deriving from actual schedule.' ], |
|
128
|
|
|
|
|
|
|
'68' => [ 'Additional period', |
|
129
|
|
|
|
|
|
|
'An interval of time added to a period of time.' ], |
|
130
|
|
|
|
|
|
|
'69' => [ 'Delivery date time, promised before', |
|
131
|
|
|
|
|
|
|
'[2139] Date and optionally time by which the merchandise should be delivered to the buyer, as agreed between the seller and the buyer (generic term).' ], |
|
132
|
|
|
|
|
|
|
'70' => [ 'Additional date', |
|
133
|
|
|
|
|
|
|
'Date added to a period of time.' ], |
|
134
|
|
|
|
|
|
|
'71' => [ 'Delivery date/time, requested for (after and including)', |
|
135
|
|
|
|
|
|
|
'Delivery is requested to happen after or on given date.' ], |
|
136
|
|
|
|
|
|
|
'72' => [ 'Delivery date/time, promised for (after and including)', |
|
137
|
|
|
|
|
|
|
'Delivery might take place earliest at given date.' ], |
|
138
|
|
|
|
|
|
|
'73' => [ 'Guarantee period', |
|
139
|
|
|
|
|
|
|
'The period for which the guarantee is or will be granted.' ], |
|
140
|
|
|
|
|
|
|
'74' => [ 'Delivery date/time, requested for (prior to and including)', |
|
141
|
|
|
|
|
|
|
'Delivery is requested to happen prior to or including the given date.' ], |
|
142
|
|
|
|
|
|
|
'75' => [ 'Delivery date/time, promised for (prior to and including)', |
|
143
|
|
|
|
|
|
|
'Delivery might take place latest at given date.' ], |
|
144
|
|
|
|
|
|
|
'76' => [ 'Delivery date/time, scheduled for', |
|
145
|
|
|
|
|
|
|
'The date/time for which delivery is scheduled.' ], |
|
146
|
|
|
|
|
|
|
'77' => [ 'Specification revision date', |
|
147
|
|
|
|
|
|
|
'Date of revision to a specification.' ], |
|
148
|
|
|
|
|
|
|
'78' => [ 'Event date/time/period, actual', |
|
149
|
|
|
|
|
|
|
'The actual date/time/period an event occurred.' ], |
|
150
|
|
|
|
|
|
|
'79' => [ 'Shipment date/time, promised for', |
|
151
|
|
|
|
|
|
|
'Shipment might happen at given date/time.' ], |
|
152
|
|
|
|
|
|
|
'80' => [ 'Planning end date and/or time, actual', |
|
153
|
|
|
|
|
|
|
'The actual date and/or time the planning ended.' ], |
|
154
|
|
|
|
|
|
|
'81' => [ 'Shipment date/time, requested for (after and including)', |
|
155
|
|
|
|
|
|
|
'Shipment should happen earliest at given date.' ], |
|
156
|
|
|
|
|
|
|
'82' => [ 'Medicine administration time', |
|
157
|
|
|
|
|
|
|
'Designated time of day for the administration of medicine.' ], |
|
158
|
|
|
|
|
|
|
'83' => [ 'Dispensing interval, minimum', |
|
159
|
|
|
|
|
|
|
'The shortest interval allowed between one dispensing of an item and the next dispensing of the same item.' ], |
|
160
|
|
|
|
|
|
|
'84' => [ 'Shipment date/time, requested for (prior to and including)', |
|
161
|
|
|
|
|
|
|
'Shipment should take place latest at given date.' ], |
|
162
|
|
|
|
|
|
|
'85' => [ 'Shipment date/time, promised for (prior to and including)', |
|
163
|
|
|
|
|
|
|
'Shipment might take place latest at given date.' ], |
|
164
|
|
|
|
|
|
|
'86' => [ 'Medication date/time, start', |
|
165
|
|
|
|
|
|
|
'Date and/or time when medication was started.' ], |
|
166
|
|
|
|
|
|
|
'87' => [ 'Travel service connection time', |
|
167
|
|
|
|
|
|
|
'Time elapsing between the arrival of a travel service and the departure of a connecting travel service.' ], |
|
168
|
|
|
|
|
|
|
'88' => [ 'Summer time, start', |
|
169
|
|
|
|
|
|
|
'Date/time at which the summer time starts.' ], |
|
170
|
|
|
|
|
|
|
'89' => [ 'Inquiry date', |
|
171
|
|
|
|
|
|
|
'The date on which an inquiry is made.' ], |
|
172
|
|
|
|
|
|
|
'90' => [ 'Report start date', |
|
173
|
|
|
|
|
|
|
'The date on which a report is to begin.' ], |
|
174
|
|
|
|
|
|
|
'91' => [ 'Report end date', |
|
175
|
|
|
|
|
|
|
'The date on which a report is to end.' ], |
|
176
|
|
|
|
|
|
|
'92' => [ 'Contract effective date', |
|
177
|
|
|
|
|
|
|
'Date when a contract becomes valid.' ], |
|
178
|
|
|
|
|
|
|
'93' => [ 'Contract expiry date', |
|
179
|
|
|
|
|
|
|
'Date when a contract expires.' ], |
|
180
|
|
|
|
|
|
|
'94' => [ 'Production/manufacture date', |
|
181
|
|
|
|
|
|
|
'Date on which goods are produced.' ], |
|
182
|
|
|
|
|
|
|
'95' => [ 'Bill of lading date', |
|
183
|
|
|
|
|
|
|
'Date as specified on the bill of lading.' ], |
|
184
|
|
|
|
|
|
|
'96' => [ 'Discharge date/time', |
|
185
|
|
|
|
|
|
|
'Date/time when goods should, might or have been discharged from the means of transport.' ], |
|
186
|
|
|
|
|
|
|
'97' => [ 'Transaction creation date', |
|
187
|
|
|
|
|
|
|
'The date on which a transaction was originated or brought into being.' ], |
|
188
|
|
|
|
|
|
|
'98' => [ 'Winter time, start', |
|
189
|
|
|
|
|
|
|
'Date/time at which the winter time starts.' ], |
|
190
|
|
|
|
|
|
|
'99' => [ 'Quotation opening date', |
|
191
|
|
|
|
|
|
|
'The date on which the quotation has been or may be opened.' ], |
|
192
|
|
|
|
|
|
|
'100' => [ 'Product ageing period before delivery', |
|
193
|
|
|
|
|
|
|
'Period of time before delivery during which the product is ageing.' ], |
|
194
|
|
|
|
|
|
|
'101' => [ 'Production date, no schedule established as of', |
|
195
|
|
|
|
|
|
|
'Date as of there is no valid production schedule.' ], |
|
196
|
|
|
|
|
|
|
'102' => [ 'Health problem period', |
|
197
|
|
|
|
|
|
|
'Period of time of health problem.' ], |
|
198
|
|
|
|
|
|
|
'103' => [ 'Closing date/time for breakbulk STORO', |
|
199
|
|
|
|
|
|
|
'Date/time on which delivering period for breakbulk STORO cargo ends (STORO = Stowing on Roll on-Roll off vessel).' ], |
|
200
|
|
|
|
|
|
|
'104' => [ 'Closing date/time for container RO-RO', |
|
201
|
|
|
|
|
|
|
'Date/time on which delivering period for container Roll on-Roll off (RO-RO) cargo ends.' ], |
|
202
|
|
|
|
|
|
|
'105' => [ 'Starting date/time for breakbulk STORO', |
|
203
|
|
|
|
|
|
|
'Date/time on which delivering period for breakbulk STORO cargo starts (STORO = Stowing on Roll on-Roll off vessel).' ], |
|
204
|
|
|
|
|
|
|
'106' => [ 'Starting date/time for container RO-RO', |
|
205
|
|
|
|
|
|
|
'Date/time on which delivering period for container Roll on-Roll off (RO-RO) cargo starts.' ], |
|
206
|
|
|
|
|
|
|
'107' => [ 'Deposit date/time', |
|
207
|
|
|
|
|
|
|
'The date/time on which a deposit was made.' ], |
|
208
|
|
|
|
|
|
|
'108' => [ 'Postmark date/time', |
|
209
|
|
|
|
|
|
|
'An official mark stamped on a letter identifying date/time of dispatch or arrival.' ], |
|
210
|
|
|
|
|
|
|
'109' => [ 'Receive at lockbox date', |
|
211
|
|
|
|
|
|
|
'The date on which a financial institution, serving as collection agency for a company located in another part of the country, collects an amount of money on behalf of that company.' ], |
|
212
|
|
|
|
|
|
|
'110' => [ 'Ship date, originally scheduled', |
|
213
|
|
|
|
|
|
|
'The date on which the shipment of goods was originally scheduled.' ], |
|
214
|
|
|
|
|
|
|
'111' => [ 'Manifest/ship notice date', |
|
215
|
|
|
|
|
|
|
'The date of issuance of a manifest or ship notice.' ], |
|
216
|
|
|
|
|
|
|
'112' => [ 'First interest-bearing date', |
|
217
|
|
|
|
|
|
|
'The first date from which interest is borne.' ], |
|
218
|
|
|
|
|
|
|
'113' => [ 'Sample required date', |
|
219
|
|
|
|
|
|
|
'Date as of a sample has to be available customer defined.' ], |
|
220
|
|
|
|
|
|
|
'114' => [ 'Tooling required date', |
|
221
|
|
|
|
|
|
|
'Date as of a tool has to be available customer defined.' ], |
|
222
|
|
|
|
|
|
|
'115' => [ 'Sample available date', |
|
223
|
|
|
|
|
|
|
'Date as of a sample will be available seller defined.' ], |
|
224
|
|
|
|
|
|
|
'116' => [ 'Equipment return period, expected', |
|
225
|
|
|
|
|
|
|
'Period until which equipment is expected to be hired.' ], |
|
226
|
|
|
|
|
|
|
'117' => [ 'Delivery date/time, first', |
|
227
|
|
|
|
|
|
|
'First possible date/time for delivery.' ], |
|
228
|
|
|
|
|
|
|
'118' => [ 'Cargo booking confirmed date/time', |
|
229
|
|
|
|
|
|
|
'Date/time at which the cargo booking has been accepted by the carrier.' ], |
|
230
|
|
|
|
|
|
|
'119' => [ 'Test completion date', |
|
231
|
|
|
|
|
|
|
'Date when a test has been completed.' ], |
|
232
|
|
|
|
|
|
|
'120' => [ 'Last interest-bearing date', |
|
233
|
|
|
|
|
|
|
'The last date from which interest is borne.' ], |
|
234
|
|
|
|
|
|
|
'121' => [ 'Entry date', |
|
235
|
|
|
|
|
|
|
'Date of entry.' ], |
|
236
|
|
|
|
|
|
|
'122' => [ 'Contract completion date', |
|
237
|
|
|
|
|
|
|
'The date a contract is completed.' ], |
|
238
|
|
|
|
|
|
|
'123' => [ 'Documentary credit expiry date/time', |
|
239
|
|
|
|
|
|
|
'(2211) The latest date/time for presentation of the documents to the bank where the credit expires.' ], |
|
240
|
|
|
|
|
|
|
'124' => [ 'Despatch note document issue date time', |
|
241
|
|
|
|
|
|
|
'[2219] Issue date of a despatch note.' ], |
|
242
|
|
|
|
|
|
|
'125' => [ 'Import permit issue date time', |
|
243
|
|
|
|
|
|
|
'[2293] Date of issue of an import licence.' ], |
|
244
|
|
|
|
|
|
|
'126' => [ 'Contract document issue date time', |
|
245
|
|
|
|
|
|
|
'[2327] Date on which a contract is issued.' ], |
|
246
|
|
|
|
|
|
|
'127' => [ 'Previous report date', |
|
247
|
|
|
|
|
|
|
'Date of the previous report.' ], |
|
248
|
|
|
|
|
|
|
'128' => [ 'Delivery date/time, last', |
|
249
|
|
|
|
|
|
|
'Date when the last delivery should be or has been accomplished.' ], |
|
250
|
|
|
|
|
|
|
'129' => [ 'Exportation date', |
|
251
|
|
|
|
|
|
|
'[2043] Date when the imported vessel/merchandise last left the country of export for the country of import.' ], |
|
252
|
|
|
|
|
|
|
'130' => [ 'Current report date', |
|
253
|
|
|
|
|
|
|
'Date of the current report.' ], |
|
254
|
|
|
|
|
|
|
'131' => [ 'Tax point date time', |
|
255
|
|
|
|
|
|
|
'[2221] Date on which tax is due or calculated.' ], |
|
256
|
|
|
|
|
|
|
'132' => [ 'Transport means arrival date time, estimated', |
|
257
|
|
|
|
|
|
|
'[2349] Date and or time of the estimated arrival of means of transport.' ], |
|
258
|
|
|
|
|
|
|
'133' => [ 'Transport means departure date/time, estimated', |
|
259
|
|
|
|
|
|
|
'Date/time when carrier estimates that a means of transport should depart at the place of departure.' ], |
|
260
|
|
|
|
|
|
|
'134' => [ 'Rate of exchange date/time', |
|
261
|
|
|
|
|
|
|
'Date/time on which the exchange rate was fixed.' ], |
|
262
|
|
|
|
|
|
|
'135' => [ 'Telex date', |
|
263
|
|
|
|
|
|
|
'Date identifying when a telex message was sent.' ], |
|
264
|
|
|
|
|
|
|
'136' => [ 'Transport means departure date time, actual', |
|
265
|
|
|
|
|
|
|
'[2281] Date and or time of the departure of a means of transport.' ], |
|
266
|
|
|
|
|
|
|
'137' => [ 'Document issue date time', |
|
267
|
|
|
|
|
|
|
'[2007] Date that a document was issued and when appropriate, signed or otherwise authenticated.' ], |
|
268
|
|
|
|
|
|
|
'138' => [ 'Payment availability date time', |
|
269
|
|
|
|
|
|
|
'[2035] Date that an amount due becomes available to a creditor under the terms of payment.' ], |
|
270
|
|
|
|
|
|
|
'139' => [ 'Property mortgage date, start', |
|
271
|
|
|
|
|
|
|
'The date the mortgage on a piece of property begins.' ], |
|
272
|
|
|
|
|
|
|
'140' => [ 'Payment due date', |
|
273
|
|
|
|
|
|
|
'Date/time at which funds should be made available.' ], |
|
274
|
|
|
|
|
|
|
'141' => [ 'Customs declaration document lodgement date time', |
|
275
|
|
|
|
|
|
|
'[2033] Presentation date of a declaration to customs.' ], |
|
276
|
|
|
|
|
|
|
'142' => [ 'Labour wage determination date', |
|
277
|
|
|
|
|
|
|
'The date a labour wage is determined.' ], |
|
278
|
|
|
|
|
|
|
'143' => [ 'Consignment acceptance date time, actual', |
|
279
|
|
|
|
|
|
|
'[2127] Actual date and optionally time when a consignment of goods is taken over by the carrier at the place of acceptance.' ], |
|
280
|
|
|
|
|
|
|
'144' => [ 'Quota date', |
|
281
|
|
|
|
|
|
|
'Date that the quota applies to.' ], |
|
282
|
|
|
|
|
|
|
'145' => [ 'Event date', |
|
283
|
|
|
|
|
|
|
'A date specifying an event.' ], |
|
284
|
|
|
|
|
|
|
'146' => [ 'Entry date, estimated (Customs)', |
|
285
|
|
|
|
|
|
|
'Date on which the official date of Customs entry is anticipated.' ], |
|
286
|
|
|
|
|
|
|
'147' => [ 'Export permit effective end date time', |
|
287
|
|
|
|
|
|
|
'[2079] Date on which an export licence expires.' ], |
|
288
|
|
|
|
|
|
|
'148' => [ 'Goods declaration document acceptance date time', |
|
289
|
|
|
|
|
|
|
'[2037] Date on which a Goods declaration has been or will be accepted by Customs in accordance with Customs legislation.' ], |
|
290
|
|
|
|
|
|
|
'149' => [ 'Invoice date, required', |
|
291
|
|
|
|
|
|
|
'Date required for invoice issue.' ], |
|
292
|
|
|
|
|
|
|
'150' => [ 'Declaration/presentation date', |
|
293
|
|
|
|
|
|
|
'Date when item has been or has to be declared/presented.' ], |
|
294
|
|
|
|
|
|
|
'151' => [ 'Importation date', |
|
295
|
|
|
|
|
|
|
'Date on which goods are imported, as determined by the governing Customs administration.' ], |
|
296
|
|
|
|
|
|
|
'152' => [ 'Exportation date for textiles', |
|
297
|
|
|
|
|
|
|
'Date when imported textiles last left the country of origin for the country of importation.' ], |
|
298
|
|
|
|
|
|
|
'153' => [ 'Cancellation date/time, latest', |
|
299
|
|
|
|
|
|
|
'The latest date/time on which cancellation of the payment order may be requested.' ], |
|
300
|
|
|
|
|
|
|
'154' => [ 'Acceptance date of document', |
|
301
|
|
|
|
|
|
|
'The date on which a document was accepted.' ], |
|
302
|
|
|
|
|
|
|
'155' => [ 'Accounting period start date', |
|
303
|
|
|
|
|
|
|
'The first date of an accounting period.' ], |
|
304
|
|
|
|
|
|
|
'156' => [ 'Accounting period end date', |
|
305
|
|
|
|
|
|
|
'The last date of an accounting period.' ], |
|
306
|
|
|
|
|
|
|
'157' => [ 'Validity start date', |
|
307
|
|
|
|
|
|
|
'The first date of a period for which something is valid.' ], |
|
308
|
|
|
|
|
|
|
'158' => [ 'Horizon start date', |
|
309
|
|
|
|
|
|
|
'The first date of a period forming a horizon.' ], |
|
310
|
|
|
|
|
|
|
'159' => [ 'Horizon end date', |
|
311
|
|
|
|
|
|
|
'The last date of a period forming a horizon.' ], |
|
312
|
|
|
|
|
|
|
'160' => [ 'Authorization date', |
|
313
|
|
|
|
|
|
|
'Date when an authorization was given.' ], |
|
314
|
|
|
|
|
|
|
'161' => [ 'Release date of customer', |
|
315
|
|
|
|
|
|
|
"Date the customer authorised the goods' release." ], |
|
316
|
|
|
|
|
|
|
'162' => [ 'Release date of supplier', |
|
317
|
|
|
|
|
|
|
'Date when the supplier released goods.' ], |
|
318
|
|
|
|
|
|
|
'163' => [ 'Processing start date/time', |
|
319
|
|
|
|
|
|
|
'Date/Time when a specific process starts.' ], |
|
320
|
|
|
|
|
|
|
'164' => [ 'Processing end date/time', |
|
321
|
|
|
|
|
|
|
'Date/Time when a specific process ends.' ], |
|
322
|
|
|
|
|
|
|
'165' => [ 'Tax period start date', |
|
323
|
|
|
|
|
|
|
'Date when a tax period begins.' ], |
|
324
|
|
|
|
|
|
|
'166' => [ 'Tax period end date', |
|
325
|
|
|
|
|
|
|
'Date when a tax period ends.' ], |
|
326
|
|
|
|
|
|
|
'167' => [ 'Charge period start date', |
|
327
|
|
|
|
|
|
|
"The charge period's first date." ], |
|
328
|
|
|
|
|
|
|
'168' => [ 'Charge period end date', |
|
329
|
|
|
|
|
|
|
"The charge period's last date." ], |
|
330
|
|
|
|
|
|
|
'169' => [ 'Lead time', |
|
331
|
|
|
|
|
|
|
'Time required between order entry till earliest goods delivery.' ], |
|
332
|
|
|
|
|
|
|
'170' => [ 'Settlement due date', |
|
333
|
|
|
|
|
|
|
"More generic than 'payment due date' and therefore more apt for reinsurance/insurance business." ], |
|
334
|
|
|
|
|
|
|
'171' => [ 'Reference date/time', |
|
335
|
|
|
|
|
|
|
'Date/time on which the reference was issued.' ], |
|
336
|
|
|
|
|
|
|
'172' => [ 'Hired from date', |
|
337
|
|
|
|
|
|
|
'Date from which an item has been or will be hired.' ], |
|
338
|
|
|
|
|
|
|
'173' => [ 'Hired until date', |
|
339
|
|
|
|
|
|
|
'Date until which an item has been or will be hired.' ], |
|
340
|
|
|
|
|
|
|
'174' => [ 'Advise after date/time', |
|
341
|
|
|
|
|
|
|
'The information must be advised after the date/time indicated.' ], |
|
342
|
|
|
|
|
|
|
'175' => [ 'Advise before date/time', |
|
343
|
|
|
|
|
|
|
'The information must be advised before the date/time indicated.' ], |
|
344
|
|
|
|
|
|
|
'176' => [ 'Advise completed date/time', |
|
345
|
|
|
|
|
|
|
'The advise has been completed at the date indicated.' ], |
|
346
|
|
|
|
|
|
|
'177' => [ 'Advise on date/time', |
|
347
|
|
|
|
|
|
|
'The information must be advised on the date/time indicated.' ], |
|
348
|
|
|
|
|
|
|
'178' => [ 'Transport means arrival date time, actual', |
|
349
|
|
|
|
|
|
|
'[2107] Date and or time of the arrival of means of transport.' ], |
|
350
|
|
|
|
|
|
|
'179' => [ 'Booking date/time', |
|
351
|
|
|
|
|
|
|
'Date at which the booking was made.' ], |
|
352
|
|
|
|
|
|
|
'180' => [ 'Closing date/time', |
|
353
|
|
|
|
|
|
|
'Final date for delivering cargo to a liner ship.' ], |
|
354
|
|
|
|
|
|
|
'181' => [ 'Positioning date/time of equipment', |
|
355
|
|
|
|
|
|
|
'Date/time when equipment is positioned.' ], |
|
356
|
|
|
|
|
|
|
'182' => [ 'Issue date', |
|
357
|
|
|
|
|
|
|
'Date when a document/message has been or will be issued.' ], |
|
358
|
|
|
|
|
|
|
'183' => [ 'Date, as at', |
|
359
|
|
|
|
|
|
|
'Date related to a given context.' ], |
|
360
|
|
|
|
|
|
|
'184' => [ 'Notification date/time', |
|
361
|
|
|
|
|
|
|
'Date/time of notification.' ], |
|
362
|
|
|
|
|
|
|
'185' => [ 'Commenced tank cleaning date/time', |
|
363
|
|
|
|
|
|
|
'The date/and or time tank cleaning was started.' ], |
|
364
|
|
|
|
|
|
|
'186' => [ 'Transport means departure date/time, actual', |
|
365
|
|
|
|
|
|
|
'(2280) Date (and time) of departure of means of transport.' ], |
|
366
|
|
|
|
|
|
|
'187' => [ 'Authentication date/time of document', |
|
367
|
|
|
|
|
|
|
'Date/time when the document is signed or otherwise authenticated.' ], |
|
368
|
|
|
|
|
|
|
'188' => [ 'Previous current account date', |
|
369
|
|
|
|
|
|
|
'Date of the previous current account.' ], |
|
370
|
|
|
|
|
|
|
'189' => [ 'Transport means departure date/time, scheduled', |
|
371
|
|
|
|
|
|
|
'Date (and time) of scheduled departure of means of transport.' ], |
|
372
|
|
|
|
|
|
|
'190' => [ 'Transhipment date/time', |
|
373
|
|
|
|
|
|
|
'Date and time of the transfer of the goods from one means of transport to another.' ], |
|
374
|
|
|
|
|
|
|
'191' => [ 'Delivery date/time, expected', |
|
375
|
|
|
|
|
|
|
'Date/time on which goods are expected to be delivered.' ], |
|
376
|
|
|
|
|
|
|
'192' => [ 'Expiration date/time of customs document', |
|
377
|
|
|
|
|
|
|
'Date on which validity of a customs document expires.' ], |
|
378
|
|
|
|
|
|
|
'193' => [ 'Execution date', |
|
379
|
|
|
|
|
|
|
'The date when ordered bank initiated the transaction.' ], |
|
380
|
|
|
|
|
|
|
'194' => [ 'Start date/time', |
|
381
|
|
|
|
|
|
|
'Date/time on which a period starts.' ], |
|
382
|
|
|
|
|
|
|
'195' => [ 'Import permit effective end date time', |
|
383
|
|
|
|
|
|
|
'[2273] Date on which the validity of an import licence expires.' ], |
|
384
|
|
|
|
|
|
|
'196' => [ 'Transport means departure date/time, earliest', |
|
385
|
|
|
|
|
|
|
'Date/time of earliest departure of means of transport.' ], |
|
386
|
|
|
|
|
|
|
'197' => [ 'Lay-time first day', |
|
387
|
|
|
|
|
|
|
'First of a number of days allowed in a charter party of the loading and discharging of cargo.' ], |
|
388
|
|
|
|
|
|
|
'198' => [ 'Lay-time last day', |
|
389
|
|
|
|
|
|
|
'Last of a number of days allowed in a charter party for the loading and discharging of cargo.' ], |
|
390
|
|
|
|
|
|
|
'199' => [ 'Positioning date/time of goods', |
|
391
|
|
|
|
|
|
|
'The date and/or time the goods have to be or have been positioned.' ], |
|
392
|
|
|
|
|
|
|
'200' => [ 'Cargo pick-up date / time', |
|
393
|
|
|
|
|
|
|
'Date/time at which the cargo is picked up. Synonym: collected.' ], |
|
394
|
|
|
|
|
|
|
'201' => [ 'Equipment pick-up date / time', |
|
395
|
|
|
|
|
|
|
'Date/time at which the equipment is picked up.' ], |
|
396
|
|
|
|
|
|
|
'202' => [ 'Posting date', |
|
397
|
|
|
|
|
|
|
'The date when an entry is posted to an account.' ], |
|
398
|
|
|
|
|
|
|
'203' => [ 'Execution date/time, requested', |
|
399
|
|
|
|
|
|
|
'The date/time on which the ordered bank is requested to initiate the payment order, as specified by the originator (e.g. the date of the debit).' ], |
|
400
|
|
|
|
|
|
|
'204' => [ 'Release date (Customs)', |
|
401
|
|
|
|
|
|
|
'Date on which Customs releases merchandise to the carrier or importer.' ], |
|
402
|
|
|
|
|
|
|
'205' => [ 'Settlement date', |
|
403
|
|
|
|
|
|
|
'Date for settlement of financial transaction e.g. foreign exchange securities.' ], |
|
404
|
|
|
|
|
|
|
'206' => [ 'End date/time', |
|
405
|
|
|
|
|
|
|
'Date/time on which a period (from - to) ends.' ], |
|
406
|
|
|
|
|
|
|
'207' => [ 'Commenced pumping ballast date/time', |
|
407
|
|
|
|
|
|
|
'Date/time on which the intake of materials to be carried to improve the trim and the stability of the means of transport, was commenced.' ], |
|
408
|
|
|
|
|
|
|
'208' => [ 'Transport means departure date/time, ultimate', |
|
409
|
|
|
|
|
|
|
'Date/time at which a means of transport has to depart ultimately.' ], |
|
410
|
|
|
|
|
|
|
'209' => [ 'Value date', |
|
411
|
|
|
|
|
|
|
'Date on which the funds are at the disposal of the beneficiary or cease to be at the disposal of the ordering customer.' ], |
|
412
|
|
|
|
|
|
|
'210' => [ 'Reinsurance current account period', |
|
413
|
|
|
|
|
|
|
'The date of the current reinsurance account.' ], |
|
414
|
|
|
|
|
|
|
'211' => [ '360/30', |
|
415
|
|
|
|
|
|
|
'Calculation is based on year of 360 days, month of 30 days.' ], |
|
416
|
|
|
|
|
|
|
'212' => [ '360/28-31', |
|
417
|
|
|
|
|
|
|
'Calculation is based on year of 360 days, month of 28-31 days.' ], |
|
418
|
|
|
|
|
|
|
'213' => [ '365-6/30', |
|
419
|
|
|
|
|
|
|
'Calculation is based on year of 365-6 days, month of 30 days.' ], |
|
420
|
|
|
|
|
|
|
'214' => [ '365-6/28-31', |
|
421
|
|
|
|
|
|
|
'Calculation is based on year of 365-6 days, month of 28- 31 days.' ], |
|
422
|
|
|
|
|
|
|
'215' => [ '365/28-31', |
|
423
|
|
|
|
|
|
|
'Calculation is based on year of 365 days, month of 28-31 days.' ], |
|
424
|
|
|
|
|
|
|
'216' => [ '365/30', |
|
425
|
|
|
|
|
|
|
'Calculation is based on year of 365 days, month of 30 days.' ], |
|
426
|
|
|
|
|
|
|
'217' => [ 'From date of award to latest delivery', |
|
427
|
|
|
|
|
|
|
'Lead time to determine the latest date a delivery can be made based on the date an award is made.' ], |
|
428
|
|
|
|
|
|
|
'218' => [ 'Authentication/validation date/time', |
|
429
|
|
|
|
|
|
|
'The date/time of authentication and/or validation.' ], |
|
430
|
|
|
|
|
|
|
'219' => [ 'Crossborder date/time', |
|
431
|
|
|
|
|
|
|
'Date/time at which goods are transferred across a country border.' ], |
|
432
|
|
|
|
|
|
|
'220' => [ 'Property mortgage scheduled date, end', |
|
433
|
|
|
|
|
|
|
'The date the mortgage on a piece of property is scheduled to end.' ], |
|
434
|
|
|
|
|
|
|
'221' => [ 'Interest period', |
|
435
|
|
|
|
|
|
|
'Number of days used for the calculation of interests.' ], |
|
436
|
|
|
|
|
|
|
'222' => [ 'Presentation date, latest', |
|
437
|
|
|
|
|
|
|
'Latest date for presentation of a document.' ], |
|
438
|
|
|
|
|
|
|
'223' => [ 'Delivery date/time, deferred', |
|
439
|
|
|
|
|
|
|
"New date and time of delivery calculated on basis of a consignee's requirement (chargeable)." ], |
|
440
|
|
|
|
|
|
|
'224' => [ 'Permit to admit date', |
|
441
|
|
|
|
|
|
|
'Date on which permission was granted to move merchandise into a bonded warehouse or free trade zone.' ], |
|
442
|
|
|
|
|
|
|
'225' => [ 'Certification of weight date/time', |
|
443
|
|
|
|
|
|
|
'Date/time at which the carrier proceeds to the weighting of the goods.' ], |
|
444
|
|
|
|
|
|
|
'226' => [ 'Discrepancy date/time', |
|
445
|
|
|
|
|
|
|
'Date/time at which a discrepancy has been found.' ], |
|
446
|
|
|
|
|
|
|
'227' => [ "Beneficiary's banks due date", |
|
447
|
|
|
|
|
|
|
"Date on which funds should be made available to the beneficiary's bank." ], |
|
448
|
|
|
|
|
|
|
'228' => [ 'Debit value date, requested', |
|
449
|
|
|
|
|
|
|
'Date on which the account owner wants the debit value to his account.' ], |
|
450
|
|
|
|
|
|
|
'229' => [ 'Hoses connected date/time', |
|
451
|
|
|
|
|
|
|
'The date and/or time hoses were connected.' ], |
|
452
|
|
|
|
|
|
|
'230' => [ 'Hoses disconnected date/time', |
|
453
|
|
|
|
|
|
|
'The date and/or time hoses were disconnected.' ], |
|
454
|
|
|
|
|
|
|
'231' => [ 'Transport means arrival date/time, earliest', |
|
455
|
|
|
|
|
|
|
'Date/time of earliest arrival of means of transport.' ], |
|
456
|
|
|
|
|
|
|
'232' => [ 'Transport means arrival date/time, scheduled', |
|
457
|
|
|
|
|
|
|
'Date (and time) of scheduled arrival of means of transport.' ], |
|
458
|
|
|
|
|
|
|
'233' => [ 'Transport means arrival date/time, ultimate', |
|
459
|
|
|
|
|
|
|
'Date (and time) of ultimate arrival of means of transport.' ], |
|
460
|
|
|
|
|
|
|
'234' => [ 'Collection date/time, earliest', |
|
461
|
|
|
|
|
|
|
'The transport order may be issued before the goods are ready for picking up. This date/time indicates from when on the carrier can have access to the consignment.' ], |
|
462
|
|
|
|
|
|
|
'235' => [ 'Collection date/time, latest', |
|
463
|
|
|
|
|
|
|
'In relation with the arrangements agreed between buyer and seller or between sender and main transport it may be necessary to specify the latest collection date/time.' ], |
|
464
|
|
|
|
|
|
|
'236' => [ 'Completed pumping ballast date/time', |
|
465
|
|
|
|
|
|
|
'Date/time at which the intake of materials, to be carried to improve the trim and the stability of the means of transport, was completed.' ], |
|
466
|
|
|
|
|
|
|
'237' => [ 'Completed tank cleaning date/time', |
|
467
|
|
|
|
|
|
|
'The date and/or time tank cleaning was completed.' ], |
|
468
|
|
|
|
|
|
|
'238' => [ 'Tanks accepted date/time', |
|
469
|
|
|
|
|
|
|
'The date and/or time the tanks are to be or have been accepted.' ], |
|
470
|
|
|
|
|
|
|
'239' => [ 'Tanks inspected date/time', |
|
471
|
|
|
|
|
|
|
'The date and/or time the tanks are to be or have been inspected.' ], |
|
472
|
|
|
|
|
|
|
'240' => [ 'Reinsurance accounting period', |
|
473
|
|
|
|
|
|
|
'To identify a reinsurance account period via start and end dates.' ], |
|
474
|
|
|
|
|
|
|
'241' => [ 'From date of award to earliest delivery', |
|
475
|
|
|
|
|
|
|
'Lead time to determine the earliest date a delivery can be made based on the date an award is made.' ], |
|
476
|
|
|
|
|
|
|
'242' => [ 'Preparation date/time of document', |
|
477
|
|
|
|
|
|
|
'Date and/or time that the document was prepared.' ], |
|
478
|
|
|
|
|
|
|
'243' => [ 'Transmission date/time of document', |
|
479
|
|
|
|
|
|
|
'The date/time at which a document was transmitted.' ], |
|
480
|
|
|
|
|
|
|
'244' => [ 'Settlement date, planned', |
|
481
|
|
|
|
|
|
|
'The date for which settlement is planned.' ], |
|
482
|
|
|
|
|
|
|
'245' => [ 'Underwriting year', |
|
483
|
|
|
|
|
|
|
'Year in which the treaty was commenced.' ], |
|
484
|
|
|
|
|
|
|
'246' => [ 'Accounting year', |
|
485
|
|
|
|
|
|
|
'Year considered for accounting of the treaty or portion of the treaty.' ], |
|
486
|
|
|
|
|
|
|
'247' => [ 'Year of occurrence', |
|
487
|
|
|
|
|
|
|
'Year in which a specific event (e.g. a loss) took place.' ], |
|
488
|
|
|
|
|
|
|
'248' => [ 'Loss', |
|
489
|
|
|
|
|
|
|
'Date, time, period on which a referenced loss occurred.' ], |
|
490
|
|
|
|
|
|
|
'249' => [ 'Cash call date', |
|
491
|
|
|
|
|
|
|
'Date on which a cash call was made for a loss suffered and covered.' ], |
|
492
|
|
|
|
|
|
|
'250' => [ 'Re-exportation date', |
|
493
|
|
|
|
|
|
|
'Date of re-exportation.' ], |
|
494
|
|
|
|
|
|
|
'251' => [ 'Re-importation date', |
|
495
|
|
|
|
|
|
|
'Date of re-importation.' ], |
|
496
|
|
|
|
|
|
|
'252' => [ 'Arrival date/time at initial port', |
|
497
|
|
|
|
|
|
|
'Date/time that the conveyance arrives at the initial port in the country of destination.' ], |
|
498
|
|
|
|
|
|
|
'253' => [ 'Departure date/time from last port of call', |
|
499
|
|
|
|
|
|
|
'Date/time that conveyance departed from the last foreign port of call.' ], |
|
500
|
|
|
|
|
|
|
'254' => [ 'Registration date of previous Customs declaration', |
|
501
|
|
|
|
|
|
|
'Registration date of the Customs declaration for the previous Customs procedure either in the same or another country.' ], |
|
502
|
|
|
|
|
|
|
'255' => [ 'Availability due date', |
|
503
|
|
|
|
|
|
|
'Date when ordered items should be available at a specified location.' ], |
|
504
|
|
|
|
|
|
|
'256' => [ 'From date of award to completion', |
|
505
|
|
|
|
|
|
|
'Lead time to determine the completion date of an effort based on the date an award is made.' ], |
|
506
|
|
|
|
|
|
|
'257' => [ 'Calculation date time', |
|
507
|
|
|
|
|
|
|
'[2253] Date on which the calculation was made.' ], |
|
508
|
|
|
|
|
|
|
'258' => [ 'Guarantee date', |
|
509
|
|
|
|
|
|
|
'Date when a guarantee is placed.' ], |
|
510
|
|
|
|
|
|
|
'259' => [ 'Conveyance registration date', |
|
511
|
|
|
|
|
|
|
'Date when a vessel, vehicle or other means of transport was registered by a competent authority.' ], |
|
512
|
|
|
|
|
|
|
'260' => [ 'Valuation date (Customs)', |
|
513
|
|
|
|
|
|
|
'Date when Customs valuation was made.' ], |
|
514
|
|
|
|
|
|
|
'261' => [ 'Release date/time', |
|
515
|
|
|
|
|
|
|
'Date/time assigned to identify the release of a set of rules, conditions, conventions, productions, etc.' ], |
|
516
|
|
|
|
|
|
|
'262' => [ 'Closure date/time/period', |
|
517
|
|
|
|
|
|
|
'Date/time/period when an enterprise is closed.' ], |
|
518
|
|
|
|
|
|
|
'263' => [ 'Invoicing period', |
|
519
|
|
|
|
|
|
|
'Period for which an invoice is issued.' ], |
|
520
|
|
|
|
|
|
|
'264' => [ 'Release frequency', |
|
521
|
|
|
|
|
|
|
'Frequency of a release.' ], |
|
522
|
|
|
|
|
|
|
'265' => [ 'Due date', |
|
523
|
|
|
|
|
|
|
'The date on which some action should occur.' ], |
|
524
|
|
|
|
|
|
|
'266' => [ 'Validation date', |
|
525
|
|
|
|
|
|
|
'The date on which something was made valid, ratified or confirmed.' ], |
|
526
|
|
|
|
|
|
|
'267' => [ 'Rate/price date/time', |
|
527
|
|
|
|
|
|
|
'Date/time on which a rate/price is determined.' ], |
|
528
|
|
|
|
|
|
|
'268' => [ 'Transit time/limits', |
|
529
|
|
|
|
|
|
|
'The time to go over a distance.' ], |
|
530
|
|
|
|
|
|
|
'269' => [ 'Discharge date/time, started', |
|
531
|
|
|
|
|
|
|
'Date/time when discharge operations were started.' ], |
|
532
|
|
|
|
|
|
|
'270' => [ 'Ship during date', |
|
533
|
|
|
|
|
|
|
'The date identifying the period during or in which the goods should be shipped.' ], |
|
534
|
|
|
|
|
|
|
'271' => [ 'Ship on or about date', |
|
535
|
|
|
|
|
|
|
'Date on or about which goods should be shipped.' ], |
|
536
|
|
|
|
|
|
|
'272' => [ 'Documentary credit presentation period', |
|
537
|
|
|
|
|
|
|
'The specification of the period of time, expressed in number of days, after the date of issuance of the transport document(s) within which the documents must be presented.' ], |
|
538
|
|
|
|
|
|
|
'273' => [ 'Validity period', |
|
539
|
|
|
|
|
|
|
'Dates (from/to)/period referenced documents are valid.' ], |
|
540
|
|
|
|
|
|
|
'274' => [ 'From date of order receipt to sample ready', |
|
541
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
542
|
|
|
|
|
|
|
'275' => [ 'From date of tooling authorization to sample ready', |
|
543
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
544
|
|
|
|
|
|
|
'276' => [ 'From date of receipt of tooling aids to sample ready', |
|
545
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
546
|
|
|
|
|
|
|
'277' => [ 'From date of sample approval to first product shipment', |
|
547
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
548
|
|
|
|
|
|
|
'278' => [ 'From date of order receipt to shipment', |
|
549
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
550
|
|
|
|
|
|
|
'279' => [ 'From date of order receipt to delivery', |
|
551
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
552
|
|
|
|
|
|
|
'280' => [ 'From last booked order to delivery', |
|
553
|
|
|
|
|
|
|
'Lead time is the defined timespan.' ], |
|
554
|
|
|
|
|
|
|
'281' => [ 'Date of order lead time', |
|
555
|
|
|
|
|
|
|
'Lead time is referenced to the date of order.' ], |
|
556
|
|
|
|
|
|
|
'282' => [ 'Confirmation date lead time', |
|
557
|
|
|
|
|
|
|
'Lead time is referenced to the date of confirmation.' ], |
|
558
|
|
|
|
|
|
|
'283' => [ 'Arrival date/time of transport lead time', |
|
559
|
|
|
|
|
|
|
'Lead time is referenced to the date a transport will arrive or has arrived.' ], |
|
560
|
|
|
|
|
|
|
'284' => [ 'Before inventory is replenished based on stock check lead', |
|
561
|
|
|
|
|
|
|
'time Lead time is the defined timespan.' ], |
|
562
|
|
|
|
|
|
|
'285' => [ 'Invitation to tender date/time', |
|
563
|
|
|
|
|
|
|
'Date/time on which the invitation to tender has been made available to relevant parties.' ], |
|
564
|
|
|
|
|
|
|
'286' => [ 'Tender submission date/time', |
|
565
|
|
|
|
|
|
|
'Date/time on which the tender was submitted.' ], |
|
566
|
|
|
|
|
|
|
'287' => [ 'Contract award date/time', |
|
567
|
|
|
|
|
|
|
'Date/time on which the contract is awarded to a tenderer.' ], |
|
568
|
|
|
|
|
|
|
'288' => [ 'Price base date/time', |
|
569
|
|
|
|
|
|
|
'Base date/time of prices.' ], |
|
570
|
|
|
|
|
|
|
'289' => [ 'Interest rate validity period', |
|
571
|
|
|
|
|
|
|
'Validity period of the interest rate.' ], |
|
572
|
|
|
|
|
|
|
'290' => [ 'Contractual start date/time', |
|
573
|
|
|
|
|
|
|
'Date/time on which activities stated in the contract must start.' ], |
|
574
|
|
|
|
|
|
|
'291' => [ 'Start date/time, planned', |
|
575
|
|
|
|
|
|
|
'The date/time for which something is planned to begin or commence.' ], |
|
576
|
|
|
|
|
|
|
'292' => [ 'Works completion date/time, planned', |
|
577
|
|
|
|
|
|
|
'The date/time for the completion of building or repair operations is planned.' ], |
|
578
|
|
|
|
|
|
|
'293' => [ 'Works completion date/time, actual', |
|
579
|
|
|
|
|
|
|
'The actual date/time for the completion of building or repair operations.' ], |
|
580
|
|
|
|
|
|
|
'294' => [ 'Hand over date/time, planned', |
|
581
|
|
|
|
|
|
|
'Date/time on which hand over (i.e. the transfer of responsibility for an object or activity such as documentation, system etc. from one party to another) is planned to take place.' ], |
|
582
|
|
|
|
|
|
|
'295' => [ 'Hand over date/time, actual', |
|
583
|
|
|
|
|
|
|
'Date/time on which hand over (i.e. the transfer of responsibility for an object or activity such as documentation, system etc. from one party to another) actually takes place.' ], |
|
584
|
|
|
|
|
|
|
'296' => [ 'Retention release date/time', |
|
585
|
|
|
|
|
|
|
'Date/time on which the retention is released.' ], |
|
586
|
|
|
|
|
|
|
'297' => [ 'Retention release date/time, partial', |
|
587
|
|
|
|
|
|
|
'Date/time on which the retention is partially released.' ], |
|
588
|
|
|
|
|
|
|
'298' => [ 'Goods pick-up date / time, planned', |
|
589
|
|
|
|
|
|
|
'Date/time at which goods can be picked up, according to a plan.' ], |
|
590
|
|
|
|
|
|
|
'299' => [ 'Price adjustment start date', |
|
591
|
|
|
|
|
|
|
'Value date of the indexes appearing as denominators in a price adjustment formula.' ], |
|
592
|
|
|
|
|
|
|
'300' => [ 'Price adjustment limit date', |
|
593
|
|
|
|
|
|
|
'Limit value date of indexes used as numerators in a price adjustment formula.' ], |
|
594
|
|
|
|
|
|
|
'301' => [ 'Value date of index', |
|
595
|
|
|
|
|
|
|
'Date of validity of index values.' ], |
|
596
|
|
|
|
|
|
|
'302' => [ 'Publication date', |
|
597
|
|
|
|
|
|
|
'The date of the act of making something publicly known.' ], |
|
598
|
|
|
|
|
|
|
'303' => [ 'Escalation date', |
|
599
|
|
|
|
|
|
|
'Value date of indexes appearing as numerators in an escalation formula.' ], |
|
600
|
|
|
|
|
|
|
'304' => [ 'Price adjustment date', |
|
601
|
|
|
|
|
|
|
'Value date of indexes appearing as numerators in a price adjustment formula.' ], |
|
602
|
|
|
|
|
|
|
'305' => [ 'Latest price adjustment date', |
|
603
|
|
|
|
|
|
|
'Date on which the latest price adjustment took place.' ], |
|
604
|
|
|
|
|
|
|
'306' => [ 'Work period', |
|
605
|
|
|
|
|
|
|
'Period of execution of works.' ], |
|
606
|
|
|
|
|
|
|
'307' => [ 'Payment instruction date/time', |
|
607
|
|
|
|
|
|
|
'Date/time on which a payment instruction was given.' ], |
|
608
|
|
|
|
|
|
|
'308' => [ 'Payment valuation presentation date/time', |
|
609
|
|
|
|
|
|
|
'Date/time on which the payment valuation is presented.' ], |
|
610
|
|
|
|
|
|
|
'309' => [ "Banks' value date", |
|
611
|
|
|
|
|
|
|
'Date on which the funds are at the disposal of the receiving bank or cease to be at the disposal of the sending bank.' ], |
|
612
|
|
|
|
|
|
|
'310' => [ 'Received date/time', |
|
613
|
|
|
|
|
|
|
'Date/time of receipt.' ], |
|
614
|
|
|
|
|
|
|
'312' => [ 'Ship not before and not after date/time', |
|
615
|
|
|
|
|
|
|
'Shipment(s) of goods is/are to be made not before the first specified date/time and not after the second specified date/time.' ], |
|
616
|
|
|
|
|
|
|
'313' => [ 'Order to proceed date', |
|
617
|
|
|
|
|
|
|
'Issue date of an instruction to start work.' ], |
|
618
|
|
|
|
|
|
|
'314' => [ 'Planned duration of works', |
|
619
|
|
|
|
|
|
|
'The period of time planned for the completion of building or repair operations.' ], |
|
620
|
|
|
|
|
|
|
'315' => [ 'Agreement to pay date', |
|
621
|
|
|
|
|
|
|
'Date on which the debtor agreed to pay.' ], |
|
622
|
|
|
|
|
|
|
'316' => [ 'Valuation date/time', |
|
623
|
|
|
|
|
|
|
'Date/time of valuation.' ], |
|
624
|
|
|
|
|
|
|
'317' => [ 'Reply date', |
|
625
|
|
|
|
|
|
|
'The date to answer or to respond in word or action.' ], |
|
626
|
|
|
|
|
|
|
'318' => [ 'Request date', |
|
627
|
|
|
|
|
|
|
'The date on which something was asked for.' ], |
|
628
|
|
|
|
|
|
|
'319' => [ 'Customer value date', |
|
629
|
|
|
|
|
|
|
'Date at which funds are taken into account for interest calculation (in debit or credit).' ], |
|
630
|
|
|
|
|
|
|
'320' => [ 'Declaration reference period', |
|
631
|
|
|
|
|
|
|
'Reference period of a set of items reported on the same declaration.' ], |
|
632
|
|
|
|
|
|
|
'321' => [ 'Promotion date/period', |
|
633
|
|
|
|
|
|
|
'Date/period relevant for specific promotion activities.' ], |
|
634
|
|
|
|
|
|
|
'322' => [ 'Accounting period', |
|
635
|
|
|
|
|
|
|
'A period of time for the recording of financial transactions for accounting.' ], |
|
636
|
|
|
|
|
|
|
'323' => [ 'Horizon period', |
|
637
|
|
|
|
|
|
|
'Period forming a (planning) horizon.' ], |
|
638
|
|
|
|
|
|
|
'324' => [ 'Processing date/period', |
|
639
|
|
|
|
|
|
|
'Date/period a specific process happened/will happen.' ], |
|
640
|
|
|
|
|
|
|
'325' => [ 'Tax period', |
|
641
|
|
|
|
|
|
|
'Period a tax rate/tax amount etc. is applicable.' ], |
|
642
|
|
|
|
|
|
|
'326' => [ 'Charge period', |
|
643
|
|
|
|
|
|
|
'Period a specified charge is valid for.' ], |
|
644
|
|
|
|
|
|
|
'327' => [ 'Instalment payment due date', |
|
645
|
|
|
|
|
|
|
'Date on which an instalment payment is due.' ], |
|
646
|
|
|
|
|
|
|
'328' => [ 'Payroll deduction date/time', |
|
647
|
|
|
|
|
|
|
'Date/time of a monetary deduction made from the salary of a person on a payroll.' ], |
|
648
|
|
|
|
|
|
|
'329' => [ 'Person birth date time', |
|
649
|
|
|
|
|
|
|
'[2491] Date on which an individual is or was born.' ], |
|
650
|
|
|
|
|
|
|
'330' => [ 'Joined employer date', |
|
651
|
|
|
|
|
|
|
'Date when a person joins an employer.' ], |
|
652
|
|
|
|
|
|
|
'331' => [ 'Contributions ceasing date/time', |
|
653
|
|
|
|
|
|
|
'Date/time when contributions cease.' ], |
|
654
|
|
|
|
|
|
|
'332' => [ 'Contribution period end date/time', |
|
655
|
|
|
|
|
|
|
'Date/time when a contribution period ends.' ], |
|
656
|
|
|
|
|
|
|
'333' => [ 'Part-time working change date/time', |
|
657
|
|
|
|
|
|
|
'Date/time when the proportion of part-time work changes.' ], |
|
658
|
|
|
|
|
|
|
'334' => [ 'Status change date/time', |
|
659
|
|
|
|
|
|
|
'Date/time when a status changes.' ], |
|
660
|
|
|
|
|
|
|
'335' => [ 'Contribution period start date/time', |
|
661
|
|
|
|
|
|
|
'Date/time when a contribution period commences.' ], |
|
662
|
|
|
|
|
|
|
'336' => [ 'Salary change effective date', |
|
663
|
|
|
|
|
|
|
'Date when a change in salary becomes effective.' ], |
|
664
|
|
|
|
|
|
|
'337' => [ 'Left employer date', |
|
665
|
|
|
|
|
|
|
'Date when a person leaves an employer.' ], |
|
666
|
|
|
|
|
|
|
'338' => [ 'Benefit change date/time', |
|
667
|
|
|
|
|
|
|
'Date/time when a benefit provided by a service provider is changed.' ], |
|
668
|
|
|
|
|
|
|
'339' => [ 'Category change date/time', |
|
669
|
|
|
|
|
|
|
'Date/time when a change of category is made.' ], |
|
670
|
|
|
|
|
|
|
'340' => [ 'Joined fund date/time', |
|
671
|
|
|
|
|
|
|
'Date/time when a person joins a fund.' ], |
|
672
|
|
|
|
|
|
|
'341' => [ 'Waiting time', |
|
673
|
|
|
|
|
|
|
'The period of time between the moment at which one wants an activity to begin and the moment at which this activity can actually begin.' ], |
|
674
|
|
|
|
|
|
|
'342' => [ 'Consignment loading date time', |
|
675
|
|
|
|
|
|
|
'[2347] Date and optionally time when a consignment is to be or has been loaded onto a means of transport.' ], |
|
676
|
|
|
|
|
|
|
'343' => [ 'Date/time of discount termination', |
|
677
|
|
|
|
|
|
|
'Date/time when the deduction from an amount comes to an end.' ], |
|
678
|
|
|
|
|
|
|
'344' => [ 'Date/time of interest due', |
|
679
|
|
|
|
|
|
|
'Date/time when the interest has to be paid.' ], |
|
680
|
|
|
|
|
|
|
'345' => [ 'Days of operation', |
|
681
|
|
|
|
|
|
|
'Week days of operation.' ], |
|
682
|
|
|
|
|
|
|
'346' => [ 'Latest check-in time', |
|
683
|
|
|
|
|
|
|
'Latest time of check-in.' ], |
|
684
|
|
|
|
|
|
|
'347' => [ 'Slaughtering start date', |
|
685
|
|
|
|
|
|
|
'Date on which slaughtering commenced.' ], |
|
686
|
|
|
|
|
|
|
'348' => [ 'Packing start date', |
|
687
|
|
|
|
|
|
|
'Date on which packing commenced.' ], |
|
688
|
|
|
|
|
|
|
'349' => [ 'Packing end date', |
|
689
|
|
|
|
|
|
|
'Date on which packing completed.' ], |
|
690
|
|
|
|
|
|
|
'350' => [ 'Test start date', |
|
691
|
|
|
|
|
|
|
'Date when a test has been started.' ], |
|
692
|
|
|
|
|
|
|
'351' => [ 'Inspection date', |
|
693
|
|
|
|
|
|
|
'Date of inspection.' ], |
|
694
|
|
|
|
|
|
|
'352' => [ 'Slaughtering end date', |
|
695
|
|
|
|
|
|
|
'Date on which slaughtering completed.' ], |
|
696
|
|
|
|
|
|
|
'353' => [ 'Accounting transaction date', |
|
697
|
|
|
|
|
|
|
'Date to which an accounting transaction refers.' ], |
|
698
|
|
|
|
|
|
|
'354' => [ 'Activity period date range', |
|
699
|
|
|
|
|
|
|
'A specific date range associated with an activity.' ], |
|
700
|
|
|
|
|
|
|
'355' => [ 'Contractual delivery date', |
|
701
|
|
|
|
|
|
|
'The date of delivery contractually agreed between parties.' ], |
|
702
|
|
|
|
|
|
|
'356' => [ 'Sales date, and or time, and or period', |
|
703
|
|
|
|
|
|
|
'The date, and or time, and or period on which a sale took place.' ], |
|
704
|
|
|
|
|
|
|
'357' => [ 'Cancel if not published by this date', |
|
705
|
|
|
|
|
|
|
'Cancel if not published by this date.' ], |
|
706
|
|
|
|
|
|
|
'358' => [ 'Scheduled for delivery on or after', |
|
707
|
|
|
|
|
|
|
'Scheduled for delivery on or after the specified date, and or time.' ], |
|
708
|
|
|
|
|
|
|
'359' => [ 'Scheduled for delivery on or before', |
|
709
|
|
|
|
|
|
|
'Scheduled for delivery on or before specified date and or time.' ], |
|
710
|
|
|
|
|
|
|
'360' => [ 'Sell by date', |
|
711
|
|
|
|
|
|
|
'The date by which a product should be sold.' ], |
|
712
|
|
|
|
|
|
|
'361' => [ 'Product best before date time', |
|
713
|
|
|
|
|
|
|
'[2497] Indication that freshness of goods is limited in time to the date shown.' ], |
|
714
|
|
|
|
|
|
|
'362' => [ 'End availability date', |
|
715
|
|
|
|
|
|
|
'The end date of availability.' ], |
|
716
|
|
|
|
|
|
|
'363' => [ 'Total shelf life period', |
|
717
|
|
|
|
|
|
|
'A period indicating the total shelf life of a product.' ], |
|
718
|
|
|
|
|
|
|
'364' => [ 'Minimum shelf life remaining at time of despatch period', |
|
719
|
|
|
|
|
|
|
'Period indicating the minimum shelf life remaining for a product at the time of leaving the supplier.' ], |
|
720
|
|
|
|
|
|
|
'365' => [ 'Packaging date', |
|
721
|
|
|
|
|
|
|
'The date on which the packaging of a product took place.' ], |
|
722
|
|
|
|
|
|
|
'366' => [ 'Inventory report date', |
|
723
|
|
|
|
|
|
|
'Date on which a inventory report is made.' ], |
|
724
|
|
|
|
|
|
|
'367' => [ 'Meter reading date, previous', |
|
725
|
|
|
|
|
|
|
'Date on which the previous reading of a meter took place.' ], |
|
726
|
|
|
|
|
|
|
'368' => [ 'Meter reading date, latest', |
|
727
|
|
|
|
|
|
|
'Date on which the latest reading of a meter took place.' ], |
|
728
|
|
|
|
|
|
|
'369' => [ 'Date and or time of handling, estimated', |
|
729
|
|
|
|
|
|
|
'The date and or time when the handling action is estimated to take place.' ], |
|
730
|
|
|
|
|
|
|
'370' => [ 'Date when container equipment becomes domestic', |
|
731
|
|
|
|
|
|
|
'The date on which foreign-built container equipment has entered into the commerce of another country and has become domestic equipment.' ], |
|
732
|
|
|
|
|
|
|
'371' => [ 'Hydrotest date', |
|
733
|
|
|
|
|
|
|
'The date equipment has been hydrotested.' ], |
|
734
|
|
|
|
|
|
|
'372' => [ 'Equipment pre-trip date', |
|
735
|
|
|
|
|
|
|
'The date on which equipment is pre-tripped.' ], |
|
736
|
|
|
|
|
|
|
'373' => [ 'Mooring, date and time', |
|
737
|
|
|
|
|
|
|
'Date and time of mooring.' ], |
|
738
|
|
|
|
|
|
|
'374' => [ 'Road fund tax expiry date', |
|
739
|
|
|
|
|
|
|
'The date of expiry of the road fund tax.' ], |
|
740
|
|
|
|
|
|
|
'375' => [ 'Date of first registration', |
|
741
|
|
|
|
|
|
|
'Date of first registration.' ], |
|
742
|
|
|
|
|
|
|
'376' => [ 'Biannual terminal inspection date', |
|
743
|
|
|
|
|
|
|
'The date on which a biannual inspection of a terminal has taken or will take place.' ], |
|
744
|
|
|
|
|
|
|
'377' => [ 'Federal HighWay Administration (FHWA) inspection date', |
|
745
|
|
|
|
|
|
|
'The date on which container equipment is to be or has been inspected in accordance with the requirements of the U.S. Federal Highway Administration.' ], |
|
746
|
|
|
|
|
|
|
'378' => [ 'Container Safety Convention (CSC) inspection date', |
|
747
|
|
|
|
|
|
|
'The date on which container equipment is to be or has been inspected as per the Container Safety Convention (CSC).' ], |
|
748
|
|
|
|
|
|
|
'379' => [ 'Periodic inspection date', |
|
749
|
|
|
|
|
|
|
'The date on which a periodic inspection has to take place.' ], |
|
750
|
|
|
|
|
|
|
'380' => [ 'Drawing revision date', |
|
751
|
|
|
|
|
|
|
'Date the drawing revision has been allocated to a design.' ], |
|
752
|
|
|
|
|
|
|
'381' => [ 'Product lifespan at time of production', |
|
753
|
|
|
|
|
|
|
'The total lifespan of a product at the time of its production.' ], |
|
754
|
|
|
|
|
|
|
'382' => [ 'Earliest sale date', |
|
755
|
|
|
|
|
|
|
'The earliest date on which the product may be made available for sale.' ], |
|
756
|
|
|
|
|
|
|
'383' => [ 'Cancel if not shipped by this date', |
|
757
|
|
|
|
|
|
|
'Cancel the order if goods not shipped by this date.' ], |
|
758
|
|
|
|
|
|
|
'384' => [ 'Previous invoice date', |
|
759
|
|
|
|
|
|
|
'Indicates the date which was allocated to a previous invoice.' ], |
|
760
|
|
|
|
|
|
|
'385' => [ 'Payment cancelled, violation of agreement', |
|
761
|
|
|
|
|
|
|
'Date/time when a payment is cancelled due to the fact that the transaction does not comply with the agreement.' ], |
|
762
|
|
|
|
|
|
|
'386' => [ 'Payment cancelled due to administrative error', |
|
763
|
|
|
|
|
|
|
'Date/time when a payment is cancelled due to an administrative error.' ], |
|
764
|
|
|
|
|
|
|
'387' => [ 'Repair turnaround time', |
|
765
|
|
|
|
|
|
|
'Provides the period of time necessary to turnaround a given repair.' ], |
|
766
|
|
|
|
|
|
|
'388' => [ 'Order amendment binding date', |
|
767
|
|
|
|
|
|
|
'The date when an order amendment becomes binding for both parties.' ], |
|
768
|
|
|
|
|
|
|
'389' => [ 'Cure time', |
|
769
|
|
|
|
|
|
|
'Specifies the length of time that an article was or should be cured.' ], |
|
770
|
|
|
|
|
|
|
'390' => [ 'From date of award to delivery', |
|
771
|
|
|
|
|
|
|
'Lead time to determine the delivery date based on the date an award is made.' ], |
|
772
|
|
|
|
|
|
|
'391' => [ 'From date of receipt of item to approval', |
|
773
|
|
|
|
|
|
|
'Lead time to determine the date an item will be approved based on the date the item was received.' ], |
|
774
|
|
|
|
|
|
|
'392' => [ 'Equipment pick-up date / time, earliest', |
|
775
|
|
|
|
|
|
|
'Earliest date/time at which the equipment can be picked up.' ], |
|
776
|
|
|
|
|
|
|
'393' => [ 'Equipment pick-up date / time, planned', |
|
777
|
|
|
|
|
|
|
'Date/time at which equipment can be picked up, either full or empty, according to a plan.' ], |
|
778
|
|
|
|
|
|
|
'394' => [ 'Equipment positioning date/time, actual', |
|
779
|
|
|
|
|
|
|
'Date/time on which equipment was actually positioned (delivered).' ], |
|
780
|
|
|
|
|
|
|
'395' => [ 'Equipment positioning date/time, estimated', |
|
781
|
|
|
|
|
|
|
'Date/time on which equipment is estimated to be positioned (delivered).' ], |
|
782
|
|
|
|
|
|
|
'396' => [ 'Equipment positioning date/time, requested', |
|
783
|
|
|
|
|
|
|
'Date/time on which equipment is requested to be positioned (delivered).' ], |
|
784
|
|
|
|
|
|
|
'397' => [ 'Equipment positioning date/time, ultimate', |
|
785
|
|
|
|
|
|
|
'Date/time on which equipment should be positioned (delivered) at the latest.' ], |
|
786
|
|
|
|
|
|
|
'398' => [ 'Goods collection or pick-up date/time, planned', |
|
787
|
|
|
|
|
|
|
'Date/time at which goods can be picked up, according to a planning.' ], |
|
788
|
|
|
|
|
|
|
'399' => [ 'Goods positioning date/time, expected', |
|
789
|
|
|
|
|
|
|
'Date/time on which goods are expected to be positioned.' ], |
|
790
|
|
|
|
|
|
|
'400' => [ 'Cargo release date/time, ultimate', |
|
791
|
|
|
|
|
|
|
'Ultimate date/time at which goods or equipment should be released.' ], |
|
792
|
|
|
|
|
|
|
'401' => [ 'Container Safety Convention (CSC) plate expiration date', |
|
793
|
|
|
|
|
|
|
'Date on which the validity of a Container Safety Convention (CSC) plate expires.' ], |
|
794
|
|
|
|
|
|
|
'402' => [ 'Document received date/time', |
|
795
|
|
|
|
|
|
|
'Date/time on which the document was actually received.' ], |
|
796
|
|
|
|
|
|
|
'403' => [ 'Discharge date/time, actual', |
|
797
|
|
|
|
|
|
|
'Date/time when the specified goods or transport equipment has or have been discharged from the means of transport.' ], |
|
798
|
|
|
|
|
|
|
'404' => [ 'Transport means loading date/time, actual', |
|
799
|
|
|
|
|
|
|
'Date/time when the specified goods or transport equipment has or have been loaded in or on the means of transport.' ], |
|
800
|
|
|
|
|
|
|
'405' => [ 'Equipment pick-up date / time, actual', |
|
801
|
|
|
|
|
|
|
'Date/time on which the equipment was actually collected.' ], |
|
802
|
|
|
|
|
|
|
'406' => [ 'Goods positioning date/time, planned', |
|
803
|
|
|
|
|
|
|
'The date/time on which the goods will be positioned according to a planning.' ], |
|
804
|
|
|
|
|
|
|
'407' => [ 'Document requested date/time', |
|
805
|
|
|
|
|
|
|
'Date/time on which the document is requested by a party.' ], |
|
806
|
|
|
|
|
|
|
'408' => [ 'Expected container hire from date/time', |
|
807
|
|
|
|
|
|
|
'Estimated date and time when the containers are expected to go on-hire.' ], |
|
808
|
|
|
|
|
|
|
'409' => [ 'Order completion date/time, ultimate', |
|
809
|
|
|
|
|
|
|
'Date/time on which the order should be completed at the latest.' ], |
|
810
|
|
|
|
|
|
|
'410' => [ 'Equipment repair ready date/time, ultimate', |
|
811
|
|
|
|
|
|
|
'Ultimate date/time on which a piece of equipment must be repaired.' ], |
|
812
|
|
|
|
|
|
|
'411' => [ 'Container stuffing date/time, ultimate', |
|
813
|
|
|
|
|
|
|
'Date/time on which the container stuffing should be completed at the latest.' ], |
|
814
|
|
|
|
|
|
|
'412' => [ 'Container stripping date/time, ultimate', |
|
815
|
|
|
|
|
|
|
'Date/time on which the container stripping should be completed at the latest.' ], |
|
816
|
|
|
|
|
|
|
'413' => [ 'Discharge and loading completed date/time', |
|
817
|
|
|
|
|
|
|
'Date/time when all discharge and loading operations on the transport means have been completed.' ], |
|
818
|
|
|
|
|
|
|
'414' => [ 'Equipment stock check date/time', |
|
819
|
|
|
|
|
|
|
'Date/time on which equipment has been ascertained as being in stock.' ], |
|
820
|
|
|
|
|
|
|
'415' => [ 'Activity reporting date', |
|
821
|
|
|
|
|
|
|
'The date applicable to the activity being reported.' ], |
|
822
|
|
|
|
|
|
|
'416' => [ 'Submission date', |
|
823
|
|
|
|
|
|
|
'The date of a submission.' ], |
|
824
|
|
|
|
|
|
|
'417' => [ 'Previous booking date/time', |
|
825
|
|
|
|
|
|
|
'Date/time at which the previous booking was made.' ], |
|
826
|
|
|
|
|
|
|
'418' => [ 'Minimum shelf life remaining at time of receipt', |
|
827
|
|
|
|
|
|
|
'The minimum shelf life remaining at the time of receipt.' ], |
|
828
|
|
|
|
|
|
|
'419' => [ 'Forecast period', |
|
829
|
|
|
|
|
|
|
'A period for which a forecast applies.' ], |
|
830
|
|
|
|
|
|
|
'420' => [ 'Unloaded, date and time', |
|
831
|
|
|
|
|
|
|
'To report the date and time that an unloading action occurred.' ], |
|
832
|
|
|
|
|
|
|
'421' => [ 'Estimated acceptance date', |
|
833
|
|
|
|
|
|
|
'To estimate the date of acceptance.' ], |
|
834
|
|
|
|
|
|
|
'422' => [ 'Documentary credit issue date', |
|
835
|
|
|
|
|
|
|
'The date the documentary credit has been issued.' ], |
|
836
|
|
|
|
|
|
|
'423' => [ 'First date of ordering', |
|
837
|
|
|
|
|
|
|
'The first date on which ordering may take place.' ], |
|
838
|
|
|
|
|
|
|
'424' => [ 'Last date of ordering', |
|
839
|
|
|
|
|
|
|
'The last date on which ordering may take place.' ], |
|
840
|
|
|
|
|
|
|
'425' => [ 'Original posting date', |
|
841
|
|
|
|
|
|
|
'Date when the entry was originally posted.' ], |
|
842
|
|
|
|
|
|
|
'426' => [ 'Reinsurance payment frequency', |
|
843
|
|
|
|
|
|
|
'The frequency of payments of reinsurance premiums.' ], |
|
844
|
|
|
|
|
|
|
'427' => [ 'Adjusted age', |
|
845
|
|
|
|
|
|
|
'The adjusted age used for purposes of calculation.' ], |
|
846
|
|
|
|
|
|
|
'428' => [ 'Original issue age', |
|
847
|
|
|
|
|
|
|
'The original issue age.' ], |
|
848
|
|
|
|
|
|
|
'429' => [ 'Coverage duration', |
|
849
|
|
|
|
|
|
|
'The period coverage has been in force.' ], |
|
850
|
|
|
|
|
|
|
'430' => [ 'Coverage issue date', |
|
851
|
|
|
|
|
|
|
'Date from which the anniversary coverage is measured.' ], |
|
852
|
|
|
|
|
|
|
'431' => [ 'Flat extra period', |
|
853
|
|
|
|
|
|
|
'Period for charging the additional extra.' ], |
|
854
|
|
|
|
|
|
|
'432' => [ 'Paid to date', |
|
855
|
|
|
|
|
|
|
'Date to which payments have been paid.' ], |
|
856
|
|
|
|
|
|
|
'433' => [ 'Reinsurance coverage duration', |
|
857
|
|
|
|
|
|
|
'The period for which reinsurance coverage has been in force.' ], |
|
858
|
|
|
|
|
|
|
'434' => [ 'Maturity date', |
|
859
|
|
|
|
|
|
|
'Date at which maturity occurs.' ], |
|
860
|
|
|
|
|
|
|
'435' => [ 'Reinsurance issue age', |
|
861
|
|
|
|
|
|
|
'The actual or equivalent age at time of issue.' ], |
|
862
|
|
|
|
|
|
|
'436' => [ 'Reinsurance paid-up date', |
|
863
|
|
|
|
|
|
|
'The date up to which the reinsurance has been paid.' ], |
|
864
|
|
|
|
|
|
|
'437' => [ 'Benefit period', |
|
865
|
|
|
|
|
|
|
'The period of time for which benefits are provided.' ], |
|
866
|
|
|
|
|
|
|
'438' => [ 'Disability wait period', |
|
867
|
|
|
|
|
|
|
'The period of time the insured must be disabled before reinsurance coverage becomes effective.' ], |
|
868
|
|
|
|
|
|
|
'439' => [ 'Deferred Period', |
|
869
|
|
|
|
|
|
|
'The period of time for which an activity has been postponed.' ], |
|
870
|
|
|
|
|
|
|
'440' => [ 'Documentary credit amendment date', |
|
871
|
|
|
|
|
|
|
'Date of amendment of a documentary credit.' ], |
|
872
|
|
|
|
|
|
|
'441' => [ 'Last on hire date', |
|
873
|
|
|
|
|
|
|
'Date the item was last placed on hire.' ], |
|
874
|
|
|
|
|
|
|
'442' => [ 'Last off hire date', |
|
875
|
|
|
|
|
|
|
'Date the item was last returned from hire.' ], |
|
876
|
|
|
|
|
|
|
'443' => [ 'Direct interchange date', |
|
877
|
|
|
|
|
|
|
'Date the item was directly interchanged.' ], |
|
878
|
|
|
|
|
|
|
'444' => [ 'Approval date', |
|
879
|
|
|
|
|
|
|
'Date of approval.' ], |
|
880
|
|
|
|
|
|
|
'445' => [ 'Original estimate date', |
|
881
|
|
|
|
|
|
|
'The date of the original estimate.' ], |
|
882
|
|
|
|
|
|
|
'446' => [ 'Revised estimate date', |
|
883
|
|
|
|
|
|
|
'The date the estimate was revised.' ], |
|
884
|
|
|
|
|
|
|
'447' => [ "Creditor's requested value date", |
|
885
|
|
|
|
|
|
|
'Date on which the creditor requests to be credited.' ], |
|
886
|
|
|
|
|
|
|
'448' => [ 'Referenced item creation date', |
|
887
|
|
|
|
|
|
|
'Creation date of referenced item.' ], |
|
888
|
|
|
|
|
|
|
'449' => [ 'Date for the last update', |
|
889
|
|
|
|
|
|
|
'Date for the last update.' ], |
|
890
|
|
|
|
|
|
|
'450' => [ 'Opening date', |
|
891
|
|
|
|
|
|
|
'Date of opening.' ], |
|
892
|
|
|
|
|
|
|
'451' => [ 'Source document capture date', |
|
893
|
|
|
|
|
|
|
'Date source document data is entered into a business application.' ], |
|
894
|
|
|
|
|
|
|
'452' => [ 'Trial balance period', |
|
895
|
|
|
|
|
|
|
'Period covered by the trial balance.' ], |
|
896
|
|
|
|
|
|
|
'453' => [ 'Date of source document', |
|
897
|
|
|
|
|
|
|
'The date of the source document.' ], |
|
898
|
|
|
|
|
|
|
'454' => [ 'Accounting value date', |
|
899
|
|
|
|
|
|
|
'Date against which the entry has to be legally allocated.' ], |
|
900
|
|
|
|
|
|
|
'455' => [ 'Expected value date', |
|
901
|
|
|
|
|
|
|
'Date on which the funds are expected to be at the disposal of the beneficiary.' ], |
|
902
|
|
|
|
|
|
|
'456' => [ 'Chart of account period', |
|
903
|
|
|
|
|
|
|
'Period covered by the chart of account.' ], |
|
904
|
|
|
|
|
|
|
'457' => [ 'Date of separation', |
|
905
|
|
|
|
|
|
|
'Date of marital separation.' ], |
|
906
|
|
|
|
|
|
|
'458' => [ 'Date of divorce', |
|
907
|
|
|
|
|
|
|
'Date when two married persons are officially divorced.' ], |
|
908
|
|
|
|
|
|
|
'459' => [ 'Date of marriage', |
|
909
|
|
|
|
|
|
|
'Date when two persons are married.' ], |
|
910
|
|
|
|
|
|
|
'460' => [ 'Wage period, start date', |
|
911
|
|
|
|
|
|
|
'Date when a period of wage begins.' ], |
|
912
|
|
|
|
|
|
|
'461' => [ 'Wage period, end date', |
|
913
|
|
|
|
|
|
|
'Date when a period of wage ends.' ], |
|
914
|
|
|
|
|
|
|
'462' => [ 'Working period, start date', |
|
915
|
|
|
|
|
|
|
'Date when a period of work begins.' ], |
|
916
|
|
|
|
|
|
|
'463' => [ 'Working period, end date', |
|
917
|
|
|
|
|
|
|
'Date when a period of work ends.' ], |
|
918
|
|
|
|
|
|
|
'464' => [ 'Embarkation date and time', |
|
919
|
|
|
|
|
|
|
'Date and time at which crew and/or passengers board.' ], |
|
920
|
|
|
|
|
|
|
'465' => [ 'Disembarkation date and time', |
|
921
|
|
|
|
|
|
|
'Date and time at which crew and/or passengers disembark.' ], |
|
922
|
|
|
|
|
|
|
'466' => [ 'Time now date', |
|
923
|
|
|
|
|
|
|
'A time now date used for planning and scheduling purposes.' ], |
|
924
|
|
|
|
|
|
|
'467' => [ 'Holiday', |
|
925
|
|
|
|
|
|
|
'A date or period that is a break from work.' ], |
|
926
|
|
|
|
|
|
|
'468' => [ 'Non working', |
|
927
|
|
|
|
|
|
|
'To specify a non working date or period.' ], |
|
928
|
|
|
|
|
|
|
'469' => [ 'Start date or time, earliest', |
|
929
|
|
|
|
|
|
|
'The earliest date or time for starting.' ], |
|
930
|
|
|
|
|
|
|
'470' => [ 'Start date or time, latest', |
|
931
|
|
|
|
|
|
|
'The latest date or time for starting.' ], |
|
932
|
|
|
|
|
|
|
'471' => [ 'Finish date or time, earliest', |
|
933
|
|
|
|
|
|
|
'The earliest date or time for finishing.' ], |
|
934
|
|
|
|
|
|
|
'472' => [ 'Finish date or time, latest', |
|
935
|
|
|
|
|
|
|
'The latest date or time for finishing.' ], |
|
936
|
|
|
|
|
|
|
'473' => [ 'Start date or time, mandatory', |
|
937
|
|
|
|
|
|
|
'The mandatory date or time for starting.' ], |
|
938
|
|
|
|
|
|
|
'474' => [ 'Finish date or time, mandatory', |
|
939
|
|
|
|
|
|
|
'The mandatory date or time for finishing.' ], |
|
940
|
|
|
|
|
|
|
'475' => [ 'Start date or time, actual', |
|
941
|
|
|
|
|
|
|
'The actual date or time for starting.' ], |
|
942
|
|
|
|
|
|
|
'476' => [ 'Start date or time, estimated', |
|
943
|
|
|
|
|
|
|
'The estimated date or time for starting.' ], |
|
944
|
|
|
|
|
|
|
'477' => [ 'Completion date or time, estimated', |
|
945
|
|
|
|
|
|
|
'The estimated date or time for completion.' ], |
|
946
|
|
|
|
|
|
|
'478' => [ 'Start date or time, scheduled', |
|
947
|
|
|
|
|
|
|
'The scheduled date or time for starting.' ], |
|
948
|
|
|
|
|
|
|
'479' => [ 'Completion date or time, scheduled', |
|
949
|
|
|
|
|
|
|
'The scheduled date or time for completion.' ], |
|
950
|
|
|
|
|
|
|
'480' => [ 'Start date or time, not before', |
|
951
|
|
|
|
|
|
|
'The not before date or time for starting.' ], |
|
952
|
|
|
|
|
|
|
'481' => [ 'Start date or time, not after', |
|
953
|
|
|
|
|
|
|
'The not after date or time for starting.' ], |
|
954
|
|
|
|
|
|
|
'482' => [ 'Completion date or time, not before', |
|
955
|
|
|
|
|
|
|
'The not before date or time for completion.' ], |
|
956
|
|
|
|
|
|
|
'483' => [ 'Completion date or time, not after', |
|
957
|
|
|
|
|
|
|
'The not after date or time for completion.' ], |
|
958
|
|
|
|
|
|
|
'484' => [ 'Illness recovery date, expected', |
|
959
|
|
|
|
|
|
|
'Date when a person is expected to recover from illness.' ], |
|
960
|
|
|
|
|
|
|
'485' => [ 'Period of illness, start date', |
|
961
|
|
|
|
|
|
|
'Date when a period of illness began.' ], |
|
962
|
|
|
|
|
|
|
'486' => [ 'Period of illness, end date', |
|
963
|
|
|
|
|
|
|
'Date when a period of illness ends.' ], |
|
964
|
|
|
|
|
|
|
'487' => [ 'Decease date', |
|
965
|
|
|
|
|
|
|
'Date when a person died.' ], |
|
966
|
|
|
|
|
|
|
'488' => [ 'Benefit period, start date', |
|
967
|
|
|
|
|
|
|
'Date when a period of benefit begins.' ], |
|
968
|
|
|
|
|
|
|
'489' => [ 'Benefit period, end date', |
|
969
|
|
|
|
|
|
|
'Date when a period of benefit ends.' ], |
|
970
|
|
|
|
|
|
|
'490' => [ 'Selection period, start date', |
|
971
|
|
|
|
|
|
|
'Date when a period of selection begins.' ], |
|
972
|
|
|
|
|
|
|
'491' => [ 'Selection period, end date', |
|
973
|
|
|
|
|
|
|
'Date when a period of selection ends.' ], |
|
974
|
|
|
|
|
|
|
'492' => [ 'Balance date/time/period', |
|
975
|
|
|
|
|
|
|
'The date/time/period of a balance.' ], |
|
976
|
|
|
|
|
|
|
'493' => [ 'Benefit payments termination date', |
|
977
|
|
|
|
|
|
|
'To identify the date on which benefit payments have ceased.' ], |
|
978
|
|
|
|
|
|
|
'494' => [ 'Covered income period', |
|
979
|
|
|
|
|
|
|
'To identify the period over which covered income is measured.' ], |
|
980
|
|
|
|
|
|
|
'495' => [ 'Current income period', |
|
981
|
|
|
|
|
|
|
'To identify the period over which current income is measured.' ], |
|
982
|
|
|
|
|
|
|
'496' => [ 'Reinstatement date', |
|
983
|
|
|
|
|
|
|
'Identifies the date of reinstatement.' ], |
|
984
|
|
|
|
|
|
|
'497' => [ 'Definition of disability duration', |
|
985
|
|
|
|
|
|
|
'To identify the period for which the definition of disability applies.' ], |
|
986
|
|
|
|
|
|
|
'498' => [ 'Previous termination date', |
|
987
|
|
|
|
|
|
|
'Identifies the date of the previous termination.' ], |
|
988
|
|
|
|
|
|
|
'499' => [ 'Premium change period', |
|
989
|
|
|
|
|
|
|
'To identify the period of the premium change.' ], |
|
990
|
|
|
|
|
|
|
'500' => [ 'Off-hire survey date', |
|
991
|
|
|
|
|
|
|
'Date on which the equipment was surveyed at the end of the current leasing period.' ], |
|
992
|
|
|
|
|
|
|
'501' => [ 'In service survey date', |
|
993
|
|
|
|
|
|
|
'Date of survey of equipment while in use.' ], |
|
994
|
|
|
|
|
|
|
'502' => [ 'On hire survey date', |
|
995
|
|
|
|
|
|
|
'Date on which the equipment was surveyed at the beginning of the current leasing period.' ], |
|
996
|
|
|
|
|
|
|
'503' => [ 'Production inspection date', |
|
997
|
|
|
|
|
|
|
'Date of production inspection.' ], |
|
998
|
|
|
|
|
|
|
'504' => [ 'Overtime, start date', |
|
999
|
|
|
|
|
|
|
'Date when a period of overtime begins.' ], |
|
1000
|
|
|
|
|
|
|
'505' => [ 'Overtime, end date', |
|
1001
|
|
|
|
|
|
|
'Date when a period of overtime ends.' ], |
|
1002
|
|
|
|
|
|
|
'506' => [ 'Back order delivery date/time/period', |
|
1003
|
|
|
|
|
|
|
'The date/time/period during which the delivery of a back order will take, or has taken, place.' ], |
|
1004
|
|
|
|
|
|
|
'507' => [ 'Negotiations start date', |
|
1005
|
|
|
|
|
|
|
'The date on which negotiations started.' ], |
|
1006
|
|
|
|
|
|
|
'508' => [ 'Work effective start date', |
|
1007
|
|
|
|
|
|
|
'The date on which work will effectively start.' ], |
|
1008
|
|
|
|
|
|
|
'510' => [ 'Notification time limit', |
|
1009
|
|
|
|
|
|
|
'The time limit which has been set for a notification to take place.' ], |
|
1010
|
|
|
|
|
|
|
'511' => [ 'Time limit', |
|
1011
|
|
|
|
|
|
|
'The time limit in which an event must take place.' ], |
|
1012
|
|
|
|
|
|
|
'512' => [ 'Attendance date and or time and or period', |
|
1013
|
|
|
|
|
|
|
'Date and or time and or period of attendance.' ], |
|
1014
|
|
|
|
|
|
|
'513' => [ 'Accident date and or time', |
|
1015
|
|
|
|
|
|
|
'Date and or time when an accident occurred.' ], |
|
1016
|
|
|
|
|
|
|
'514' => [ 'Adoption date, actual', |
|
1017
|
|
|
|
|
|
|
'Actual date when adoption occurs.' ], |
|
1018
|
|
|
|
|
|
|
'515' => [ 'Reimbursement claim issue date and or time', |
|
1019
|
|
|
|
|
|
|
'Date and or time when a reimbursement claim is issued.' ], |
|
1020
|
|
|
|
|
|
|
'516' => [ 'Hospital admission date and or time', |
|
1021
|
|
|
|
|
|
|
'Date and or time of admission to a hospital.' ], |
|
1022
|
|
|
|
|
|
|
'517' => [ 'Hospital discharge date and or time', |
|
1023
|
|
|
|
|
|
|
'Date and or time of discharge from a hospital.' ], |
|
1024
|
|
|
|
|
|
|
'518' => [ 'Period of care start date and or time', |
|
1025
|
|
|
|
|
|
|
'Date and or time when a period of care starts.' ], |
|
1026
|
|
|
|
|
|
|
'519' => [ 'Period of care end date and or time', |
|
1027
|
|
|
|
|
|
|
'Date and or time when a period of care ends.' ], |
|
1028
|
|
|
|
|
|
|
'520' => [ 'Department admission date and or time', |
|
1029
|
|
|
|
|
|
|
'Date and or time of admission to a department.' ], |
|
1030
|
|
|
|
|
|
|
'521' => [ 'Department discharge date and or time', |
|
1031
|
|
|
|
|
|
|
'Date and or time of discharge from a department.' ], |
|
1032
|
|
|
|
|
|
|
'522' => [ 'Childbirth date and or time, actual', |
|
1033
|
|
|
|
|
|
|
'Actual date and or time of childbirth.' ], |
|
1034
|
|
|
|
|
|
|
'523' => [ 'Prescription issue date and or time', |
|
1035
|
|
|
|
|
|
|
'Date and or time when a prescription was issued.' ], |
|
1036
|
|
|
|
|
|
|
'524' => [ 'Prescription dispensing date and or time', |
|
1037
|
|
|
|
|
|
|
'Date and or time when a prescription was dispensed.' ], |
|
1038
|
|
|
|
|
|
|
'525' => [ 'Clinical examination date and or time', |
|
1039
|
|
|
|
|
|
|
'Date and or time of clinical examination.' ], |
|
1040
|
|
|
|
|
|
|
'526' => [ 'Death date and or time', |
|
1041
|
|
|
|
|
|
|
'Date and or time of death.' ], |
|
1042
|
|
|
|
|
|
|
'527' => [ 'Childbirth date, estimated', |
|
1043
|
|
|
|
|
|
|
'Estimated date of childbirth.' ], |
|
1044
|
|
|
|
|
|
|
'528' => [ 'Last menstrual cycle, start date', |
|
1045
|
|
|
|
|
|
|
'Date when the last menstrual cycle started.' ], |
|
1046
|
|
|
|
|
|
|
'529' => [ 'Pregnancy duration, actual', |
|
1047
|
|
|
|
|
|
|
'Actual duration of pregnancy.' ], |
|
1048
|
|
|
|
|
|
|
'530' => [ 'Fumigation date and/or time', |
|
1049
|
|
|
|
|
|
|
'The date/or time on which fumigation is to occur or has taken place.' ], |
|
1050
|
|
|
|
|
|
|
'531' => [ 'Payment period', |
|
1051
|
|
|
|
|
|
|
'A period of time in which a payment has been or will be made.' ], |
|
1052
|
|
|
|
|
|
|
'532' => [ 'Average delivery delay', |
|
1053
|
|
|
|
|
|
|
'The average delay between deliveries.' ], |
|
1054
|
|
|
|
|
|
|
'533' => [ 'Budget line application date', |
|
1055
|
|
|
|
|
|
|
'The date on which something has been applied to a budget line.' ], |
|
1056
|
|
|
|
|
|
|
'534' => [ 'Date of repair or service', |
|
1057
|
|
|
|
|
|
|
'The date of a repair or service.' ], |
|
1058
|
|
|
|
|
|
|
'535' => [ 'Date of product failure', |
|
1059
|
|
|
|
|
|
|
'The date the product failed.' ], |
|
1060
|
|
|
|
|
|
|
'536' => [ 'Review date', |
|
1061
|
|
|
|
|
|
|
'Date the item was or will be reviewed.' ], |
|
1062
|
|
|
|
|
|
|
'537' => [ 'International review cycle start date', |
|
1063
|
|
|
|
|
|
|
'Date the international review cycle starts.' ], |
|
1064
|
|
|
|
|
|
|
'538' => [ 'International assessment approval for publication date', |
|
1065
|
|
|
|
|
|
|
'Date the Data Maintenance Request (DMR) was approved for publication after completing international review.' ], |
|
1066
|
|
|
|
|
|
|
'539' => [ 'Status assignment date', |
|
1067
|
|
|
|
|
|
|
'Date a status was assigned.' ], |
|
1068
|
|
|
|
|
|
|
'540' => [ "Instruction's original execution date", |
|
1069
|
|
|
|
|
|
|
'Original execution date for the instruction.' ], |
|
1070
|
|
|
|
|
|
|
'541' => [ 'First published date', |
|
1071
|
|
|
|
|
|
|
'Date when material was first published.' ], |
|
1072
|
|
|
|
|
|
|
'542' => [ 'Last published date', |
|
1073
|
|
|
|
|
|
|
'Date when material was last published.' ], |
|
1074
|
|
|
|
|
|
|
'543' => [ 'Balance sheet date, latest', |
|
1075
|
|
|
|
|
|
|
'Date of the latest balance sheet.' ], |
|
1076
|
|
|
|
|
|
|
'544' => [ 'Security share price as of given date', |
|
1077
|
|
|
|
|
|
|
'Date of the security share price.' ], |
|
1078
|
|
|
|
|
|
|
'545' => [ 'Assigned date', |
|
1079
|
|
|
|
|
|
|
'Date when assigned.' ], |
|
1080
|
|
|
|
|
|
|
'546' => [ 'Business opened date', |
|
1081
|
|
|
|
|
|
|
'Date opened for business.' ], |
|
1082
|
|
|
|
|
|
|
'547' => [ 'Initial financial accounts filed date', |
|
1083
|
|
|
|
|
|
|
'Date when the initial financial accounts were filed.' ], |
|
1084
|
|
|
|
|
|
|
'548' => [ 'Stop work as of given date', |
|
1085
|
|
|
|
|
|
|
'Date work stopped or will stop.' ], |
|
1086
|
|
|
|
|
|
|
'549' => [ 'Completion date', |
|
1087
|
|
|
|
|
|
|
'Date of completion.' ], |
|
1088
|
|
|
|
|
|
|
'550' => [ 'Lease term, start date', |
|
1089
|
|
|
|
|
|
|
'Start date of the lease term.' ], |
|
1090
|
|
|
|
|
|
|
'551' => [ 'Lease term, end date', |
|
1091
|
|
|
|
|
|
|
'End date of the lease term.' ], |
|
1092
|
|
|
|
|
|
|
'552' => [ 'Start date, actual', |
|
1093
|
|
|
|
|
|
|
'Actual date of start.' ], |
|
1094
|
|
|
|
|
|
|
'553' => [ 'Start date, estimated', |
|
1095
|
|
|
|
|
|
|
'Date of estimated start.' ], |
|
1096
|
|
|
|
|
|
|
'554' => [ 'Filed date', |
|
1097
|
|
|
|
|
|
|
'Date when filed.' ], |
|
1098
|
|
|
|
|
|
|
'555' => [ 'Return to work date', |
|
1099
|
|
|
|
|
|
|
'Date of return to work.' ], |
|
1100
|
|
|
|
|
|
|
'556' => [ 'Purchased date', |
|
1101
|
|
|
|
|
|
|
'Date of purchase.' ], |
|
1102
|
|
|
|
|
|
|
'557' => [ 'Returned date', |
|
1103
|
|
|
|
|
|
|
'Date return takes place.' ], |
|
1104
|
|
|
|
|
|
|
'558' => [ 'Changed date', |
|
1105
|
|
|
|
|
|
|
'Date change takes place.' ], |
|
1106
|
|
|
|
|
|
|
'559' => [ 'Terminated date', |
|
1107
|
|
|
|
|
|
|
'Date termination takes place.' ], |
|
1108
|
|
|
|
|
|
|
'560' => [ 'Evaluation date', |
|
1109
|
|
|
|
|
|
|
'Date evaluation takes place.' ], |
|
1110
|
|
|
|
|
|
|
'561' => [ 'Business termination date', |
|
1111
|
|
|
|
|
|
|
'Date the business terminates.' ], |
|
1112
|
|
|
|
|
|
|
'562' => [ 'Release from bankruptcy date', |
|
1113
|
|
|
|
|
|
|
'Date when an entity is released from bankruptcy status.' ], |
|
1114
|
|
|
|
|
|
|
'563' => [ 'Placement date, initial', |
|
1115
|
|
|
|
|
|
|
'Date of initial placement.' ], |
|
1116
|
|
|
|
|
|
|
'564' => [ 'Signature date', |
|
1117
|
|
|
|
|
|
|
'Date of signature.' ], |
|
1118
|
|
|
|
|
|
|
'565' => [ 'Bankruptcy filed date', |
|
1119
|
|
|
|
|
|
|
'Date when bankruptcy was filed.' ], |
|
1120
|
|
|
|
|
|
|
'566' => [ 'End date, scheduled', |
|
1121
|
|
|
|
|
|
|
'Date when activity is scheduled to end.' ], |
|
1122
|
|
|
|
|
|
|
'567' => [ 'Report period', |
|
1123
|
|
|
|
|
|
|
'Period covered by the report.' ], |
|
1124
|
|
|
|
|
|
|
'568' => [ 'Suspended date', |
|
1125
|
|
|
|
|
|
|
'Date of suspension.' ], |
|
1126
|
|
|
|
|
|
|
'569' => [ 'Renewal date', |
|
1127
|
|
|
|
|
|
|
'Date of renewal.' ], |
|
1128
|
|
|
|
|
|
|
'570' => [ 'Reported date', |
|
1129
|
|
|
|
|
|
|
'Date when reported.' ], |
|
1130
|
|
|
|
|
|
|
'571' => [ 'Checked date', |
|
1131
|
|
|
|
|
|
|
'Date when checked.' ], |
|
1132
|
|
|
|
|
|
|
'572' => [ 'Present residence, start date', |
|
1133
|
|
|
|
|
|
|
'The beginning date of residence at present location.' ], |
|
1134
|
|
|
|
|
|
|
'573' => [ 'Employment position, start date', |
|
1135
|
|
|
|
|
|
|
'The start date of employment in a particular position.' ], |
|
1136
|
|
|
|
|
|
|
'574' => [ 'Account closed date', |
|
1137
|
|
|
|
|
|
|
'Date when account was closed.' ], |
|
1138
|
|
|
|
|
|
|
'575' => [ 'Construction date, actual', |
|
1139
|
|
|
|
|
|
|
'Date of actual construction.' ], |
|
1140
|
|
|
|
|
|
|
'576' => [ 'Employment profession start date', |
|
1141
|
|
|
|
|
|
|
'Start date of employment in a particular profession.' ], |
|
1142
|
|
|
|
|
|
|
'577' => [ 'Next review date', |
|
1143
|
|
|
|
|
|
|
'Date of next review.' ], |
|
1144
|
|
|
|
|
|
|
'578' => [ 'Meeting date', |
|
1145
|
|
|
|
|
|
|
'Date of the meeting.' ], |
|
1146
|
|
|
|
|
|
|
'579' => [ 'Administrator ordered date', |
|
1147
|
|
|
|
|
|
|
'Date when an administrator is ordered for a company.' ], |
|
1148
|
|
|
|
|
|
|
'580' => [ 'Last date to file a claim', |
|
1149
|
|
|
|
|
|
|
'Date after which no claim can be filed.' ], |
|
1150
|
|
|
|
|
|
|
'581' => [ 'Convicted date', |
|
1151
|
|
|
|
|
|
|
'Date when convicted.' ], |
|
1152
|
|
|
|
|
|
|
'582' => [ 'Interviewed date', |
|
1153
|
|
|
|
|
|
|
'Date of an interview.' ], |
|
1154
|
|
|
|
|
|
|
'583' => [ 'Last visit date', |
|
1155
|
|
|
|
|
|
|
'Date of last visit.' ], |
|
1156
|
|
|
|
|
|
|
'584' => [ 'Future period', |
|
1157
|
|
|
|
|
|
|
'Period in the future.' ], |
|
1158
|
|
|
|
|
|
|
'585' => [ 'Preceding period', |
|
1159
|
|
|
|
|
|
|
'Period preceding current period.' ], |
|
1160
|
|
|
|
|
|
|
'586' => [ 'Expected problem resolution date', |
|
1161
|
|
|
|
|
|
|
'Date when problem is expected to be resolved.' ], |
|
1162
|
|
|
|
|
|
|
'587' => [ 'Action date', |
|
1163
|
|
|
|
|
|
|
'Date of action.' ], |
|
1164
|
|
|
|
|
|
|
'588' => [ "Accountant's opinion date", |
|
1165
|
|
|
|
|
|
|
"Date of an accountant's opinion." ], |
|
1166
|
|
|
|
|
|
|
'589' => [ 'Last activity date', |
|
1167
|
|
|
|
|
|
|
'Date of last activity.' ], |
|
1168
|
|
|
|
|
|
|
'590' => [ 'Resolved date', |
|
1169
|
|
|
|
|
|
|
'Date when resolved.' ], |
|
1170
|
|
|
|
|
|
|
'591' => [ 'Recorded date', |
|
1171
|
|
|
|
|
|
|
'Date when recorded.' ], |
|
1172
|
|
|
|
|
|
|
'592' => [ 'Date of birth, estimated', |
|
1173
|
|
|
|
|
|
|
'The estimated date of birth.' ], |
|
1174
|
|
|
|
|
|
|
'593' => [ 'Last annual report date', |
|
1175
|
|
|
|
|
|
|
'Date of the last annual report.' ], |
|
1176
|
|
|
|
|
|
|
'594' => [ 'Net worth date', |
|
1177
|
|
|
|
|
|
|
'Date of net worth.' ], |
|
1178
|
|
|
|
|
|
|
'595' => [ 'Payment cancellation rejected', |
|
1179
|
|
|
|
|
|
|
'Date/time when a cancellation of a payment is rejected due to the fact that the payment is already done.' ], |
|
1180
|
|
|
|
|
|
|
'596' => [ 'Profit period', |
|
1181
|
|
|
|
|
|
|
'Period over which profit was earned.' ], |
|
1182
|
|
|
|
|
|
|
'597' => [ 'Registration date', |
|
1183
|
|
|
|
|
|
|
'Date when registered.' ], |
|
1184
|
|
|
|
|
|
|
'598' => [ 'Consolidation date', |
|
1185
|
|
|
|
|
|
|
'Date when consolidation occurred.' ], |
|
1186
|
|
|
|
|
|
|
'599' => [ 'Board of directors not authorised as of given date', |
|
1187
|
|
|
|
|
|
|
'As of this date the board of directors is not authorised.' ], |
|
1188
|
|
|
|
|
|
|
'600' => [ 'Board of directors not complete as of given date', |
|
1189
|
|
|
|
|
|
|
'As of this date the board of directors is not fully filled.' ], |
|
1190
|
|
|
|
|
|
|
'601' => [ 'Manager not registered as of given date', |
|
1191
|
|
|
|
|
|
|
'As of this date the manager is not registered.' ], |
|
1192
|
|
|
|
|
|
|
'602' => [ 'Citizenship change date', |
|
1193
|
|
|
|
|
|
|
'Date of citizenship change.' ], |
|
1194
|
|
|
|
|
|
|
'603' => [ 'Participation date', |
|
1195
|
|
|
|
|
|
|
'Date of participation.' ], |
|
1196
|
|
|
|
|
|
|
'604' => [ 'Capitalisation date', |
|
1197
|
|
|
|
|
|
|
'Date of capitalisation.' ], |
|
1198
|
|
|
|
|
|
|
'605' => [ 'Board of directors registration date', |
|
1199
|
|
|
|
|
|
|
'Date when the board of directors was registered.' ], |
|
1200
|
|
|
|
|
|
|
'606' => [ 'Operations ceased date', |
|
1201
|
|
|
|
|
|
|
'Date when operations ceased.' ], |
|
1202
|
|
|
|
|
|
|
'607' => [ 'Satisfaction date', |
|
1203
|
|
|
|
|
|
|
'Date when satisfaction was obtained.' ], |
|
1204
|
|
|
|
|
|
|
'608' => [ 'Legal settlement terms met date', |
|
1205
|
|
|
|
|
|
|
'Date when terms specified in the legal settlement were met.' ], |
|
1206
|
|
|
|
|
|
|
'609' => [ 'Business control change date', |
|
1207
|
|
|
|
|
|
|
'Date when a new authority took control.' ], |
|
1208
|
|
|
|
|
|
|
'610' => [ 'Court registration date', |
|
1209
|
|
|
|
|
|
|
'Date of registration in the court.' ], |
|
1210
|
|
|
|
|
|
|
'611' => [ 'Annual report due date', |
|
1211
|
|
|
|
|
|
|
'Date when annual report is due.' ], |
|
1212
|
|
|
|
|
|
|
'612' => [ 'Asset and liability schedule date', |
|
1213
|
|
|
|
|
|
|
'Date of the asset and liability schedule.' ], |
|
1214
|
|
|
|
|
|
|
'613' => [ 'Annual report mailing date', |
|
1215
|
|
|
|
|
|
|
'Date when the annual report was mailed.' ], |
|
1216
|
|
|
|
|
|
|
'614' => [ 'Annual report filing date', |
|
1217
|
|
|
|
|
|
|
'Date when the annual report was filed.' ], |
|
1218
|
|
|
|
|
|
|
'615' => [ 'Annual report delinquent on date', |
|
1219
|
|
|
|
|
|
|
'Date when annual report was considered delinquent.' ], |
|
1220
|
|
|
|
|
|
|
'616' => [ 'Accounting methodology change date', |
|
1221
|
|
|
|
|
|
|
'Date when accounting methodology was changed.' ], |
|
1222
|
|
|
|
|
|
|
'617' => [ 'Closed until date', |
|
1223
|
|
|
|
|
|
|
'Date when again open.' ], |
|
1224
|
|
|
|
|
|
|
'618' => [ 'Conversion into holding company date', |
|
1225
|
|
|
|
|
|
|
'Date business was converted into a holding company.' ], |
|
1226
|
|
|
|
|
|
|
'619' => [ 'Deed not available as of given date', |
|
1227
|
|
|
|
|
|
|
'Date when deed was not available.' ], |
|
1228
|
|
|
|
|
|
|
'620' => [ 'Detrimental information receipt date', |
|
1229
|
|
|
|
|
|
|
'Date when detrimental information was received.' ], |
|
1230
|
|
|
|
|
|
|
'621' => [ 'Construction date, estimated', |
|
1231
|
|
|
|
|
|
|
'Estimated date of construction.' ], |
|
1232
|
|
|
|
|
|
|
'622' => [ 'Financial information date', |
|
1233
|
|
|
|
|
|
|
'Date of the financial information.' ], |
|
1234
|
|
|
|
|
|
|
'623' => [ 'Graduation date', |
|
1235
|
|
|
|
|
|
|
'Date when graduation occurs.' ], |
|
1236
|
|
|
|
|
|
|
'624' => [ 'Insolvency discharge granted date', |
|
1237
|
|
|
|
|
|
|
'Date when insolvency discharge was granted.' ], |
|
1238
|
|
|
|
|
|
|
'625' => [ 'Incorporation date', |
|
1239
|
|
|
|
|
|
|
'Date of incorporation.' ], |
|
1240
|
|
|
|
|
|
|
'626' => [ 'Inactivity end date', |
|
1241
|
|
|
|
|
|
|
'Date when inactivity ends.' ], |
|
1242
|
|
|
|
|
|
|
'627' => [ 'Last check for balance sheet update date', |
|
1243
|
|
|
|
|
|
|
'Date balance sheet was last checked to determine if update had taken place.' ], |
|
1244
|
|
|
|
|
|
|
'628' => [ 'Last capital change date', |
|
1245
|
|
|
|
|
|
|
'Date of last capital change.' ], |
|
1246
|
|
|
|
|
|
|
'629' => [ 'Letter of agreement date', |
|
1247
|
|
|
|
|
|
|
'Date of a letter of agreement.' ], |
|
1248
|
|
|
|
|
|
|
'630' => [ 'Letter of liability date', |
|
1249
|
|
|
|
|
|
|
'Date of a letter of liability.' ], |
|
1250
|
|
|
|
|
|
|
'631' => [ 'Liquidation date', |
|
1251
|
|
|
|
|
|
|
'Date of liquidation.' ], |
|
1252
|
|
|
|
|
|
|
'632' => [ 'Lowest activity period', |
|
1253
|
|
|
|
|
|
|
'Period of lowest activity.' ], |
|
1254
|
|
|
|
|
|
|
'633' => [ 'Legal structure change date', |
|
1255
|
|
|
|
|
|
|
'Date when legal structure was changed.' ], |
|
1256
|
|
|
|
|
|
|
'634' => [ 'Current name effective date', |
|
1257
|
|
|
|
|
|
|
'Date when current name became effective.' ], |
|
1258
|
|
|
|
|
|
|
'635' => [ 'Not registered as of given date', |
|
1259
|
|
|
|
|
|
|
'Date when not yet registered.' ], |
|
1260
|
|
|
|
|
|
|
'636' => [ 'Current authority control start date', |
|
1261
|
|
|
|
|
|
|
'Date when current authority took control.' ], |
|
1262
|
|
|
|
|
|
|
'637' => [ 'Privilege details verification date', |
|
1263
|
|
|
|
|
|
|
'Date when privilege details were verified.' ], |
|
1264
|
|
|
|
|
|
|
'638' => [ 'Current legal structure effective date', |
|
1265
|
|
|
|
|
|
|
'Date when current legal structure became effective.' ], |
|
1266
|
|
|
|
|
|
|
'639' => [ 'Peak activity period', |
|
1267
|
|
|
|
|
|
|
'Period of peak activity.' ], |
|
1268
|
|
|
|
|
|
|
'640' => [ 'Presentation to bankruptcy receivers date', |
|
1269
|
|
|
|
|
|
|
'Date when presented to the bankruptcy receivers.' ], |
|
1270
|
|
|
|
|
|
|
'641' => [ 'Resignation date', |
|
1271
|
|
|
|
|
|
|
'Date of resignation.' ], |
|
1272
|
|
|
|
|
|
|
'642' => [ 'Legal action closed date', |
|
1273
|
|
|
|
|
|
|
'Date when the legal action was closed.' ], |
|
1274
|
|
|
|
|
|
|
'643' => [ 'Mail receipt date', |
|
1275
|
|
|
|
|
|
|
'Date mail was received.' ], |
|
1276
|
|
|
|
|
|
|
'644' => [ 'Social security claims verification date', |
|
1277
|
|
|
|
|
|
|
'Date when social security claims were verified.' ], |
|
1278
|
|
|
|
|
|
|
'645' => [ 'Sole directorship registration date', |
|
1279
|
|
|
|
|
|
|
'Date when sole directorship was registered.' ], |
|
1280
|
|
|
|
|
|
|
'646' => [ 'Trade style registration date', |
|
1281
|
|
|
|
|
|
|
'Date when trade style was registered.' ], |
|
1282
|
|
|
|
|
|
|
'647' => [ 'Trial start date, scheduled', |
|
1283
|
|
|
|
|
|
|
'Date when a trial is scheduled to begin.' ], |
|
1284
|
|
|
|
|
|
|
'648' => [ 'Trial start date, actual', |
|
1285
|
|
|
|
|
|
|
'Date when the trial actually started.' ], |
|
1286
|
|
|
|
|
|
|
'649' => [ 'Value Added Tax (VAT) claims verification date', |
|
1287
|
|
|
|
|
|
|
'Date when the Value Added Tax (VAT) claims were verified.' ], |
|
1288
|
|
|
|
|
|
|
'650' => [ 'Receivership result date', |
|
1289
|
|
|
|
|
|
|
'Date when the result of the receivership occurs.' ], |
|
1290
|
|
|
|
|
|
|
'651' => [ 'Investigation end date', |
|
1291
|
|
|
|
|
|
|
'The date when an investigation ended.' ], |
|
1292
|
|
|
|
|
|
|
'652' => [ 'Employee temporary laid-off period end date', |
|
1293
|
|
|
|
|
|
|
'The ending date of a period in which employees were temporarily placed out of work.' ], |
|
1294
|
|
|
|
|
|
|
'653' => [ 'Investigation start date', |
|
1295
|
|
|
|
|
|
|
'The date when an investigation began.' ], |
|
1296
|
|
|
|
|
|
|
'654' => [ 'Income period', |
|
1297
|
|
|
|
|
|
|
'The period of time in which income is earned.' ], |
|
1298
|
|
|
|
|
|
|
'655' => [ 'Criminal sentence duration', |
|
1299
|
|
|
|
|
|
|
'The period of time over which a criminal sentence applies.' ], |
|
1300
|
|
|
|
|
|
|
'656' => [ 'Age', |
|
1301
|
|
|
|
|
|
|
'Length of time that a person or animal has lived or a thing has existed.' ], |
|
1302
|
|
|
|
|
|
|
'657' => [ 'Receivables collection period', |
|
1303
|
|
|
|
|
|
|
'The period of time over which receivable accounts are collected.' ], |
|
1304
|
|
|
|
|
|
|
'658' => [ 'Comparison period', |
|
1305
|
|
|
|
|
|
|
'The time period covered in a comparison.' ], |
|
1306
|
|
|
|
|
|
|
'659' => [ 'Adjournment', |
|
1307
|
|
|
|
|
|
|
'The period of time over which an adjournment is in effect.' ], |
|
1308
|
|
|
|
|
|
|
'660' => [ 'Court dismissal date', |
|
1309
|
|
|
|
|
|
|
'The date on which a court refused further hearing of a case.' ], |
|
1310
|
|
|
|
|
|
|
'661' => [ 'Insufficient assets judgement date', |
|
1311
|
|
|
|
|
|
|
'The date on which assets were judged to be insufficient.' ], |
|
1312
|
|
|
|
|
|
|
'662' => [ 'Average payment period', |
|
1313
|
|
|
|
|
|
|
'The average period of time over which money has been paid.' ], |
|
1314
|
|
|
|
|
|
|
'663' => [ 'Forecast period start', |
|
1315
|
|
|
|
|
|
|
'The beginning of a forecast period.' ], |
|
1316
|
|
|
|
|
|
|
'664' => [ 'Period extended', |
|
1317
|
|
|
|
|
|
|
'Number of time units added to the original end date/time/period.' ], |
|
1318
|
|
|
|
|
|
|
'665' => [ 'Employee temporary laid-off period start date', |
|
1319
|
|
|
|
|
|
|
'The start date of a period in which employees were temporarily placed out of work.' ], |
|
1320
|
|
|
|
|
|
|
'666' => [ 'Management available date', |
|
1321
|
|
|
|
|
|
|
'Date when management is available.' ], |
|
1322
|
|
|
|
|
|
|
'667' => [ 'Withdrawn date', |
|
1323
|
|
|
|
|
|
|
'The date when something was retracted.' ], |
|
1324
|
|
|
|
|
|
|
'668' => [ 'Claim incurred date', |
|
1325
|
|
|
|
|
|
|
'The date that the claim was incurred.' ], |
|
1326
|
|
|
|
|
|
|
'669' => [ 'Financial coverage period', |
|
1327
|
|
|
|
|
|
|
'The period of time for which financial coverage applies.' ], |
|
1328
|
|
|
|
|
|
|
'670' => [ 'Claim made date', |
|
1329
|
|
|
|
|
|
|
'The date on which a claim was made.' ], |
|
1330
|
|
|
|
|
|
|
'671' => [ 'Stop distribution date', |
|
1331
|
|
|
|
|
|
|
'The date on which distribution is to stop.' ], |
|
1332
|
|
|
|
|
|
|
'672' => [ 'Period assigned', |
|
1333
|
|
|
|
|
|
|
'The period assigned.' ], |
|
1334
|
|
|
|
|
|
|
'673' => [ 'Lease period', |
|
1335
|
|
|
|
|
|
|
'The period associated with a lease.' ], |
|
1336
|
|
|
|
|
|
|
'674' => [ 'Forecast period end date', |
|
1337
|
|
|
|
|
|
|
'The ending date of a forecast period.' ], |
|
1338
|
|
|
|
|
|
|
'675' => [ 'Judgement date', |
|
1339
|
|
|
|
|
|
|
'The date on which a decision from a court of law was rendered.' ], |
|
1340
|
|
|
|
|
|
|
'676' => [ 'Period worked for the company', |
|
1341
|
|
|
|
|
|
|
'Period of time that was worked for the company.' ], |
|
1342
|
|
|
|
|
|
|
'677' => [ 'Transport equipment stuffing date and/or time', |
|
1343
|
|
|
|
|
|
|
'The date and/or time on which the stuffing of transport equipment is to or has taken place.' ], |
|
1344
|
|
|
|
|
|
|
'678' => [ 'Transport equipment stripping date and/or time', |
|
1345
|
|
|
|
|
|
|
'The date and/or time on which the stripping of a transport equipment is to or has taken place.' ], |
|
1346
|
|
|
|
|
|
|
'679' => [ 'Initial request date', |
|
1347
|
|
|
|
|
|
|
'Date of an initial request.' ], |
|
1348
|
|
|
|
|
|
|
'680' => [ 'Period overdue', |
|
1349
|
|
|
|
|
|
|
'The period by which an event is overdue.' ], |
|
1350
|
|
|
|
|
|
|
'681' => [ 'Implementation date/time/period', |
|
1351
|
|
|
|
|
|
|
'A date/time/period within which an implementation is to take place.' ], |
|
1352
|
|
|
|
|
|
|
'682' => [ 'Refusal period', |
|
1353
|
|
|
|
|
|
|
'The period within which a refusal can be made.' ], |
|
1354
|
|
|
|
|
|
|
'683' => [ 'Suspension period', |
|
1355
|
|
|
|
|
|
|
'The period for which something is suspended.' ], |
|
1356
|
|
|
|
|
|
|
'684' => [ 'Deletion date', |
|
1357
|
|
|
|
|
|
|
'The date on which deletion occurs.' ], |
|
1358
|
|
|
|
|
|
|
'685' => [ 'First sale date and/or time and/or period', |
|
1359
|
|
|
|
|
|
|
'The first date, and/or time, and/or period a product was sold.' ], |
|
1360
|
|
|
|
|
|
|
'686' => [ 'Last sale date and/or time and/or period', |
|
1361
|
|
|
|
|
|
|
'The last date, and/or time, and/or period a product was sold.' ], |
|
1362
|
|
|
|
|
|
|
'687' => [ 'Date ready for collection', |
|
1363
|
|
|
|
|
|
|
'A date on which an object is ready for collection.' ], |
|
1364
|
|
|
|
|
|
|
'688' => [ 'Shipping date, no schedule established as of', |
|
1365
|
|
|
|
|
|
|
'As at this date no valid shipping schedule has been established.' ], |
|
1366
|
|
|
|
|
|
|
'689' => [ 'Shipping date and/or time, current schedule', |
|
1367
|
|
|
|
|
|
|
'Shipping date and/or time as currently scheduled.' ], |
|
1368
|
|
|
|
|
|
|
'690' => [ "Suppliers' average credit period", |
|
1369
|
|
|
|
|
|
|
'The average period of time that credit is extended by suppliers.' ], |
|
1370
|
|
|
|
|
|
|
'691' => [ 'Advising date', |
|
1371
|
|
|
|
|
|
|
'Date of advice.' ], |
|
1372
|
|
|
|
|
|
|
'692' => [ 'Project over target baseline date', |
|
1373
|
|
|
|
|
|
|
'The date an over target baseline was implemented for a project.' ], |
|
1374
|
|
|
|
|
|
|
'693' => [ 'Established date', |
|
1375
|
|
|
|
|
|
|
'Date when an entity was established or created.' ], |
|
1376
|
|
|
|
|
|
|
'694' => [ 'Latest filing period', |
|
1377
|
|
|
|
|
|
|
'Latest period for which a filing may be made.' ], |
|
1378
|
|
|
|
|
|
|
'695' => [ 'Mailing date', |
|
1379
|
|
|
|
|
|
|
'Date when an item may be mailed.' ], |
|
1380
|
|
|
|
|
|
|
'696' => [ 'Date/time of latest accounts filing at public registry', |
|
1381
|
|
|
|
|
|
|
'The latest date/time when financial accounts were filed at public registry.' ], |
|
1382
|
|
|
|
|
|
|
'697' => [ 'Date placed in disfavour', |
|
1383
|
|
|
|
|
|
|
'Date when placed in a disfavoured category or status.' ], |
|
1384
|
|
|
|
|
|
|
'698' => [ 'Employment position start date, estimated', |
|
1385
|
|
|
|
|
|
|
'Estimated start date of employment in a particular position.' ], |
|
1386
|
|
|
|
|
|
|
'699' => [ 'Registered contractor number assignment date, original', |
|
1387
|
|
|
|
|
|
|
'Date when a registered contractor number was originally assigned.' ], |
|
1388
|
|
|
|
|
|
|
'700' => [ 'Ownership change date', |
|
1389
|
|
|
|
|
|
|
'Date when ownership changes.' ], |
|
1390
|
|
|
|
|
|
|
'701' => [ 'Original duration', |
|
1391
|
|
|
|
|
|
|
'Original length of time.' ], |
|
1392
|
|
|
|
|
|
|
'702' => [ 'Period between changes', |
|
1393
|
|
|
|
|
|
|
'The period of time between changes.' ], |
|
1394
|
|
|
|
|
|
|
'703' => [ 'From date of notice to proceed to commencement of', |
|
1395
|
|
|
|
|
|
|
'performance Period of time from notice to proceed until performance commencement.' ], |
|
1396
|
|
|
|
|
|
|
'704' => [ 'From date of notice to proceed to completion', |
|
1397
|
|
|
|
|
|
|
'Period of time from date of notice to proceed until completion.' ], |
|
1398
|
|
|
|
|
|
|
'705' => [ 'Period an event is late due to customer', |
|
1399
|
|
|
|
|
|
|
'The period of time an event is late due to the actions of a customer.' ], |
|
1400
|
|
|
|
|
|
|
'706' => [ 'File generation date and/or time', |
|
1401
|
|
|
|
|
|
|
'Date and, or time of file generation.' ], |
|
1402
|
|
|
|
|
|
|
'707' => [ 'Endorsed certificate issue date', |
|
1403
|
|
|
|
|
|
|
'Date on which a certificate, endorsed by signature or other agreed means, is issued.' ], |
|
1404
|
|
|
|
|
|
|
'708' => [ 'Patient first visit for condition', |
|
1405
|
|
|
|
|
|
|
'The date of the first visit by a patient to a healthcare provider for this condition.' ], |
|
1406
|
|
|
|
|
|
|
'709' => [ 'Admission date and/or time, expected', |
|
1407
|
|
|
|
|
|
|
'Expected date and/or time of admission.' ], |
|
1408
|
|
|
|
|
|
|
'710' => [ 'Symptoms onset, patient alleged', |
|
1409
|
|
|
|
|
|
|
'Date and/or time of onset of symptoms according to the patient.' ], |
|
1410
|
|
|
|
|
|
|
'711' => [ 'Accident benefit period', |
|
1411
|
|
|
|
|
|
|
'To identify the period of time for which benefits are provided in the event of an accident.' ], |
|
1412
|
|
|
|
|
|
|
'712' => [ 'Accident benefit age limit', |
|
1413
|
|
|
|
|
|
|
'To identify the age to which benefits are provided to the insured in the event of an accident.' ], |
|
1414
|
|
|
|
|
|
|
'713' => [ 'Accident lifetime benefit qualification age', |
|
1415
|
|
|
|
|
|
|
'To identify the qualification age for lifetime benefits provided to the insured in the event of an accident.' ], |
|
1416
|
|
|
|
|
|
|
'714' => [ 'Sickness benefit period', |
|
1417
|
|
|
|
|
|
|
'To identify the period of time for which benefits are provided in the event of sickness.' ], |
|
1418
|
|
|
|
|
|
|
'715' => [ 'Sickness benefit age limit', |
|
1419
|
|
|
|
|
|
|
'To identify the age to which benefits are provided to the insured in the event of sickness.' ], |
|
1420
|
|
|
|
|
|
|
'716' => [ 'Sickness lifetime benefit qualification age', |
|
1421
|
|
|
|
|
|
|
'To identify the qualification age for lifetime benefits provided to the insured in the event of sickness.' ], |
|
1422
|
|
|
|
|
|
|
'717' => [ 'Accident insurance elimination period', |
|
1423
|
|
|
|
|
|
|
'To identify the period of time the insured must be disabled in the event of an accident for benefits to be payable by the ceding company.' ], |
|
1424
|
|
|
|
|
|
|
'718' => [ 'Sickness insurance elimination period', |
|
1425
|
|
|
|
|
|
|
'The period of time the insured must be disabled in the event of sickness for benefits to be payable by the ceding company.' ], |
|
1426
|
|
|
|
|
|
|
'719' => [ 'Provider signature date', |
|
1427
|
|
|
|
|
|
|
'Date when the provider signed.' ], |
|
1428
|
|
|
|
|
|
|
'720' => [ 'Condition initial treatment date', |
|
1429
|
|
|
|
|
|
|
'Date when initially treated for this condition.' ], |
|
1430
|
|
|
|
|
|
|
'721' => [ 'Information release authorization date', |
|
1431
|
|
|
|
|
|
|
'Date when the information was authorized to be released.' ], |
|
1432
|
|
|
|
|
|
|
'722' => [ 'Benefit release authorization date', |
|
1433
|
|
|
|
|
|
|
'Date when a benefit is authorized for release.' ], |
|
1434
|
|
|
|
|
|
|
'723' => [ 'Last seen date', |
|
1435
|
|
|
|
|
|
|
'The date when last seen.' ], |
|
1436
|
|
|
|
|
|
|
'724' => [ 'Acute manifestation date', |
|
1437
|
|
|
|
|
|
|
'The date the symptoms manifested themselves in an acute form.' ], |
|
1438
|
|
|
|
|
|
|
'725' => [ 'Similar illness onset date', |
|
1439
|
|
|
|
|
|
|
'The date of the onset of an illness similar to the illness currently being treated.' ], |
|
1440
|
|
|
|
|
|
|
'726' => [ 'Last X-ray date', |
|
1441
|
|
|
|
|
|
|
'The date the last X-ray was taken.' ], |
|
1442
|
|
|
|
|
|
|
'727' => [ 'Placement date, previous', |
|
1443
|
|
|
|
|
|
|
'The date something was previously placed.' ], |
|
1444
|
|
|
|
|
|
|
'728' => [ 'Placement date', |
|
1445
|
|
|
|
|
|
|
'The date something is placed.' ], |
|
1446
|
|
|
|
|
|
|
'729' => [ 'Temporary prosthesis date', |
|
1447
|
|
|
|
|
|
|
'The date a temporary prosthetic device was provided.' ], |
|
1448
|
|
|
|
|
|
|
'730' => [ 'Orthodontic treatment period, remaining', |
|
1449
|
|
|
|
|
|
|
'The period of time that the orthodontic treatment has remaining.' ], |
|
1450
|
|
|
|
|
|
|
'731' => [ 'Orthodontic treatment period, total', |
|
1451
|
|
|
|
|
|
|
'The period of orthodontic treatment from beginning to end.' ], |
|
1452
|
|
|
|
|
|
|
'732' => [ 'Maximum credit granted date', |
|
1453
|
|
|
|
|
|
|
'Date on which the highest credit was granted.' ], |
|
1454
|
|
|
|
|
|
|
'733' => [ 'Last date of accounts filed at public register', |
|
1455
|
|
|
|
|
|
|
'Date on which accounts were last filed at the public register.' ], |
|
1456
|
|
|
|
|
|
|
'734' => [ 'Allowed renewal duration period', |
|
1457
|
|
|
|
|
|
|
'The period of time a company can renew its duration period.' ], |
|
1458
|
|
|
|
|
|
|
'735' => [ 'Offset from Coordinated Universal Time (UTC)', |
|
1459
|
|
|
|
|
|
|
"Number of hour's offset from Coordinated Universal Time (UTC)." ], |
|
1460
|
|
|
|
|
|
|
'736' => [ 'Appointment expiry date', |
|
1461
|
|
|
|
|
|
|
'Date when an appointment will expire.' ], |
|
1462
|
|
|
|
|
|
|
'737' => [ 'Earliest filing period', |
|
1463
|
|
|
|
|
|
|
'Earliest period for which a filing is made.' ], |
|
1464
|
|
|
|
|
|
|
'738' => [ 'Original name change date', |
|
1465
|
|
|
|
|
|
|
'Date when the original name was changed.' ], |
|
1466
|
|
|
|
|
|
|
'739' => [ 'Education start date', |
|
1467
|
|
|
|
|
|
|
'Date education begins at an educational institution.' ], |
|
1468
|
|
|
|
|
|
|
'740' => [ 'Education end date', |
|
1469
|
|
|
|
|
|
|
'Date education is completed at an educational institution.' ], |
|
1470
|
|
|
|
|
|
|
'741' => [ 'Receivership period', |
|
1471
|
|
|
|
|
|
|
'Period of time a receivership lasts.' ], |
|
1472
|
|
|
|
|
|
|
'742' => [ 'Financial information submission date/time', |
|
1473
|
|
|
|
|
|
|
'Date/time when financial information is submitted.' ], |
|
1474
|
|
|
|
|
|
|
'743' => [ 'Purchase order latest possible change date', |
|
1475
|
|
|
|
|
|
|
'Date identifying a point of time after which a purchase order cannot be changed.' ], |
|
1476
|
|
|
|
|
|
|
'744' => [ 'Investment number allocation date', |
|
1477
|
|
|
|
|
|
|
'The date that an investment number was allocated.' ], |
|
1478
|
|
|
|
|
|
|
'745' => [ 'Payment impossible', |
|
1479
|
|
|
|
|
|
|
'Date/time when a payment is recorded as being impossible.' ], |
|
1480
|
|
|
|
|
|
|
'746' => [ 'Record extraction period', |
|
1481
|
|
|
|
|
|
|
'The period for extraction of records.' ], |
|
1482
|
|
|
|
|
|
|
'747' => [ 'Cost accounting value date', |
|
1483
|
|
|
|
|
|
|
'Code identifying the value date of cost accounting. Value date is the date at which the entry is to effect a balance of the account.' ], |
|
1484
|
|
|
|
|
|
|
'748' => [ 'Open period', |
|
1485
|
|
|
|
|
|
|
'Code identifying the period during which something is, was or will be open.' ], |
|
1486
|
|
|
|
|
|
|
'749' => [ 'Period between issue date and maturity date', |
|
1487
|
|
|
|
|
|
|
'Interval of time between the date when the transaction was initiated and the date when the funds need to be collected.' ], |
|
1488
|
|
|
|
|
|
|
'750' => [ 'Before date', |
|
1489
|
|
|
|
|
|
|
'The specified before date.' ], |
|
1490
|
|
|
|
|
|
|
'751' => [ 'After date', |
|
1491
|
|
|
|
|
|
|
'The specified after date.' ], |
|
1492
|
|
|
|
|
|
|
'752' => [ 'Meter reading date, next scheduled', |
|
1493
|
|
|
|
|
|
|
'Date on which the next reading of a meter is scheduled to take place.' ], |
|
1494
|
|
|
|
|
|
|
'753' => [ 'Maturity date, optimal', |
|
1495
|
|
|
|
|
|
|
'Date at which optimal maturity occurs.' ], |
|
1496
|
|
|
|
|
|
|
'754' => [ 'Product ageing duration, maximum', |
|
1497
|
|
|
|
|
|
|
'Maximum period of time during which the product is ageing.' ], |
|
1498
|
|
|
|
|
|
|
'755' => [ 'Product ageing duration, minimum', |
|
1499
|
|
|
|
|
|
|
'Minimum period of time during which the product is ageing.' ], |
|
1500
|
|
|
|
|
|
|
'756' => [ 'Ultimate documentation date/time for 24-hour rule', |
|
1501
|
|
|
|
|
|
|
'regulation of CBP (United States Customs and Border Protection) Ultimate date/time by which the documentation must be submitted in compliance with the 4-hour rule of United States Custom of Border Protection.' ], |
|
1502
|
|
|
|
|
|
|
'757' => [ 'Departure date/time from place of loading', |
|
1503
|
|
|
|
|
|
|
'Date/time of the departure of the goods from the place of loading.' ], |
|
1504
|
|
|
|
|
|
|
'758' => [ 'Trade item ship date/time, earliest possible', |
|
1505
|
|
|
|
|
|
|
'The earliest date/time that the trade item can be shipped.' ], |
|
1506
|
|
|
|
|
|
|
'759' => [ 'Trade item ship date/time, latest possible', |
|
1507
|
|
|
|
|
|
|
'The latest date/time that the trade item can be shipped.' ], |
|
1508
|
|
|
|
|
|
|
'760' => [ 'Start date/time, maximum buying quantity', |
|
1509
|
|
|
|
|
|
|
'The date/time from which the maximum buying quantity may be purchased.' ], |
|
1510
|
|
|
|
|
|
|
'761' => [ 'Start date/time, minimum buying quantity', |
|
1511
|
|
|
|
|
|
|
'The date/time from which the minimum buying quantity may be purchased.' ], |
|
1512
|
|
|
|
|
|
|
'762' => [ 'Marketing campaign end date/time, suggested', |
|
1513
|
|
|
|
|
|
|
'The date and or time suggested for the marketing campaign to end.' ], |
|
1514
|
|
|
|
|
|
|
'763' => [ 'Marketing campaign start date/time, suggested', |
|
1515
|
|
|
|
|
|
|
'The date and or time suggested for the marketing campaign to start.' ], |
|
1516
|
|
|
|
|
|
|
'764' => [ 'Start availability date', |
|
1517
|
|
|
|
|
|
|
'The start date of availability.' ], |
|
1518
|
|
|
|
|
|
|
'765' => [ 'Seasonal availabilty calendar year', |
|
1519
|
|
|
|
|
|
|
'The calendar year of the season in which the trade item is available.' ], |
|
1520
|
|
|
|
|
|
|
'766' => [ 'Goods pickup lead time', |
|
1521
|
|
|
|
|
|
|
'Minimum time required between order entry and goods release for pick-up.' ], |
|
1522
|
|
|
|
|
|
|
'767' => [ 'Change date/time, latest', |
|
1523
|
|
|
|
|
|
|
'Most recent date and/or time that the information has been changed.' ], |
|
1524
|
|
|
|
|
|
|
'768' => [ 'End date/time, maximum buying quantity', |
|
1525
|
|
|
|
|
|
|
'The date and/or time until which the maximum buying quantity may be purchased.' ], |
|
1526
|
|
|
|
|
|
|
'769' => [ 'End dat/time, minimum buying quantity', |
|
1527
|
|
|
|
|
|
|
'The date and/or time until which the minimum buying quantity may be purchased.' ], |
|
1528
|
|
|
|
|
|
|
'770' => [ 'End date/time of exclusivity', |
|
1529
|
|
|
|
|
|
|
'The date and/or time until which a product is exclusive.' ], |
|
1530
|
|
|
|
|
|
|
'771' => [ 'Data release date', |
|
1531
|
|
|
|
|
|
|
'The date at which the data is released.' ], |
|
1532
|
|
|
|
|
|
|
'772' => [ 'Handling start date and/or time, actual', |
|
1533
|
|
|
|
|
|
|
'The actual date and/or time when the start of the handling action takes place.' ], |
|
1534
|
|
|
|
|
|
|
'773' => [ 'Handling end date and/or time, estimated', |
|
1535
|
|
|
|
|
|
|
'The date and/or time when the end of the handling action is estimated to take place.' ], |
|
1536
|
|
|
|
|
|
|
'774' => [ 'Handling end date and/or time, actual', |
|
1537
|
|
|
|
|
|
|
'The actual date and/or time when the end of the handling action takes place.' ], |
|
1538
|
|
|
|
|
|
|
'775' => [ 'Minimum product lifespan for consumer', |
|
1539
|
|
|
|
|
|
|
'The minimum life span of the product remaining after selling it to the consumer, i.e. between the "sell by date" and the "use by date" of the product.' ], |
|
1540
|
|
|
|
|
|
|
'776' => [ 'Entry date, elected', |
|
1541
|
|
|
|
|
|
|
'Date used at the discretion of the filer for duty calculation of non-quota goods when there is no immediate transport entry date (related to immediate delivery).' ], |
|
1542
|
|
|
|
|
|
|
'777' => [ 'Arrival date/time at initial port with the intent to unload', |
|
1543
|
|
|
|
|
|
|
'Date/ time that the conveyance arrives at the initial port in the country of destination.' ], |
|
1544
|
|
|
|
|
|
|
'778' => [ 'Conveyance port activity date/ time', |
|
1545
|
|
|
|
|
|
|
'The date and time of conveyance activity, including cargo loading or unloading, fuelling etc.' ], |
|
1546
|
|
|
|
|
|
|
'779' => [ 'Date and time of importation into port limits', |
|
1547
|
|
|
|
|
|
|
'Date and time on which the conveyance transporting the goods from the foreign country arrived within the limits of the port of destination.' ], |
|
1548
|
|
|
|
|
|
|
'780' => [ 'Free trade zone commodity status assignment date', |
|
1549
|
|
|
|
|
|
|
'The filing date that corresponds to the current status of the commodity in the free trade zone.' ], |
|
1550
|
|
|
|
|
|
|
'781' => [ 'Jurisdiction entry date/time, actual', |
|
1551
|
|
|
|
|
|
|
"Actual date/time at which the conveyance or goods enter an agency's jurisdiction." ], |
|
1552
|
|
|
|
|
|
|
'782' => [ 'Inspection start date/time', |
|
1553
|
|
|
|
|
|
|
'Date/time at which an inspection begins.' ], |
|
1554
|
|
|
|
|
|
|
'783' => [ 'Inspection end date/time', |
|
1555
|
|
|
|
|
|
|
'Date/time at which an inspection is completed.' ], |
|
1556
|
|
|
|
|
|
|
'784' => [ 'Document/message rejection date/time', |
|
1557
|
|
|
|
|
|
|
'Date/time at which the document/message was rejected.' ], |
|
1558
|
|
|
|
|
|
|
'785' => [ 'Government service date/time, requested', |
|
1559
|
|
|
|
|
|
|
'The date/time at which the government service is requested to be executed.' ], |
|
1560
|
|
|
|
|
|
|
'786' => [ 'Crop year', |
|
1561
|
|
|
|
|
|
|
'The year that the crops were grown.' ], |
|
1562
|
|
|
|
|
|
|
'787' => [ 'Date of original manufacture', |
|
1563
|
|
|
|
|
|
|
'Date that the item was originally manufactured.' ], |
|
1564
|
|
|
|
|
|
|
'788' => [ 'Model year', |
|
1565
|
|
|
|
|
|
|
'The model year of the item.' ], |
|
1566
|
|
|
|
|
|
|
'789' => [ 'Opened trade item life span', |
|
1567
|
|
|
|
|
|
|
'The number of days the trade item that has been opened can remain on the shelf before it must be removed.' ], |
|
1568
|
|
|
|
|
|
|
'ZZZ' => [ 'Mutually defined', |
|
1569
|
|
|
|
|
|
|
'A code assigned within a code list to be used on an interim basis and as defined among trading partners until a precise code can be assigned to the code list.' ], |
|
1570
|
|
|
|
|
|
|
); |
|
1571
|
20
|
|
|
20
|
0
|
66
|
sub get_codes { return \%code_hash; } |
|
1572
|
|
|
|
|
|
|
|
|
1573
|
|
|
|
|
|
|
1; |