pyocf.types.conversion_mechanisms.sharepricebasedconversionmechanism
Sets forth inputs and conversion mechanism based on price per share of a future round (with potential discounts)
- pydantic model pyocf.types.conversion_mechanisms.sharepricebasedconversionmechanism.SharePriceBasedConversionMechanism
Sets forth inputs and conversion mechanism based on price per share of a future round (with potential discounts)
- field description: Annotated[str, FieldInfo(annotation=NoneType, required=True, description="A description of the specifics of the conversion - e.g. The Holder is entitled,during the Exercise Period, to purchase from the Company such number ofPreferred Shares as are equal to $100,000 divided by the Exercise Price.'Exercise Price' shall mean 80% of the price per share paid by the investorsin the next Qualified Financing.")] [Required]
A description of the specifics of the conversion - e.g. The Holder is entitled,during the Exercise Period, to purchase from the Company such number ofPreferred Shares as are equal to $100,000 divided by the Exercise Price.’Exercise Price’ shall mean 80% of the price per share paid by the investorsin the next Qualified Financing.
- field discount: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='True if the conversion shares should be based on a discount off the price-per-share in the next elligible financing')] | None = None
- field discount_amount: Annotated[Monetary, FieldInfo(annotation=NoneType, required=True, description='If the resulting conversion shares is based on a fixed amount discount off theprice-per-share of the next eilligible financing, what is the discount amount(in currency)')] | None = None
- field discount_percentage: Annotated[Percentage, FieldInfo(annotation=NoneType, required=True, description='If the conversion price is base on a percent discount off the price-per-share ofthe next elligible financing, what is the discount percent')] | None = None
- field type: Annotated[Literal['PPS_BASED_CONVERSION'], FieldInfo(annotation=NoneType, required=True, description='')] = 'PPS_BASED_CONVERSION'