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 CmsLegCmsLeg.Builder. build()CmsLegCms. 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 thecmsLegproperty.Methods in com.opengamma.strata.product.cms with parameters of type CmsLeg Modifier and Type Method Description static CmsCms. of(CmsLeg cmsLeg)Obtains an instance from a CMS leg with no pay leg.static CmsCms. of(CmsLeg cmsLeg, SwapLeg payLeg)Obtains an instance from a CMS leg and a pay leg.
-