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

Safe HaskellSafe-Inferred

QuantLib.Money

Synopsis

Documentation

data Money Source

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

Constructors

Money 

Fields

mValue :: Double
 
mCurrency :: Currency
 

Instances