pyocf.types.conversion_mechanisms.ratioconversionmechanism

Sets forth inputs and conversion mechanism of a ratio conversion (primarily used to describe conversion from one stock class (e.g. Preferred) into another (e.g. Common)

pydantic model pyocf.types.conversion_mechanisms.ratioconversionmechanism.RatioConversionMechanism

Sets forth inputs and conversion mechanism of a ratio conversion (primarily used to describe conversion from one stock class (e.g. Preferred) into another (e.g. Common)

field conversion_price: Monetary [Required]

What is the effective conversion price per share of this stock class?

field ratio: Ratio [Required]

One share of this stock class converts into this many target stock class shares

field rounding_type: RoundingType [Required]

How should fractional shares be rounded?

field type: Literal['RATIO_CONVERSION'] = 'RATIO_CONVERSION'