pyocf.types.conversion_rights.convertibleconversionright

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

pydantic model pyocf.types.conversion_rights.convertibleconversionright.ConvertibleConversionRight

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

field conversion_mechanism: SAFEConversionMechanism | NoteConversionMechanism | CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism [Required]
field converts_to_future_round: bool | None = None
field converts_to_stock_class_id: str | None = None
field type: Literal['CONVERTIBLE_CONVERSION_RIGHT'] = 'CONVERTIBLE_CONVERSION_RIGHT'