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

Safe HaskellSafe-Infered

QuantLib.Event

Synopsis

Documentation

data CashFlow Source

Cash flows data type

Constructors

CashFlow 

Fields

cfDate :: Date
 
cfAmount :: Double
 

type Leg = [CashFlow]Source

Sequence of cash-flows