Enum ExceptionEnum

java.lang.Object
java.lang.Enum<ExceptionEnum>
cdm.legaldocumentation.csa.ExceptionEnum
All Implemented Interfaces:
Serializable, Comparable<ExceptionEnum>

@RosettaEnum("ExceptionEnum") public enum ExceptionEnum extends Enum<ExceptionEnum>
Values to specify the normalized exceptions applicable to an Initial Margin CSA.
Version:
7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" Provision Body ISDA Corpus Annex CSA_IM_2018 ISDA 2018 Credit Support Annex For Initial Margin paragraph "13 General Principles" Provision
  • Enum Constant Details

    • APPLICABLE

      @RosettaEnumValue("Applicable") public static final ExceptionEnum APPLICABLE
      The election is applicable.
    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final ExceptionEnum NOT_APPLICABLE
      The election is not applicable.
    • OTHER

      @RosettaEnumValue("Other") public static final ExceptionEnum OTHER
      An alternative approach is described in the document as follows.
  • Method Details

    • values

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

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

      public String toDisplayString()