Enum RegMarginTypeEnum

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

@RosettaEnum("RegMarginTypeEnum") public enum RegMarginTypeEnum extends Enum<RegMarginTypeEnum>
Represents the enumeration values to specify the margin type in relation to bilateral or regulatory obligation.
Version:
5.30.0
  • Enum Constant Details

    • VM

      @RosettaEnumValue("VM") public static final RegMarginTypeEnum VM
      Indicates Variation Margin
    • REG_IM

      @RosettaEnumValue("RegIM") public static final RegMarginTypeEnum REG_IM
      Indicates Regulatory Initial Margin
    • NON_REG_IM

      @RosettaEnumValue("NonRegIM") public static final RegMarginTypeEnum NON_REG_IM
      Indicates Non Regulatory Initial margin or independent amount
  • Method Details

    • values

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

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

      public String toDisplayString()