quantfin-0.1.0.2: Quant finance library in pure Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Quant.Types

Synopsis

Documentation

data CashFlow Source

Constructors

CashFlow 

Fields

cfTime :: Time
 
cfAmount :: Double
 

data Observables a Source

Observables are the observables available in a Monte Carlo simulation. Most basic MCs will have one observables (Black-Scholes) whereas more complex ones will have multiple (i.e. Heston-Hull-White).

Constructors

Observables 

Fields

obsGet :: [a]
 

Instances

Show a => Show (Observables a) 

data OptionType Source

Type for Put or Calls

Constructors

Put 
Call