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

    Interface WarrantMechanismSharePriceBased

    Warrant Conversion Mechanism - Share Price Based Conversion based on share price with optional discount

    interface WarrantMechanismSharePriceBased {
        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 (as decimal string, e.g., "0.20" for 20%)

    type: "SHARE_PRICE_BASED_CONVERSION"