pyocf.objects.transactions.release.plansecurityrelease

Object describing a plan security release transaction

pydantic model pyocf.objects.transactions.release.plansecurityrelease.PlanSecurityRelease

Object describing a plan security release transaction

field comments: list[str] | None = None
field consideration_text: str | None = None
field date: Date [Required]

Date on which the transaction occurred

field id: str [Required]

Identifier for the object

field object_type: Literal['TX_PLAN_SECURITY_RELEASE'] = 'TX_PLAN_SECURITY_RELEASE'
field quantity: Numeric [Required]

Quantity of shares released

field release_price: Monetary [Required]

The release price used to determine the value of the security at the time ofrelease

field resulting_security_ids: list[str] [Required]

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

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.

field settlement_date: Date [Required]

The settlement date for the shares released, typically after the releasetransaction date