Uses of Class
com.opengamma.strata.product.cms.Cms
-
Packages that use Cms Package Description com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor. -
-
Uses of Cms in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return Cms Modifier and Type Method Description CmsCmsTrade. getProduct()Gets the CMS product that was agreed when the trade occurred.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.Methods in com.opengamma.strata.product.cms that return types with arguments of type Cms Modifier and Type Method Description Class<? extends Cms>Cms.Meta. beanType()org.joda.beans.BeanBuilder<? extends Cms>Cms.Meta. builder()org.joda.beans.MetaProperty<Cms>CmsTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.cms with parameters of type Cms Modifier and Type Method Description CmsTrade.BuilderCmsTrade.Builder. product(Cms product)Sets the CMS product that was agreed when the trade occurred.
-