Enum FxForceMajeureOrActOfSStateEnum

java.lang.Object
java.lang.Enum<FxForceMajeureOrActOfSStateEnum>
cdm.legaldocumentation.transaction.additionalterms.FxForceMajeureOrActOfSStateEnum
All Implemented Interfaces:
Serializable, Comparable<FxForceMajeureOrActOfSStateEnum>

@RosettaEnum("FxForceMajeureOrActOfSStateEnum") public enum FxForceMajeureOrActOfSStateEnum extends Enum<FxForceMajeureOrActOfSStateEnum>
The enumerated values to specify whether such terms i.e. Force Majeure or Act Of State shall be treated either as defined per the documents applicable to the FX transaction.
Version:
6.19.0 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.1.(c).(ii)" Provision
  • Enum Constant Details

    • TO_BE_TREATED_AS_DISRUPTION_EVENT

      @RosettaEnumValue("ToBeTreatedAsDisruptionEvent") public static final FxForceMajeureOrActOfSStateEnum TO_BE_TREATED_AS_DISRUPTION_EVENT
    • TO_BE_TREATED_AS_FORCE_MAJEURE_OR_ACT_OF_S_STATE

      @RosettaEnumValue("ToBeTreatedAsForceMajeureOrActOfSState") public static final FxForceMajeureOrActOfSStateEnum TO_BE_TREATED_AS_FORCE_MAJEURE_OR_ACT_OF_S_STATE
  • Method Details

    • values

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

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

      public String toDisplayString()