pyocf.objects.transactions.adjustment.stockclassauthorizedsharesadjustment

Object describing an event to change the number of authoried shares of a stock class.

pydantic model pyocf.objects.transactions.adjustment.stockclassauthorizedsharesadjustment.StockClassAuthorizedSharesAdjustment

Object describing an event to change the number of authoried shares of a stock class.

field board_approval_date: Date | None = None
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 new_shares_authorized: Numeric [Required]

The new number of shares authorized for this stock class as of the event of thistransaction

field object_type: Literal['TX_STOCK_CLASS_AUTHORIZED_SHARES_ADJUSTMENT'] = 'TX_STOCK_CLASS_AUTHORIZED_SHARES_ADJUSTMENT'
field stock_class_id: str [Required]

Identifier of the StockClass object, a subject of this transaction