pyocf.types.conversion_rights.stockclassconversionright
Type representation of a conversion right from one Stock Class into another Stock Class
- pydantic model pyocf.types.conversion_rights.stockclassconversionright.StockClassConversionRight
Type representation of a conversion right from one Stock Class into another Stock Class
- field conversion_mechanism: Annotated[RatioConversionMechanism, FieldInfo(annotation=NoneType, required=True, description='')] [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['STOCK_CLASS_CONVERSION_RIGHT'], FieldInfo(annotation=NoneType, required=True, description='')] = 'STOCK_CLASS_CONVERSION_RIGHT'