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 Cms
CmsTrade. getProduct()
Gets the CMS product that was agreed when the trade occurred.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.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 theproduct
property.Methods in com.opengamma.strata.product.cms with parameters of type Cms Modifier and Type Method Description CmsTrade.Builder
CmsTrade.Builder. product(Cms product)
Sets the CMS product that was agreed when the trade occurred.
-