| Package | Description |
|---|---|
| com.opengamma.strata.product.option |
Entity objects describing common option concepts.
|
| Modifier and Type | Method and Description |
|---|---|
KnockType |
SimpleConstantContinuousBarrier.getKnockType()
Gets the knock type.
|
KnockType |
Barrier.getKnockType()
Obtains the knock type.
|
static KnockType |
KnockType.of(String name)
Obtains an instance from the specified name.
|
static KnockType |
KnockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnockType[] |
KnockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<KnockType> |
SimpleConstantContinuousBarrier.Meta.knockType()
The meta-property for the
knockType property. |
| Modifier and Type | Method and Description |
|---|---|
static SimpleConstantContinuousBarrier |
SimpleConstantContinuousBarrier.of(BarrierType barrierType,
KnockType knockType,
double barrierLevel)
Obtains the continuous barrier with constant barrier level.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.