pyocf.primitives.types.conversion_rights.conversionright

Abstract type representation of a conversion right from a non-plan security into another non-plan security

pydantic model pyocf.primitives.types.conversion_rights.conversionright.ConversionRight

Abstract type representation of a conversion right from a non-plan security into another non-plan security

field conversion_mechanism: Annotated[SAFEConversionMechanism | NoteConversionMechanism | CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism | RatioConversionMechanism | ValuationBasedConversionMechanism | SharePriceBasedConversionMechanism, FieldInfo(annotation=NoneType, required=True, description='What conversion mechanism applies to calculate the number of resultingsecurities?', discriminator='type')] [Required]

What conversion mechanism applies to calculate the number of resultingsecurities?

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[ConversionRightType, FieldInfo(annotation=NoneType, required=True, description='What kind of conversion right is this?')] | None = None