Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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.
forall a b . (YieldCurve a, YieldCurve b) => Black |
|
|