Enum RecalculationOfValueElectionEnum

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

@RosettaEnum("RecalculationOfValueElectionEnum") public enum RecalculationOfValueElectionEnum extends Enum<RecalculationOfValueElectionEnum>
Values to specify the procedure under which the market value of posted collateral will be recalculated.
Version:
6.19.0
  • Enum Constant Details

    • CONSULATION_PROCEDURE

      @RosettaEnumValue("ConsulationProcedure") public static final RecalculationOfValueElectionEnum CONSULATION_PROCEDURE
      The parties agree to consult.
    • OTHER_REGULATORY_CSA_PROCEDURE

      @RosettaEnumValue("OtherRegulatoryCSAProcedure") public static final RecalculationOfValueElectionEnum OTHER_REGULATORY_CSA_PROCEDURE
      The procedures specified in an Other Regulatory CSA.
    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final RecalculationOfValueElectionEnum NOT_APPLICABLE
      Description to be added.
    • SPECIFIED

      @RosettaEnumValue("Specified") public static final RecalculationOfValueElectionEnum SPECIFIED
      Bespoke Recalculation of value terms are specified in the agreement.
  • Method Details

    • values

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

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

      public String toDisplayString()