pyocf.objects.transactions.vesting.vestingevent

Object describing the transaction of an non-schedule-driven vesting event associated with a security

pydantic model pyocf.objects.transactions.vesting.vestingevent.VestingEvent

Object describing the transaction of an non-schedule-driven vesting event associated with a security

field comments: list[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_VESTING_EVENT'] = 'TX_VESTING_EVENT'
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 vesting_condition_id: str [Required]

Reference to the id of a VestingCondition in this security’s VestingTerms.This condition should have a trigger type of VESTING_EVENT.