hquantlib-0.0.5.1: HQuantLib is a port of essencial parts of QuantLib to Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

QuantLib.Money

Synopsis

Documentation

data Money Source #

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

Constructors

Money 

Instances

Instances details
Eq Money Source # 
Instance details

Defined in QuantLib.Money

Methods

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

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

Num Money Source # 
Instance details

Defined in QuantLib.Money

Show Money Source # 
Instance details

Defined in QuantLib.Money

Methods

showsPrec :: Int -> Money -> ShowS #

show :: Money -> String #

showList :: [Money] -> ShowS #