pyocf.objects.transactions.adjustment.stockplanpooladjustment

Object describing the change in the size of a Stock Plan pool.

pydantic model pyocf.objects.transactions.adjustment.stockplanpooladjustment.StockPlanPoolAdjustment

Object describing the change in the size of a Stock Plan pool.

field board_approval_date: Date [Required]

Date on which board approved the change to the plan.

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_STOCK_PLAN_POOL_ADJUSTMENT'] = 'TX_STOCK_PLAN_POOL_ADJUSTMENT'
field shares_reserved: Numeric [Required]

The number of shares reserved in the pool for this stock plan by the Board orequivalent body as of the effective date of this pool adjustment.

field stock_plan_id: str [Required]

Identifier of the Stock Plan object, a subject of this transaction

field stockholder_approval_date: Date | None = None