| Package | Description |
|---|---|
| com.opengamma.strata.product.cms |
Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPeriodType |
CmsPeriod.getCmsPeriodType()
Obtains the type of the CMS period.
|
static CmsPeriodType |
CmsPeriodType.of(String name)
Obtains an instance from the specified name.
|
static CmsPeriodType |
CmsPeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsPeriodType[] |
CmsPeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.