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

    Interface ConvertibleMechanismPpsBased

    Convertible Conversion Mechanism - PPS-based (price-per-share-based)

    interface ConvertibleMechanismPpsBased {
        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

    type: "PPS_BASED_CONVERSION"