Package | Description |
---|---|
org.drip.pricer.option |
Modifier and Type | Class and Description |
---|---|
class |
PutGreeks
PutGreeks contains the Sensitivities generated during the Put Option Pricing Run.
|
Modifier and Type | Method and Description |
---|---|
Greeks |
HestonStochasticVolatilityAlgorithm.greeks(double dblStrike,
double dblTimeToExpiry,
double dblRiskFreeRate,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
double dblInitialVolatility) |
abstract Greeks |
FokkerPlanckGenerator.greeks(double dblStrike,
double dblTimeToExpiry,
double dblRiskFreeRate,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
double dblInitialVolatility)
Carry out a Sensitivity Run and generate the Pricing related measure set
|
Greeks |
BlackScholesAlgorithm.greeks(double dblStrike,
double dblTimeToExpiry,
double dblRiskFreeRate,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
double dblVolatility) |
Greeks |
BlackNormalAlgorithm.greeks(double dblStrike,
double dblTimeToExpiry,
double dblRiskFreeRate,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
double dblVolatility) |
Greeks |
FokkerPlanckGenerator.greeks(int iSpotDate,
int iExpiryDate,
double dblStrike,
MergedDiscountForwardCurve dcFunding,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
double dblIntegratedSurfaceVariance)
Carry out a Sensitivity Run and generate the Pricing related measure set
|
Greeks |
FokkerPlanckGenerator.greeks(int iSpotDate,
int iExpiryDate,
double dblStrike,
MergedDiscountForwardCurve dcFunding,
double dblUnderlier,
boolean bIsPut,
boolean bIsForward,
R1ToR1 funcVolatilityR1ToR1)
Carry out a Sensitivity Run and generate the Pricing related measure set
|