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

    Interface WarrantMechanismPpsBased

    Warrant Conversion Mechanism - PPS-based (price-per-share-based) conversion with optional discount

    interface WarrantMechanismPpsBased {
        description?: string;
        discount: boolean;
        discount_amount?: { amount: string; currency: string };
        discount_percentage?: string;
        type: "PPS_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: "PPS_BASED_CONVERSION"