Enum MarginApproachEnum

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

@RosettaEnum("MarginApproachEnum") public enum MarginApproachEnum extends Enum<MarginApproachEnum>
Values to specify the margin approach specific to Initial Margin agreements.
Version:
7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_NewYork_2018 ISDA 2018 New York Law Credit Support Annex for Initial Margin paragraph "13" Provision
  • Enum Constant Details

    • DISTINCT

      @RosettaEnumValue("Distinct") public static final MarginApproachEnum DISTINCT
      Distinct Margin Flow (IM) Approach.
    • ALLOCATED

      @RosettaEnumValue("Allocated") public static final MarginApproachEnum ALLOCATED
      Allocated Margin Flow (IM/IA) Approach.
    • GREATER_OF

      @RosettaEnumValue("GreaterOf") public static final MarginApproachEnum GREATER_OF
      Greater of Margin Flow (IM/IA) Approach.
  • Method Details

    • values

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

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

      public String toDisplayString()