Enum PositionEventIntentEnum

java.lang.Object
java.lang.Enum<PositionEventIntentEnum>
cdm.event.common.PositionEventIntentEnum
All Implemented Interfaces:
Serializable, Comparable<PositionEventIntentEnum>

@RosettaEnum("PositionEventIntentEnum") public enum PositionEventIntentEnum extends Enum<PositionEventIntentEnum>
Version:
5.30.0
  • Enum Constant Details

    • POSITION_CREATION

      @RosettaEnumValue("PositionCreation") public static final PositionEventIntentEnum POSITION_CREATION
      The intent is to form a position from a fully formed contract.
    • CORPORATE_ACTION_ADJUSTMENT

      @RosettaEnumValue("CorporateActionAdjustment") public static final PositionEventIntentEnum CORPORATE_ACTION_ADJUSTMENT
      The intent is to take into effect the occurrence of a Corporate Action and the particular Corporate Action at stake shall be further specified in CorporateActionTypeEnum.
    • DECREASE

      @RosettaEnumValue("Decrease") public static final PositionEventIntentEnum DECREASE
      The intent is to Decrease the quantity of the position.
    • INCREASE

      @RosettaEnumValue("Increase") public static final PositionEventIntentEnum INCREASE
      The intent is to Increase the quantity of the position.
    • TRANSFER

      @RosettaEnumValue("Transfer") public static final PositionEventIntentEnum TRANSFER
      The intent is to transfer the position to another clearing member.
    • OPTION_EXERCISE

      @RosettaEnumValue("OptionExercise") public static final PositionEventIntentEnum OPTION_EXERCISE
      The intent is to Exercise a position or part of a position.
    • VALUATION

      @RosettaEnumValue("Valuation") public static final PositionEventIntentEnum VALUATION
      The intent is to update the valuation of the position.
  • Method Details

    • values

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

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

      public String toDisplayString()