aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S5245.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D96A/Simples/S5245.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S5245.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S5245.hs139
1 files changed, 139 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S5245.hs b/specification/src/Text/Edifact/D96A/Simples/S5245.hs
new file mode 100644
index 0000000..11039fa
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S5245.hs
@@ -0,0 +1,139 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S5245
7 ( simple5245
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > * 5245 Percentage qualifier
16-- >
17-- > Desc: Identification of the usage of a percentage.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Allowance
22-- > (5424) Allowance expressed as a percentage.
23-- > 2 Charge
24-- > (5424) Charge expressed as a percentage.
25-- > 3 Allowance or charge
26-- > [5424] Allowance or charge expressed as a percentage.
27-- > 4 Reinsurer's share
28-- > To indicate the share of the reinsurer in a treaty.
29-- > 5 Entry percentage
30-- > To indicate the percentage used for the specified entry
31-- > (e.g. commission %, deposits % ...).
32-- > 6 Quality/yield
33-- > (6318) The percentage of a specified material in the
34-- > total product.
35-- > 7 Percentage of invoice
36-- > Self explanatory.
37-- > 8 Reduction/surcharge percentage
38-- > Percentage to calculate a reduction/surcharge.
39-- > 9 Adjustment
40-- > Self explanatory.
41-- > 10 Bureau share
42-- > London insurance market bureau (bureau share in
43-- > reinsurance treaty).
44-- > | 11 Buffer stock requirement
45-- > Anticipated additional consumption to safeguard against
46-- > unforeseen shortages or demands.
47-- > 12 Discount
48-- > Discount expressed as a percentage.
49-- > 13 Amount tolerance
50-- > Tolerance of amount in percentage.
51-- > 14 Percentage of note
52-- > Percentage of debit or credit note.
53-- > 15 Penalty percentage
54-- > Self explanatory.
55-- > 16 Interest percentage
56-- > Self explanatory.
57-- > 17 Part of documentary credit amount
58-- > Part of documentary credit amount in percentage subject
59-- > to sight payment, deferred payment or acceptance when the
60-- > documentary credit is available by mixed payment.
61-- > 18 Percentage credit note
62-- > Percentage of a credit note.
63-- > 19 Percentage debit note
64-- > Percentage of a debit note.
65-- > 20 Percentage of insurance
66-- > Self explanatory.
67-- > 21 Own risk percentage
68-- > Percentage of total amount which is not covered by credit
69-- > cover.
70-- > 22 Transferred VAT percentage
71-- > VAT percentage rate for which accountability is being
72-- > transferred from one party to another. VAT means: Value
73-- > added tax.
74-- > 23 Part time employment
75-- > The time a person is employed expressed as a percentage
76-- > of the equivalent full time employment.
77-- > 24 Voluntary contribution
78-- > Contribution to a superannuation scheme which is not
79-- > compulsory, expressed as a percentage of salary.
80-- > 25 Attribute factor
81-- > To indicate a mathematical factor, expressed as a
82-- > percentage , used to multiply a specified attribute item.
83-- > 26 Additional contribution
84-- > Contribution to a scheme in addition to the normal
85-- > contribution, expressed as a percentage (in
86-- > superannuation usually expressed as a percentage of
87-- > salary).
88-- > 27 Benefits allocation
89-- > Percentage of total benefits allocated to a person.
90-- > 28 Attribute classification
91-- > To indicate the percentage of a specified attribute
92-- > classification (e.g. percentage contributed before a
93-- > defined year for superannuation purposes).
94-- > 29 Renegotiation trigger upper limit
95-- > The percentage rise in a currency rate of exchange which
96-- > would result in renegotiation of prices.
97-- > 30 Renegotiation trigger lower limit
98-- > The percentage fall in a currency rate of exchange which
99-- > would result in renegotiation of prices.
100-- > 31 Material reduction factor
101-- > The percentage reduction in constituent material which
102-- > occurs in the production process.
103-- > 32 Acceptable price difference
104-- > The maximum percentage increase or decrease resulting
105-- > from price recalculation which will not result in price
106-- > renegotiation.
107-- > 33 Share of buyer's total requirement
108-- > The percentage of the buyer's total acquisition
109-- > requirement for the referenced or similar item which will
110-- > be ordered from the named supplier.
111-- > 34 Price increase
112-- > The percentage increase in price of the referenced item
113-- > since the last notification.
114-- > 35 Share of tool cost paid by buyer
115-- > The percentage of the cost of tooling which will be paid
116-- > by the buyer.
117-- > 36 Volume capacity usage
118-- > Percentage of the volume capacity used.
119-- > 37 Weight capacity usage
120-- > Percentage of the weight capacity used.
121-- > 38 Loading length capacity usage
122-- > Percentage of the loading length capacity used.
123-- > 39 Share of packaging cost paid by vendor
124-- > The percentage of the cost of packaging which will be
125-- > paid by the vendor.
126-- > 40 Reduction percentage
127-- > Reduction from an amount/price expressed in a percentage.
128-- > 41 Surcharge percentage
129-- > Additional amount expressed in a percentage.
130-- > 42 Local content
131-- > To indicate the percentage of a products local (i.e.
132-- > domestic) content.
133-- > 43 Chargeback
134-- > Percentage amount charged back.
135-- > 44 Gross turnover commission
136-- > Percentage of gross turnover used to calculate
137-- > commission.
138simple5245 :: Parser Value
139simple5245 = simple "5245" (alphaNumeric `upTo` 3)