pyocf.primitives.objects.transactions.reissuance.reissuance

Abstract object describing common properties to a reissuance of a security

pydantic model pyocf.primitives.objects.transactions.reissuance.reissuance.Reissuance

Abstract object describing common properties to a reissuance of a security

field reason_text: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Free-form human-readable reason for stock reissuance')] | None = None
field resulting_security_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Identifier of the new security (or securities) issuance resulting from areissuance')] [Required]

Identifier of the new security (or securities) issuance resulting from areissuance

field split_transaction_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='When stock is reissued as a result of a stock split, this field contains id ofthe respective stock class split transaction. It is not set otherwise.')] | None = None