Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Heston = forall a b . (YieldCurve a, YieldCurve b) => Heston {
- hestonInit :: Double
- hestonV0 :: Double
- hestonVF :: Double
- hestonLambda :: Double
- hestonCorrel :: Double
- hestonMeanRev :: Double
- hestonForwardGen :: a
- hestonDisc :: b
Documentation
Heston
represents a Heston model (i.e. stochastic volatility).
forall a b . (YieldCurve a, YieldCurve b) => Heston |
|
|