hquantlib-0.0.4.0: HQuantLib is a port of essencial parts of QuantLib to Haskell

Safe HaskellSafe
LanguageHaskell2010

QuantLib.Money

Synopsis

Documentation

data Money #

Amount of cash. Please, note that currency conversion is not implemented yet.

Constructors

Money 

Fields

Instances

Eq Money # 

Methods

(==) :: Money -> Money -> Bool #

(/=) :: Money -> Money -> Bool #

Num Money # 
Show Money # 

Methods

showsPrec :: Int -> Money -> ShowS #

show :: Money -> String #

showList :: [Money] -> ShowS #