Package cdm.event.common
Enum PositionEventIntentEnum
- All Implemented Interfaces:
Serializable,Comparable<PositionEventIntentEnum>
@RosettaEnum("PositionEventIntentEnum")
public enum PositionEventIntentEnum
extends Enum<PositionEventIntentEnum>
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 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.The intent is to Decrease the quantity of the position.The intent is to Increase the quantity of the position.The intent is to Exercise a position or part of a position.The intent is to form a position from a fully formed contract.The intent is to transfer the position to another clearing member.The intent is to update the valuation of the position. -
Method Summary
Modifier and TypeMethodDescriptionstatic PositionEventIntentEnumfromDisplayName(String name) toString()static PositionEventIntentEnumReturns the enum constant of this type with the specified name.static PositionEventIntentEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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_ADJUSTMENTThe 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
The intent is to Decrease the quantity of the position. -
INCREASE
The intent is to Increase the quantity of the position. -
TRANSFER
The intent is to transfer the position to another clearing member. -
OPTION_EXERCISE
The intent is to Exercise a position or part of a position. -
VALUATION
The intent is to update the valuation of the position.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<PositionEventIntentEnum>
-
toDisplayString
-