Enum QuotationRateTypeEnum

java.lang.Object
java.lang.Enum<QuotationRateTypeEnum>
cdm.observable.asset.QuotationRateTypeEnum
All Implemented Interfaces:
Serializable, Comparable<QuotationRateTypeEnum>

@RosettaEnum("QuotationRateTypeEnum") public enum QuotationRateTypeEnum extends Enum<QuotationRateTypeEnum>
The enumerated values to specify the type of quotation rate to be obtained from each cash settlement reference bank.
Version:
5.30.0
  • Enum Constant Details

    • BID

      @RosettaEnumValue("Bid") public static final QuotationRateTypeEnum BID
      A bid rate.
    • ASK

      @RosettaEnumValue("Ask") public static final QuotationRateTypeEnum ASK
      An ask rate.
    • MID

      @RosettaEnumValue("Mid") public static final QuotationRateTypeEnum MID
      A mid-market rate.
    • EXERCISING_PARTY_PAYS

      @RosettaEnumValue("ExercisingPartyPays") public static final QuotationRateTypeEnum EXERCISING_PARTY_PAYS
      If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.
  • Method Details

    • values

      public static QuotationRateTypeEnum[] 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 QuotationRateTypeEnum 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 QuotationRateTypeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()