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

    Interface ConvertibleMechanismSharePriceBased

    Convertible Conversion Mechanism - Share Price Based

    interface ConvertibleMechanismSharePriceBased {
        description?: string;
        discount: boolean;
        discount_amount?: { amount: string; currency: string };
        discount_percentage?: string;
        type: "SHARE_PRICE_BASED_CONVERSION";
    }
    Index

    Properties

    description?: string

    Description of the share price basis

    discount: boolean

    Whether a discount applies

    discount_amount?: { amount: string; currency: string }

    Fixed discount amount

    discount_percentage?: string

    Discount percentage

    type: "SHARE_PRICE_BASED_CONVERSION"