pyocf.primitives.objects.transactions.cancellation.cancellation

Abstract object describing fields common to all cancellation transaction objects

pydantic model pyocf.primitives.objects.transactions.cancellation.cancellation.Cancellation

Abstract object describing fields common to all cancellation transaction objects

field balance_security_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier for the security that holds the remainder balance (for partialcancellations)')] | None = None
field reason_text: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Reason for the cancellation')] [Required]

Reason for the cancellation