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

    Interface VestingConditionPortion

    interface VestingConditionPortion {
        denominator: string | number;
        numerator: string | number;
        remainder: boolean;
    }
    Index

    Properties

    denominator: string | number

    Portion denominator (e.g., 100)

    numerator: string | number

    Portion numerator (e.g., 25)

    remainder: boolean

    If true, vest remainder after all integer tranches