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: SAFEConversionMechanism | NoteConversionMechanism | CustomConversionMechanism | PercentCapitalizationConversionMechanism | FixedAmountConversionMechanism | RatioConversionMechanism [Required]

What conversion mechanism applies to calculate the number of resultingsecurities?

field converts_to_future_round: bool | None = None
field converts_to_stock_class_id: str | None = None
field type: ConversionRightType | None = None