| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Quant.Models.Black
- data Black = forall a b . (YieldCurve a, YieldCurve b) => Black {
- blackInit :: Double
- blackVol :: Double
- blackForwardGen :: a
- blackYieldCurve :: b
Documentation
Black represents a Black-Scholes model.
Constructors
| forall a b . (YieldCurve a, YieldCurve b) => Black |
|
Fields
| |
Instances