| Package | Description |
|---|---|
| com.opengamma.strata.product.swaption |
Entity objects describing options on swaps, known as swaptions.
|
| Modifier and Type | Method and Description |
|---|---|
CashSwaptionSettlementMethod |
CashSwaptionSettlement.getMethod()
Gets the cash settlement method.
|
static CashSwaptionSettlementMethod |
CashSwaptionSettlementMethod.of(String name)
Obtains an instance from the specified name.
|
static CashSwaptionSettlementMethod |
CashSwaptionSettlementMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CashSwaptionSettlementMethod[] |
CashSwaptionSettlementMethod.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<CashSwaptionSettlementMethod> |
CashSwaptionSettlement.Meta.method()
The meta-property for the
method property. |
| Modifier and Type | Method and Description |
|---|---|
static CashSwaptionSettlement |
CashSwaptionSettlement.of(LocalDate settlementDate,
CashSwaptionSettlementMethod method)
Obtains an instance from the settlement date and method.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.