Uses of Enum
net.finmath.montecarlo.assetderivativevaluation.products.FiniteDifferenceHedgedPortfolio.HedgeStrategy
Packages that use FiniteDifferenceHedgedPortfolio.HedgeStrategy
Package
Description
Products which may be valued using an
AssetModelMonteCarloSimulationModel
.-
Uses of FiniteDifferenceHedgedPortfolio.HedgeStrategy in net.finmath.montecarlo.assetderivativevaluation.products
Methods in net.finmath.montecarlo.assetderivativevaluation.products that return FiniteDifferenceHedgedPortfolio.HedgeStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.FiniteDifferenceHedgedPortfolio.HedgeStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.montecarlo.assetderivativevaluation.products with parameters of type FiniteDifferenceHedgedPortfolio.HedgeStrategyModifierConstructorDescriptionFiniteDifferenceHedgedPortfolio(AbstractAssetMonteCarloProduct productToHedge, AssetModelMonteCarloSimulationModel modelUsedForHedging, ArrayList<AbstractAssetMonteCarloProduct> hedgeProducts, FiniteDifferenceHedgedPortfolio.HedgeStrategy hedgeStrategy)
Construction of a hedge portfolio.