Package | Description |
---|---|
org.drip.pricer.option | |
org.drip.state.creator |
Constructor and Description |
---|
HestonStochasticVolatilityAlgorithm(HestonOptionPricerParams fphp)
HestonStochasticVolatilityAlgorithm constructor
|
Modifier and Type | Method and Description |
---|---|
static MarketSurface |
ScenarioMarketSurfaceBuilder.HestonRunMarketSurface(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
double dblRiskFreeRate,
double dblUnderlier,
boolean bIsForward,
double dblInitialVolatility,
double[] adblStrike,
java.lang.String[] astrTenor,
HestonOptionPricerParams fphp,
boolean bPriceSurface,
SegmentCustomBuilderControl scbcWireSpan,
SegmentCustomBuilderControl scbcSurface)
Create a Price/Volatility Market Surface Based off of a Single Run using the Heston 1993 Model
|