Enum SpecifiedValueEnum

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

@RosettaEnum("SpecifiedValueEnum") public enum SpecifiedValueEnum extends Enum<SpecifiedValueEnum>
Version:
7.0.0-dev.105 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.4.(w)" Provision
  • Enum Constant Details

    • OUTSTANDING_PRINCIPAL_BALANCE

      @RosettaEnumValue("OutstandingPrincipalBalance") public static final SpecifiedValueEnum OUTSTANDING_PRINCIPAL_BALANCE
    • STATED_PRINCIPAL_BALANCE

      @RosettaEnumValue("StatedPrincipalBalance") public static final SpecifiedValueEnum STATED_PRINCIPAL_BALANCE
    • FACE_VALUE

      @RosettaEnumValue("FaceValue") public static final SpecifiedValueEnum FACE_VALUE
    • MARKET_VALUE

      @RosettaEnumValue("MarketValue") public static final SpecifiedValueEnum MARKET_VALUE
  • Method Details

    • values

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

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

      public String toDisplayString()