| Package | Description |
|---|---|
| net.finmath.montecarlo.assetderivativevaluation.products |
Products which may be valued using an
AssetModelMonteCarloSimulationModel. |
| Modifier and Type | Method and Description |
|---|---|
static BlackScholesHedgedPortfolio.HedgeStrategy |
BlackScholesHedgedPortfolio.HedgeStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlackScholesHedgedPortfolio.HedgeStrategy[] |
BlackScholesHedgedPortfolio.HedgeStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlackScholesHedgedPortfolio(double maturity,
double strike,
double riskFreeRate,
double volatility,
double hedgeOptionMaturity,
double hedgeOptionStrike,
BlackScholesHedgedPortfolio.HedgeStrategy hedgeStrategy)
Construction of a delta-gamma hedge portfolio assuming a Black-Scholes model.
|
Copyright © 2019. All rights reserved.