Skip to content

Enum: PositionEventIntentEnum

URI: common_domain_model:PositionEventIntentEnum

Permissible Values

Value Meaning Description
PositionCreation None The intent is to form a position from a fully formed contract
CorporateActionAdjustment None The intent is to take into effect the occurrence of a Corporate Action and th...
Decrease None The intent is to Decrease the quantity of the position
Increase None The intent is to Increase the quantity of the position
Transfer None The intent is to transfer the position to another clearing member
OptionExercise None The intent is to Exercise a position or part of a position
Valuation None The intent is to update the valuation of the position

Slots

Name Description
intent The intent attribute is meant to be specified when the event qualification ca...

Identifier and Mapping Information

Schema Source

LinkML Source

name: PositionEventIntentEnum
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  PositionCreation:
    text: PositionCreation
    description: The intent is to form a position from a fully formed contract.
  CorporateActionAdjustment:
    text: CorporateActionAdjustment
    description: 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:
    text: Decrease
    description: The intent is to Decrease the quantity of the position.
  Increase:
    text: Increase
    description: The intent is to Increase the quantity of the position.
  Transfer:
    text: Transfer
    description: The intent is to transfer the position to another clearing member.
  OptionExercise:
    text: OptionExercise
    description: The intent is to Exercise a position or part of a position.
  Valuation:
    text: Valuation
    description: The intent is to update the valuation of the position.