]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S5387.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S5387.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S5387
7 ( simple5387
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 5387 Price specification code [B]
16 -- >
17 -- > Desc: Code identifying pricing specification.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AAA Reference price
22 -- > Code identifying a reference price.
23 -- >
24 -- > AAB Price includes tax
25 -- > Code specifying that the price is inclusive of tax.
26 -- >
27 -- > AAC Buyer suggested retail price
28 -- > The suggested retail price as suggested or determined by
29 -- > the party purchasing the goods.
30 -- >
31 -- > AAD Ocean charges rate
32 -- > The charges imposed by the ocean transportation industry
33 -- > above and beyond the basic freight.
34 -- >
35 -- > AAE Not subject to fluctuation
36 -- > Not subject to escalation or adjustment.
37 -- >
38 -- > AAF Subject to escalation
39 -- > Subject to increase or development by successive stages.
40 -- >
41 -- > AAG Subject to price adjustment
42 -- > Code specifying that the price is subject to adjustment.
43 -- >
44 -- > AAH Subject to escalation and price adjustment
45 -- > Subject to increase or development by successive stages
46 -- > and price adjustment.
47 -- >
48 -- > AAI Fluctuation conditions not specified
49 -- > Code specifying that the fluctuation conditions are not
50 -- > identified.
51 -- >
52 -- > AAJ All in price
53 -- > Firm price for specified work.
54 -- >
55 -- > AAK New price
56 -- > A price valid from an effective date/time/period.
57 -- >
58 -- > AAL Old price
59 -- > A price valid prior to an effective date/time/period of
60 -- > a new price.
61 -- >
62 -- > AAM Per week
63 -- > To indicate that the given price applies per week.
64 -- >
65 -- > AAN Price on application
66 -- > Price can be obtained on request from seller.
67 -- >
68 -- > AAO Unpacked price
69 -- > The price given is the price of the item without
70 -- > packaging.
71 -- >
72 -- > AAP Trade price
73 -- > Discount price available to all customers except the
74 -- > retail customer.
75 -- >
76 -- > AAQ Firm price
77 -- > Price which will remain unchanged for a given time
78 -- > period.
79 -- >
80 -- > AAR Material share of item price
81 -- > The per unit cost of referenced material based on a
82 -- > given quotation for that material.
83 -- >
84 -- > AAS Labour share of item price
85 -- > The labour component of the per-unit item price.
86 -- >
87 -- > AAT Transport share of item price
88 -- > The transport component of the per-unit item price.
89 -- >
90 -- > AAU Packing share of item price
91 -- > The packing component of the per-unit item price.
92 -- >
93 -- > AAV Tooling share of item price
94 -- > The tooling component of the per-unit item price.
95 -- >
96 -- > AAW Temporary vehicle charge
97 -- > The component of a price charged for providing a
98 -- > temporary vehicle.
99 -- >
100 -- > AAX Price component due to interest
101 -- > This is the component of the price which is charged due
102 -- > to interest.
103 -- >
104 -- > AAY Price component due to management services
105 -- > This is the component of the price which is charged due
106 -- > to management services rendered.
107 -- >
108 -- > AAZ Price component due to maintenance
109 -- > This is the component of the price which is charged due
110 -- > to maintenance.
111 -- >
112 -- > ABA Individual buyer price
113 -- > A price which is available to an individual buyer as
114 -- > opposed to an institutional buyer.
115 -- >
116 -- > ABB Group buying price
117 -- > A price which is available to a buying group.
118 -- >
119 -- > ABC Group member buying price
120 -- > A special price given to a member of a buying group.
121 -- >
122 -- > ABD Pre-payment price
123 -- > A special price if pre-payment is made for the article
124 -- > ordered.
125 -- >
126 -- > ABE Retail price - excluding taxes
127 -- > Retail price not including any applicable taxes.
128 -- >
129 -- > ABF Suggested retail price - excluding taxes
130 -- > Suggested retail price not including any applicable
131 -- > taxes.
132 -- >
133 -- > ABG Agreed minimum price
134 -- > The minimum price agreed between trading partners.
135 -- >
136 -- > ABH Statutory minimum retail price
137 -- > The legal minimum retail price.
138 -- >
139 -- > ABI Cost reimbursement price
140 -- > A code to indicate that the price represents the
141 -- > reimbursement of the actual costs incurred.
142 -- >
143 -- > ABJ Market price
144 -- > A code to indicate that the given price is applicable
145 -- > under normal competitive conditions.
146 -- >
147 -- > ABK Open tender price
148 -- > A code to indicate that the price mentioned has been
149 -- > submitted in the context of an open tender.
150 -- >
151 -- > ABL Base price
152 -- > The base price of a product or service.
153 -- >
154 -- > ABM Base price difference
155 -- > The difference in price against a base price.
156 -- >
157 -- > ABN Adjustable price prior to acceptance
158 -- > A price which can be adjusted due to economic conditions
159 -- > between the date of offer and the date of acceptance.
160 -- >
161 -- > ABO Revisable price after acceptance
162 -- > A price which can be revised due to economic conditions
163 -- > between the date of acceptance of the order and the date
164 -- > of delivery.
165 -- >
166 -- > ABP Provisional ceiling price
167 -- > A provisional price which cannot be exceeded.
168 -- >
169 -- > ABQ Adjustable provisional ceiling price
170 -- > A provisional price which cannot be exceeded but which
171 -- > can be adjusted due to economic conditions between the
172 -- > date of offer and the date of acceptance.
173 -- >
174 -- > ABR Revisable provisional ceiling price
175 -- > A provisional price which cannot be exceeded but is
176 -- > revisable due to economic conditions between the date of
177 -- > acceptance of the order through to the date of delivery.
178 -- >
179 -- > ABS Revisable provisional price
180 -- > A provisional price which is revisable due to economic
181 -- > conditions between the date of acceptance of the order
182 -- > and the date of delivery.
183 -- >
184 -- > ABT Adjustable provisional price
185 -- > A provisional price which is adjustable due to economic
186 -- > conditions between the date of offer and the date of
187 -- > acceptance.
188 -- >
189 -- > ABU Area price
190 -- > Price connected to a geographical area.
191 -- >
192 -- > ABV Area system price
193 -- > A basis price applied to a geographic area.
194 -- >
195 -- > ABW Special balance regulation price
196 -- > The price applicable to the power generated as a result
197 -- > of a special balance regulation.
198 -- >
199 -- > ABX Balance regulation price
200 -- > The price applicable to the power generated as a result
201 -- > of a balance regulation.
202 -- >
203 -- > ABY Upward balance regulation price
204 -- > The price applicable to the power generated as a result
205 -- > of an upward balance regulation.
206 -- >
207 -- > ABZ Downward balance regulation price
208 -- > The price applicable to the power generated as a result
209 -- > of a downward balance regulation.
210 -- >
211 -- > AI Active ingredient
212 -- > Code specifying that price is based on the active
213 -- > ingredient.
214 -- >
215 -- > ALT Alternate price
216 -- > A substitute cost.
217 -- >
218 -- > AP Advice price
219 -- > Code specifying an advice price.
220 -- >
221 -- > BR Broker price
222 -- > Code specifying a broker price.
223 -- >
224 -- > CAT Catalogue price
225 -- > Price per unit of quantity of a product as specified in
226 -- > a catalogue.
227 -- >
228 -- > CDV Current domestic value
229 -- > The present worth of a thing which comes from one's
230 -- > homeland, in terms of money or goods.
231 -- >
232 -- > CON Contract price
233 -- > Price per unit of quantity of a product/service as
234 -- > agreed in a contract between parties.
235 -- >
236 -- > CP Current price
237 -- > Price at time of transaction, but subject to future
238 -- > change.
239 -- >
240 -- > CU Consumer unit
241 -- > Code specifying that the price is based on consumer
242 -- > unit.
243 -- >
244 -- > CUP Confirmed unit price
245 -- > The value of a single item that proves to be correct.
246 -- >
247 -- > CUS Declared customs unit value
248 -- > A clearly known duty on a single item which is imposed
249 -- > by law.
250 -- >
251 -- > DAP Dealer adjusted price
252 -- > The necessary or desirable changes that the sales agency
253 -- > makes with respect to the value of the product.
254 -- >
255 -- > DIS Distributor price
256 -- > The cost associated with the agency that markets goods.
257 -- >
258 -- > DPR Discount price
259 -- > A reduction from the usual list value.
260 -- >
261 -- > DR Dealer price
262 -- > Code specifying a dealer price.
263 -- >
264 -- > DSC Discount amount allowed
265 -- > A certain price up to which one is able to make
266 -- > reductions from the usual list value.
267 -- >
268 -- > EC ECSC price
269 -- > Price registered at European Commission Steel and Carbon
270 -- > office (DG III).
271 -- >
272 -- > ES Estimated price
273 -- > Code specifying an estimated price.
274 -- >
275 -- > EUP Expected unit price
276 -- > The anticipated value of a single item.
277 -- >
278 -- > FCR Freight/charge rate
279 -- > The price that is either a freight rate or a rate on
280 -- > which freight charges are calculated.
281 -- >
282 -- > GRP Gross unit price
283 -- > Unit price to which allowances and charges apply.
284 -- >
285 -- > INV Invoice price
286 -- > Price per unit of quantity of a product as specified on
287 -- > an invoice.
288 -- >
289 -- > LBL Labelling price
290 -- > Retail price of the buyer that should be printed by the
291 -- > producer on the article's label. The labelling price is
292 -- > not necessary the effective retail price.
293 -- >
294 -- > MAX Maximum order quantity price
295 -- > The greatest amount of goods or services which one can
296 -- > buy to receive a certain value.
297 -- >
298 -- > MIN Minimum order quantity price
299 -- > The least amount of goods or services that one can buy
300 -- > to receive a certain value.
301 -- >
302 -- > MNR Minimum release quantity price
303 -- > The least amount of an order one can place in order to
304 -- > receive a certain value.
305 -- >
306 -- > MSR Manufacturer's suggested retail
307 -- > Price that reflects "Sales to other manufacturers" or
308 -- > "Sales for resale".
309 -- >
310 -- > MXR Maximum release quantity price
311 -- > The greatest amount of an order that one can place in
312 -- > order to receive a certain value.
313 -- >
314 -- > NE Not-to-exceed price
315 -- > Code specifying a price that cannot be increased.
316 -- >
317 -- > NQT No quote
318 -- > No price available.
319 -- >
320 -- > NTP Net unit price
321 -- > Unit price to which no allowances and charges apply.
322 -- >
323 -- > NW Net weight
324 -- > Code specifying a net weight price.
325 -- >
326 -- > OFR Ocean freight rate
327 -- > The price per pricing unit of ocean transportation
328 -- > services for moving cargo from one location to another.
329 -- >
330 -- > PAQ Price break quantity(s)
331 -- > Numerical amounts of goods or services which are
332 -- > associated with different sums of money. As the amount
333 -- > goes up, the price per individual item decreases.
334 -- >
335 -- > PBQ Unit price beginning quantity
336 -- > The starting amount at which you can place a value on a
337 -- > single item.
338 -- >
339 -- > PPD Prepaid freight charges
340 -- > The cost of shipping is paid before the goods are
341 -- > shipped.
342 -- >
343 -- > PPR Provisional price
344 -- > Price per unit of quantity of a product as provisionally
345 -- > agreed.
346 -- >
347 -- > PRO Producer's price
348 -- > The value that the maker of a good places on an item.
349 -- >
350 -- > PRP Promotional price
351 -- > The value that is placed on an item that is being
352 -- > developed. The idea is to sell this product for less
353 -- > than one normally would, and make up for it by selling a
354 -- > larger quantity.
355 -- >
356 -- > PW Gross weight
357 -- > Code specifying a gross weight price.
358 -- >
359 -- > QTE Quote price
360 -- > Price per unit of quantity of a product as specified in
361 -- > a quote.
362 -- >
363 -- > RES Resale price
364 -- > Price per unit of quantity of a product to be used for
365 -- > resale.
366 -- >
367 -- > RTP Retail price
368 -- > Price per unit of quantity of a product to be used for
369 -- > retail.
370 -- >
371 -- > SHD Ship and debit
372 -- > To transport goods and be owed money by the customer for
373 -- > the services performed.
374 -- >
375 -- > SRP Suggested retail price
376 -- > Price per unit of quantity of a product suggested for
377 -- > retail.
378 -- >
379 -- > SW Gross weight without wooden pallets
380 -- > Used in steel industry.
381 -- >
382 -- > TB To be negotiated
383 -- > Code specifying that the price has to be negotiated.
384 -- >
385 -- > TRF Transfer
386 -- > To carry or remove from one place, situation, or person
387 -- > to another.
388 -- >
389 -- > TU Traded unit
390 -- > Code specifying a traded unit price.
391 -- >
392 -- > TW Theoretical weight
393 -- > Code specifying a price based on a theoretical weight.
394 -- >
395 -- > WH Wholesale price
396 -- > Code specifying a wholesale price.
397 simple5387 :: Parser Value
398 simple5387 = simple "5387" (alphaNumeric `upTo` 3)