]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S6341.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S6341.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S6341
7 ( simple6341
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 6341 Currency market exchange, coded
16 -- >
17 -- > Desc: Code identifying the market upon which the currency exchange
18 -- > rate is based.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > AAA Paris exchange
23 -- > Self explanatory.
24 -- > AMS Amsterdam exchange
25 -- > Self explanatory.
26 -- > ARG Bolsa de Comercio de Buenos Aires
27 -- > Argentina exchange.
28 -- > AST Australian exchange
29 -- > Self explanatory.
30 -- > AUS Wien exchange
31 -- > Wiener Boersenkammer.
32 -- > BEL Brussel exchange
33 -- > Commission de la Bourse Bruxelles.
34 -- > CAN Toronto exchange
35 -- > Self explanatory.
36 -- > CAR Contractual agreement exchange rate
37 -- > Self explanatory.
38 -- > CIE US Customs Information Exchange
39 -- > Currency rates published by the US Customs Information
40 -- > Exchange, 6 WTC, New York NY 10048-0945, USA.
41 -- > DEN Copenhagen exchange
42 -- > Koebenhavns Fondsboers.
43 -- > ECR European Community period exchange rate
44 -- > Description to be provided.
45 -- > FIN Helsinki exchange
46 -- > Self explanatory.
47 -- > FRA Frankfurt exchange
48 -- > Self explanatory.
49 -- > IMF International Monetary Fund
50 -- > Self explanatory.
51 -- > LNF London exchange, first closing
52 -- > Self explanatory.
53 -- > LNS London exchange, second closing
54 -- > Self explanatory.
55 -- > MIL Milan exchange
56 -- > Self explanatory.
57 -- > NOR Oslo exchange
58 -- > Self explanatory.
59 -- > NYC New York exchange
60 -- > Self explanatory.
61 -- > PHI Philadelphia exchange
62 -- > Self explanatory.
63 -- > SRE Specific railway exchange currency
64 -- > Self explanatory.
65 -- > SWE Stockholm exchange
66 -- > Self explanatory.
67 -- > ZUR Zurich exchange
68 -- > Self explanatory.
69 simple6341 :: Parser Value
70 simple6341 = simple "6341" (alphaNumeric `upTo` 3)