Enum AdditionalTypeEnum

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

@RosettaEnum("AdditionalTypeEnum") public enum AdditionalTypeEnum extends Enum<AdditionalTypeEnum>
The enumerated values to specify the Additional Type of transaction that can require the collection or delivery of initial margin under a given regulatory regime for the purposes of Covered Transactions.
Version:
6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(b)(B)" Provision
  • Enum Constant Details

    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final AdditionalTypeEnum NOT_APPLICABLE
      No Additional Type of transaction is applicable to the regulatory regulatory regime.
    • EQUITY_OPTION_OR_INDEX_OPTION

      @RosettaEnumValue("EquityOptionOrIndexOption") public static final AdditionalTypeEnum EQUITY_OPTION_OR_INDEX_OPTION
      Single stock equity option or index option transaction as referred to in the transitional provisions (if any) of the EMIR RTS.
    • OTHER

      @RosettaEnumValue("Other") public static final AdditionalTypeEnum OTHER
  • Method Details

    • values

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

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

      public String toDisplayString()