Enum MTAZeroEventEnum

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

@RosettaEnum("MTAZeroEventEnum") public enum MTAZeroEventEnum extends Enum<MTAZeroEventEnum>
The enumerated values for defining the relevant trigger(s) for the Minimum Transfer Amount (MTA) to fall to zero.
Version:
6.19.0
  • Enum Constant Details

    • EVENT_OF_DEFAULT

      @RosettaEnumValue("EventOfDefault") public static final MTAZeroEventEnum EVENT_OF_DEFAULT
      An Event of Default.
    • TERMINATION_EVENT

      @RosettaEnumValue("TerminationEvent") public static final MTAZeroEventEnum TERMINATION_EVENT
      A Termination Event.
    • TERMINATION_EVENT_ALL_AFFECTED_TRANSACTIONS

      @RosettaEnumValue(value="TerminationEventAllAffectedTransactions", displayName="A Termination Event in respect of which all Transactions are Affected Transactions") public static final MTAZeroEventEnum TERMINATION_EVENT_ALL_AFFECTED_TRANSACTIONS
      A Termination Event in respect of which all Transactions are Affected Transactions.
    • POTENTIAL_EVENT_OF_DEFAULT

      @RosettaEnumValue("PotentialEventOfDefault") public static final MTAZeroEventEnum POTENTIAL_EVENT_OF_DEFAULT
      A Potential Event of Default.
    • ADDITIONAL_TERMINATION_EVENT

      @RosettaEnumValue("AdditionalTerminationEvent") public static final MTAZeroEventEnum ADDITIONAL_TERMINATION_EVENT
      An Additional Termination Event (ATE).
    • OTHER

      @RosettaEnumValue("Other") public static final MTAZeroEventEnum OTHER
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
  • Method Details

    • values

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

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

      public String toDisplayString()