Uses of Interface
com.opengamma.strata.pricer.impl.tree.OptionFunction
-
Packages that use OptionFunction Package Description com.opengamma.strata.pricer.impl.tree -
-
Uses of OptionFunction in com.opengamma.strata.pricer.impl.tree
Classes in com.opengamma.strata.pricer.impl.tree that implement OptionFunction Modifier and Type Class Description classConstantContinuousSingleBarrierKnockoutFunctionSingle barrier knock-out option function.classEuropeanVanillaOptionFunctionEuropean vanilla option function.Methods in com.opengamma.strata.pricer.impl.tree with parameters of type OptionFunction Modifier and Type Method Description doubleTrinomialTree. optionPrice(OptionFunction function, RecombiningTrinomialTreeData data)Price an option under the specified trinomial tree gird.doubleTrinomialTree. optionPrice(OptionFunction function, LatticeSpecification lattice, double spot, double volatility, double interestRate, double dividendRate)Price an option under the specified trinomial lattice.ValueDerivativesTrinomialTree. optionPriceAdjoint(OptionFunction function, RecombiningTrinomialTreeData data)Compute option price and delta under the specified trinomial tree gird.
-