Enum PartyDeterminationEnum

java.lang.Object
java.lang.Enum<PartyDeterminationEnum>
cdm.observable.asset.PartyDeterminationEnum
All Implemented Interfaces:
Serializable, Comparable<PartyDeterminationEnum>

@RosettaEnum("PartyDeterminationEnum") public enum PartyDeterminationEnum extends Enum<PartyDeterminationEnum>
The enumerated values to specify how a calculation agent will be determined.
Version:
5.30.0
  • Enum Constant Details

    • EXERCISING_PARTY

      @RosettaEnumValue("ExercisingParty") public static final PartyDeterminationEnum EXERCISING_PARTY
      The party that gives notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (d).
    • NON_EXERCISING_PARTY

      @RosettaEnumValue("NonExercisingParty") public static final PartyDeterminationEnum NON_EXERCISING_PARTY
      The party that is given notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (e).
    • AS_SPECIFIED_IN_MASTER_AGREEMENT

      @RosettaEnumValue("AsSpecifiedInMasterAgreement") public static final PartyDeterminationEnum AS_SPECIFIED_IN_MASTER_AGREEMENT
      The Calculation Agent is determined by reference to the relevant master agreement.
    • AS_SPECIFIED_IN_STANDARD_TERMS_SUPPLEMENT

      @RosettaEnumValue("AsSpecifiedInStandardTermsSupplement") public static final PartyDeterminationEnum AS_SPECIFIED_IN_STANDARD_TERMS_SUPPLEMENT
      The Calculation Agent is determined by reference to the relevant standard terms supplement.
    • BOTH

      @RosettaEnumValue("Both") public static final PartyDeterminationEnum BOTH
      Both parties with joined rights to be a calculation agent.
  • Method Details

    • values

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

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

      public String toDisplayString()