Enum SimmExceptionApplicableEnum

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

@RosettaEnum("SimmExceptionApplicableEnum") public enum SimmExceptionApplicableEnum extends Enum<SimmExceptionApplicableEnum>
Values to specify the SIMM normalized exception approaches.
Version:
6.19.0 Body ISDA Corpus Annex CSA_IM_2018 ISDA 2018 Credit Support Annex For Initial Margin paragraph "13 General Principles" Provision
  • Enum Constant Details

    • FALL_BACK_TO_MANDATORY_METHOD

      @RosettaEnumValue("FallBackToMandatoryMethod") public static final SimmExceptionApplicableEnum FALL_BACK_TO_MANDATORY_METHOD
      The ISDA Standard Initial Margin Model exception is applicable as a Fallback to Mandatory Method.
    • MANDATORY_METHOD

      @RosettaEnumValue("MandatoryMethod") public static final SimmExceptionApplicableEnum MANDATORY_METHOD
      The ISDA Standard Initial Margin Model exception is applicable as a Mandatory Method.
    • OTHER_METHOD

      @RosettaEnumValue("OtherMethod") public static final SimmExceptionApplicableEnum OTHER_METHOD
      An alternative approach is described in the document.
  • Method Details

    • values

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

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

      public String toDisplayString()