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

QuantLib.Instruments

Synopsis

Documentation

class Instrument a whereSource

Instrument type class

data Instrument a => CompositeInstrument a Source

Composite instrument is an aggregate of other instruments.

Constructors

CompositeInstrument (Map a Double) 

data Stock Source

Single stock instrument

Constructors

Stock 

Fields

sQuote :: Double
 
sDate :: LocalTime