pyocf.primitives.objects.transactions.exercise.exercise

Abstract object describing fields common to all exercise transaction objects

pydantic model pyocf.primitives.objects.transactions.exercise.exercise.Exercise

Abstract object describing fields common to all exercise transaction objects

field consideration_text: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Unstructured text description of consideration provided in exchange for securityexercise')] | None = None
field resulting_security_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Identifier for the security (or securities) that resulted from the exercise')] [Required]

Identifier for the security (or securities) that resulted from the exercise