pyocf.types.conversion_mechanisms.safeconversionmechanism

Sets forth inputs and conversion mechanism of a SAFE (mirrors the flavors and inputs of the Y Combinator SAFE)

pydantic model pyocf.types.conversion_mechanisms.safeconversionmechanism.SAFEConversionMechanism

Sets forth inputs and conversion mechanism of a SAFE (mirrors the flavors and inputs of the Y Combinator SAFE)

field capitalization_definition: str | None = None
field conversion_discount: Percentage | None = None
field conversion_mfn: bool [Required]

Is this an MFN flavored SAFE?

field conversion_timing: ConversionTimingType [Required]

Should the conversion amount be based on pre or post money capitalization

field conversion_valuation_cap: Monetary | None = None
field exit_multiple: Ratio | None = None
field type: Literal['SAFE_CONVERSION'] = 'SAFE_CONVERSION'