module Q.Currencies.Asia
  (
    module Q.Currencies.Asia
  )
where

import           Q.Currency

-- | Syrian Pounds
syp :: Currency
syp :: Currency
syp = Currency :: String -> String -> Integer -> Integer -> Currency
Currency {
    cName :: String
cName           = String
"Syrian pounds"
  , cCode :: String
cCode           = String
"SYP"
  , cIsoCode :: Integer
cIsoCode        = Integer
4217
  , cFracsPerUnit :: Integer
cFracsPerUnit   = Integer
100
}