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: Annotated[CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism | ValuationBasedConversionMechanism | SharePriceBasedConversionMechanism, FieldInfo(annotation=NoneType, required=True, description='What conversion mechanism applies to calculate the number of resulting stockclass shares?', discriminator='type')] [Required]

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

field converts_to_future_round: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Is this stock class potentially convertible into a future, as-yet undeterminedstock class (e.g. Founder Preferred)')] | None = None
field converts_to_stock_class_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='The identifier of the existing, known stock class this stock class can convertinto')] | None = None
field type: Annotated[Literal['WARRANT_CONVERSION_RIGHT'], FieldInfo(annotation=NoneType, required=True, description='')] = 'WARRANT_CONVERSION_RIGHT'