Package cdm.product.asset
Enum RateTreatmentEnum
- All Implemented Interfaces:
Serializable,Comparable<RateTreatmentEnum>
The enumerated values to specify the methods for converting rates from one basis to another.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBond Equivalent Yield.Money Market Yield. -
Method Summary
Modifier and TypeMethodDescriptionstatic RateTreatmentEnumfromDisplayName(String name) toString()static RateTreatmentEnumReturns the enum constant of this type with the specified name.static RateTreatmentEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BOND_EQUIVALENT_YIELD
@RosettaEnumValue("BondEquivalentYield") public static final RateTreatmentEnum BOND_EQUIVALENT_YIELDBond Equivalent Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (g). -
MONEY_MARKET_YIELD
Money Market Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (h).
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<RateTreatmentEnum>
-
toDisplayString
-