Enum ValuationTypeEnum

java.lang.Object
java.lang.Enum<ValuationTypeEnum>
cdm.event.common.ValuationTypeEnum
All Implemented Interfaces:
Serializable, Comparable<ValuationTypeEnum>

@RosettaEnum("ValuationTypeEnum") public enum ValuationTypeEnum extends Enum<ValuationTypeEnum>
Method used for the valuation of the transaction by the valuation party.
Version:
5.30.0
  • Enum Constant Details

    • MARK_TO_MARKET

      @RosettaEnumValue("MarkToMarket") public static final ValuationTypeEnum MARK_TO_MARKET
      Mark-to-Market
    • MARK_TO_MODEL

      @RosettaEnumValue("MarkToModel") public static final ValuationTypeEnum MARK_TO_MODEL
      Mark-to-Model
  • Method Details

    • values

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

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

      public String toDisplayString()