public final class PhysicalSwaptionSettlement extends Object implements SwaptionSettlement, org.joda.beans.ImmutableBean, Serializable
The settlement type is SettlementType.PHYSICAL. This means that the two
parties enter into the actual interest rate swap at the expiry date of the option.
| Modifier and Type | Class and Description |
|---|---|
static class |
PhysicalSwaptionSettlement.Meta
The meta-bean for
PhysicalSwaptionSettlement. |
| Modifier and Type | Field and Description |
|---|---|
static PhysicalSwaptionSettlement |
DEFAULT
Default instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SettlementType |
getSettlementType()
Gets the settlement type of swaption.
|
int |
hashCode() |
static PhysicalSwaptionSettlement.Meta |
meta()
The meta-bean for
PhysicalSwaptionSettlement. |
PhysicalSwaptionSettlement.Meta |
metaBean() |
String |
toString() |
public static final PhysicalSwaptionSettlement DEFAULT
public SettlementType getSettlementType()
SwaptionSettlement
The settlement type is cash settlement or physical settlement, defined in SettlementType.
getSettlementType in interface SwaptionSettlementpublic static PhysicalSwaptionSettlement.Meta meta()
PhysicalSwaptionSettlement.public PhysicalSwaptionSettlement.Meta metaBean()
metaBean in interface org.joda.beans.BeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.