pyocf.types.conversion_rights.warrantconversionright

Type representation of a conversion right from a convertible into another non- plan security

pydantic model pyocf.types.conversion_rights.warrantconversionright.WarrantConversionRight

Type representation of a conversion right from a convertible into another non- plan security

field conversion_mechanism: CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism [Required]

What conversion mechanism applies to calculate the number of resulting stockclass shares?

field converts_to_future_round: bool | None = None
field converts_to_stock_class_id: str | None = None
field type: Literal['WARRANT_CONVERSION_RIGHT'] = 'WARRANT_CONVERSION_RIGHT'