Uses of Class
org.drip.pricer.option.Greeks
| Package | Description |
|---|---|
| org.drip.pricer.option |
Deterministic/Stochastic Volatility Settings/Greeks
|
-
Uses of Greeks in org.drip.pricer.option
Subclasses of Greeks in org.drip.pricer.option Modifier and Type Class Description classPutGreeksPutGreeks contains the Sensitivities generated during the Put Option Pricing Run.Methods in org.drip.pricer.option that return Greeks Modifier and Type Method Description GreeksBlackNormalAlgorithm. greeks(double dblStrike, double dblTimeToExpiry, double dblRiskFreeRate, double dblUnderlier, boolean bIsPut, boolean bIsForward, double dblVolatility)GreeksBlackScholesAlgorithm. greeks(double dblStrike, double dblTimeToExpiry, double dblRiskFreeRate, double dblUnderlier, boolean bIsPut, boolean bIsForward, double dblVolatility)abstract GreeksFokkerPlanckGenerator. 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 setGreeksFokkerPlanckGenerator. 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 setGreeksFokkerPlanckGenerator. 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 setGreeksHestonStochasticVolatilityAlgorithm. greeks(double dblStrike, double dblTimeToExpiry, double dblRiskFreeRate, double dblUnderlier, boolean bIsPut, boolean bIsForward, double dblInitialVolatility)