Package | Description |
---|---|
org.drip.pricer.option | |
org.drip.product.fra | |
org.drip.product.option |
Modifier and Type | Class and Description |
---|---|
class |
BlackNormalAlgorithm
BlackNormalAlgorithm implements the Black Normal European Call and Put Options Pricer.
|
class |
BlackScholesAlgorithm
BlackScholesAlgorithm implements the Black Scholes based European Call and Put Options Pricer.
|
class |
HestonStochasticVolatilityAlgorithm
HestonStochasticVolatilityAlgorithm implements the Heston 1993 Stochastic Volatility European Call and Put
Options Pricer.
|
Modifier and Type | Method and Description |
---|---|
FokkerPlanckGenerator |
FRAStandardCapFloorlet.pricer()
Retrieve the Underlying Pricer Instance
|
Constructor and Description |
---|
FRAStandardCapFloor(java.lang.String strName,
Stream stream,
java.lang.String strManifestMeasure,
boolean bIsCap,
double dblStrike,
LastTradingDateSetting ltds,
CashSettleParams csp,
FokkerPlanckGenerator fpg)
FRAStandardCapFloor constructor
|
FRAStandardCapFloorlet(java.lang.String strName,
FRAStandardComponent fra,
java.lang.String strManifestMeasure,
boolean bIsCaplet,
double dblStrike,
double dblNotional,
LastTradingDateSetting ltds,
FokkerPlanckGenerator fpg,
CashSettleParams csp)
FRAStandardCapFloorlet constructor
|
Modifier and Type | Method and Description |
---|---|
CaseInsensitiveTreeMap<java.lang.Double> |
EuropeanCallPut.value(ValuationParams valParams,
double dblUnderlier,
boolean bIsForward,
MergedDiscountForwardCurve dc,
R1ToR1 auVolatility,
FokkerPlanckGenerator fpg)
Generate the Measure Set for the Option
|
Constructor and Description |
---|
CDSEuropeanOption(java.lang.String strName,
CreditDefaultSwap cds,
java.lang.String strManifestMeasure,
boolean bIsReceiver,
double dblStrike,
LastTradingDateSetting ltds,
FokkerPlanckGenerator fpg,
CashSettleParams csp)
CDSEuropeanOption constructor
|