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: Annotated[SAFEConversionMechanism | NoteConversionMechanism | CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism, FieldInfo(annotation=NoneType, required=True, description='', discriminator='type')] [Required]
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['CONVERTIBLE_CONVERSION_RIGHT'], FieldInfo(annotation=NoneType, required=True, description='')] = 'CONVERTIBLE_CONVERSION_RIGHT'