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

Safe HaskellSafe
LanguageHaskell2010

QuantLib.Instruments

Synopsis

Documentation

class Instrument a where #

Instrument type class

Minimal complete definition

iDate, iIsExpired

Methods

iDate :: a -> LocalTime #

iIsExpired :: a -> Bool #

data Stock #

Single stock instrument

Constructors

Stock 

Fields