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 Details

    • SCREEN_RATE

      @RosettaEnumValue(value="ScreenRate", displayName="Screen Rate") public static final FloatingRateIndexCategoryEnum SCREEN_RATE
      The rate is observed directly from a screen.
    • CALCULATED

      @RosettaEnumValue(value="Calculated", displayName="Calculated Rate") public static final FloatingRateIndexCategoryEnum CALCULATED
      The rate is calculated by the calculation agents from multiple observations.
    • REFERENCE_BANKS

      @RosettaEnumValue(value="ReferenceBanks", displayName="Reference Banks Rate") public static final FloatingRateIndexCategoryEnum REFERENCE_BANKS
      The rate is obtained by polling several other banks.
  • Method Details

    • values

      public static FloatingRateIndexCategoryEnum[] 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

      public static FloatingRateIndexCategoryEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static FloatingRateIndexCategoryEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<FloatingRateIndexCategoryEnum>
    • toDisplayString

      public String toDisplayString()