Uses of Class
com.opengamma.strata.product.cms.CmsLeg
-
Packages that use CmsLeg Package Description com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor. -
-
Uses of CmsLeg in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return CmsLeg Modifier and Type Method Description CmsLeg
CmsLeg.Builder. build()
CmsLeg
Cms. getCmsLeg()
Gets the CMS leg of the product.Methods in com.opengamma.strata.product.cms that return types with arguments of type CmsLeg Modifier and Type Method Description Class<? extends CmsLeg>
CmsLeg.Meta. beanType()
org.joda.beans.MetaProperty<CmsLeg>
Cms.Meta. cmsLeg()
The meta-property for thecmsLeg
property.Methods in com.opengamma.strata.product.cms with parameters of type CmsLeg Modifier and Type Method 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.
-