pyocf.objects.stockplan

Object describing a plan which stock options are issued from

pydantic model pyocf.objects.stockplan.StockPlan

Object describing a plan which stock options are issued from

field board_approval_date: Date | None = None
field comments: list[str] | None = None
field id: str [Required]

Identifier for the object

field initial_shares_reserved: Numeric [Required]

The initial number of shares reserved in the pool for this stock plan by theBoard or equivalent body.

field object_type: Literal['STOCK_PLAN'] = 'STOCK_PLAN'
field plan_name: str [Required]

Name for the stock plan

field stock_class_id: str [Required]

Identifier of the StockClass object this plan is composed of

field stockholder_approval_date: Date | None = None