Open Cap Table Protocol Canton SDK - v0.2.84
    Preparing search index...

    Interface StockClassConversionRight

    interface StockClassConversionRight {
        ceiling_price_per_share?: Monetary;
        conversion_mechanism: ConversionMechanism;
        conversion_price?: Monetary;
        conversion_trigger: ConversionTrigger;
        converts_to_stock_class_id: string;
        custom_description?: string;
        discount_rate?: number;
        expires_at?: string;
        floor_price_per_share?: Monetary;
        percent_of_capitalization?: number;
        ratio?: number;
        ratio_denominator?: number;
        ratio_numerator?: number;
        reference_share_price?: Monetary;
        reference_valuation_price_per_share?: Monetary;
        rounding_type?: RoundingType;
        type: string;
        valuation_cap?: Monetary;
    }
    Index

    Properties

    ceiling_price_per_share?: Monetary

    Ceiling price per share

    conversion_mechanism: ConversionMechanism

    Mechanism by which conversion occurs

    conversion_price?: Monetary

    Conversion price per share for fixed-amount conversion

    conversion_trigger: ConversionTrigger

    Trigger that would cause conversion

    converts_to_stock_class_id: string

    Identifier of stock class to which this converts

    custom_description?: string

    Custom description of conversion mechanics

    discount_rate?: number

    Discount rate (0-1 decimal)

    expires_at?: string

    Expiration date for this conversion right (YYYY-MM-DD)

    floor_price_per_share?: Monetary

    Floor price per share

    percent_of_capitalization?: number

    Percent of capitalization this converts to (0 < p <= 1)

    ratio?: number

    Legacy simple ratio value (if provided, denominator assumed 1)

    ratio_denominator?: number
    ratio_numerator?: number

    Ratio components for RATIO_CONVERSION

    reference_share_price?: Monetary

    Reference share price

    reference_valuation_price_per_share?: Monetary

    Reference valuation price per share

    rounding_type?: RoundingType

    How should fractional shares be rounded?

    type: string

    Type descriptor of conversion right

    valuation_cap?: Monetary

    Valuation cap