| Package | Description |
|---|---|
| com.opengamma.strata.product.cms |
Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLeg |
CmsLeg.Builder.build() |
CmsLeg |
Cms.getCmsLeg()
Gets the CMS leg of the product.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CmsLeg> |
CmsLeg.Meta.beanType() |
org.joda.beans.MetaProperty<CmsLeg> |
Cms.Meta.cmsLeg()
The meta-property for the
cmsLeg property. |
| Modifier and Type | Method and Description |
|---|---|
static Cms |
Cms.of(CmsLeg cmsLeg)
Obtains an instance from a CMS leg with no pay leg.
|
static Cms |
Cms.of(CmsLeg cmsLeg,
SwapLeg payLeg)
Obtains an instance from a CMS leg and a pay leg.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.