Uses of Class
com.opengamma.strata.product.cms.CmsPeriodType
-
Packages that use CmsPeriodType Package Description com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor. -
-
Uses of CmsPeriodType in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return CmsPeriodType Modifier and Type Method Description CmsPeriodTypeCmsPeriod. getCmsPeriodType()Obtains the type of the CMS period.static CmsPeriodTypeCmsPeriodType. of(String name)Obtains an instance from the specified name.static CmsPeriodTypeCmsPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static CmsPeriodType[]CmsPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-