pyocf.objects.transactions.split.stockclasssplit

Object describing a split of a stock class

pydantic model pyocf.objects.transactions.split.stockclasssplit.StockClassSplit

Object describing a split of a stock class

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_CLASS_SPLIT'] = 'TX_STOCK_CLASS_SPLIT'
field split_ratio: Ratio [Required]

Ratio of new shares to old shares. For 2-for-1 split the numerator of the ratiois 2 and the denominator is 1.

field stock_class_id: str [Required]

Identifier of the StockClass object, a subject of this transaction