Package cdm.observable.asset.fro
Enum FloatingRateIndexCategoryEnum
java.lang.Object
java.lang.Enum<FloatingRateIndexCategoryEnum>
cdm.observable.asset.fro.FloatingRateIndexCategoryEnum
- All Implemented Interfaces:
Serializable,Comparable<FloatingRateIndexCategoryEnum>
@RosettaEnum("FloatingRateIndexCategoryEnum")
public enum FloatingRateIndexCategoryEnum
extends Enum<FloatingRateIndexCategoryEnum>
Top level ISDA FRO category.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe rate is calculated by the calculation agents from multiple observations.The rate is obtained by polling several other banks.The rate is observed directly from a screen. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static FloatingRateIndexCategoryEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SCREEN_RATE
@RosettaEnumValue(value="ScreenRate", displayName="Screen Rate") public static final FloatingRateIndexCategoryEnum SCREEN_RATEThe rate is observed directly from a screen. -
CALCULATED
@RosettaEnumValue(value="Calculated", displayName="Calculated Rate") public static final FloatingRateIndexCategoryEnum CALCULATEDThe rate is calculated by the calculation agents from multiple observations. -
REFERENCE_BANKS
@RosettaEnumValue(value="ReferenceBanks", displayName="Reference Banks Rate") public static final FloatingRateIndexCategoryEnum REFERENCE_BANKSThe rate is obtained by polling several other banks.
-
-
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<FloatingRateIndexCategoryEnum>
-
toDisplayString
-