HQu-0.0.0.3: quantitative finance library
Safe HaskellNone
LanguageHaskell2010

Q.Options

Synopsis

Documentation

data Valuation Source #

Constructors

Valuation 

Instances

Instances details
Show Valuation Source # 
Instance details

Defined in Q.Options

intrinsinc :: OptionType -> Forward -> Strike -> DF -> Double Source #

intrinsinc value of an option.

hasTimeValue :: OptionType -> Forward -> Strike -> Premium -> DF -> Bool Source #

returns True if the undiscounted option premium is greater than the intrinsinc

module Q.Types