| Package | Description |
|---|---|
| com.opengamma.strata.pricer.impl.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantContinuousSingleBarrierKnockoutFunction
Single barrier knock-out option function.
|
class |
EuropeanVanillaOptionFunction
European vanilla option function.
|
| Modifier and Type | Method and Description |
|---|---|
double |
TrinomialTree.optionPrice(OptionFunction function,
LatticeSpecification lattice,
double spot,
double volatility,
double interestRate,
double dividendRate)
Price an option under the specified trinomial lattice.
|
double |
TrinomialTree.optionPrice(OptionFunction function,
RecombiningTrinomialTreeData data)
Price an option under the specified trinomial tree gird.
|
ValueDerivatives |
TrinomialTree.optionPriceAdjoint(OptionFunction function,
RecombiningTrinomialTreeData data)
Compute option price and delta under the specified trinomial tree gird.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.