pyocf.objects.transactions.conversion.stockconversion

Object describing a conversion of stock

pydantic model pyocf.objects.transactions.conversion.stockconversion.StockConversion

Object describing a conversion of stock

field balance_security_id: str | 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 object_type: Literal['TX_STOCK_CONVERSION'] = 'TX_STOCK_CONVERSION'
field quantity_converted: Numeric [Required]

Quantity of non-monetary security units converted

field resulting_security_ids: list[str] [Required]

Identifier for the security (or securities) that resulted from the conversion

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.