| Package | Description |
|---|---|
| com.opengamma.strata.product.common |
Entity objects shared between other packages.
|
| com.opengamma.strata.product.swaption |
Entity objects describing options on swaps, known as swaptions.
|
| Modifier and Type | Method and Description |
|---|---|
static SettlementType |
SettlementType.of(String name)
Obtains an instance from the specified name.
|
static SettlementType |
SettlementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettlementType[] |
SettlementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SettlementType |
SwaptionSettlement.getSettlementType()
Gets the settlement type of swaption.
|
SettlementType |
PhysicalSwaptionSettlement.getSettlementType() |
SettlementType |
CashSwaptionSettlement.getSettlementType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.