| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Q.Options.BlackScholes
Synopsis
- data BlackScholes = BlackScholes {}
- atmf :: BlackScholes -> YearFrac -> Strike
- euOption :: BlackScholes -> YearFrac -> OptionType -> Strike -> Valuation
- eucall :: BlackScholes -> YearFrac -> Strike -> Valuation
- euput :: BlackScholes -> YearFrac -> Strike -> Valuation
- module Q.Options
Documentation
data BlackScholes Source #
Parameters for a simplified black scholes equation.
Constructors
| BlackScholes | |
Instances
| Show BlackScholes Source # | |
Defined in Q.Options.BlackScholes Methods showsPrec :: Int -> BlackScholes -> ShowS # show :: BlackScholes -> String # showList :: [BlackScholes] -> ShowS # | |
| Model BlackScholes Double Source # | |
Defined in Q.Options.BlackScholes | |
euOption :: BlackScholes -> YearFrac -> OptionType -> Strike -> Valuation Source #
European option valuation with black scholes.
module Q.Options