Enum AmendmentEffectiveDateEnum

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

@RosettaEnum("AmendmentEffectiveDateEnum") public enum AmendmentEffectiveDateEnum extends Enum<AmendmentEffectiveDateEnum>
The enumerated values to specify the effective date of the Amendment to Termination Currency when specified as a specific date (e.g. the annex date).
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" * clause "(t)" Provision
  • Enum Constant Details

    • ANNEX_DATE

      @RosettaEnumValue("AnnexDate") public static final AmendmentEffectiveDateEnum ANNEX_DATE
      The effective date corresponds to the Annex date.
    • DEED_DATE

      @RosettaEnumValue("DeedDate") public static final AmendmentEffectiveDateEnum DEED_DATE
      The effective date corresponds to the Deed date.
    • AGREEMENT_DATE

      @RosettaEnumValue("AgreementDate") public static final AmendmentEffectiveDateEnum AGREEMENT_DATE
      The effective date corresponds to the Agreement date.
    • AMENDMENT_EFFECTIVE_DATE

      @RosettaEnumValue("AmendmentEffectiveDate") public static final AmendmentEffectiveDateEnum AMENDMENT_EFFECTIVE_DATE
      The effective date corresponds to the Amendment Effective Date (IM).
  • Method Details

    • values

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

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

      public String toDisplayString()