pyocf.primitives.objects.transactions.securitytransaction

Abstract transaction object to be extended by all transaction objects that deal with individual securities

pydantic model pyocf.primitives.objects.transactions.securitytransaction.SecurityTransaction

Abstract transaction object to be extended by all transaction objects that deal with individual securities

field security_id: str [Required]

Identifier for the security (stock, plan security, warrant, or convertible) bywhich it can be referenced by other transaction objects. Note that while thisidentifier is created with an issuance object, it should be different than theissuance object’s id field which identifies the issuance transaction objectitself. All future transactions on the security (e.g. acceptance, transfer,cancel, etc.) must reference this security_id to qualify which security thetransaction applies to.