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

    Interface VestingConditionPortion

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

    Properties

    denominator: string

    Portion denominator (e.g., "100")

    numerator: string

    Portion numerator (e.g., "25")

    remainder?: boolean

    If true, vest remainder after all integer tranches (optional; defaults to false in OCF schema)