| Package | Description |
|---|---|
| com.opengamma.strata.product.option |
Entity objects describing common option concepts.
|
| Modifier and Type | Method and Description |
|---|---|
BarrierType |
SimpleConstantContinuousBarrier.getBarrierType()
Gets the barrier type.
|
BarrierType |
Barrier.getBarrierType()
Obtains the barrier type.
|
static BarrierType |
BarrierType.of(String name)
Obtains an instance from the specified name.
|
static BarrierType |
BarrierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarrierType[] |
BarrierType.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<BarrierType> |
SimpleConstantContinuousBarrier.Meta.barrierType()
The meta-property for the
barrierType 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.