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

    Interface ConvertibleConversionRight

    Convertible Conversion Right Describes the conversion rights associated with a convertible instrument

    interface ConvertibleConversionRight {
        conversion_mechanism: ConvertibleConversionMechanism;
        converts_to_future_round?: boolean;
        converts_to_stock_class_id?: string;
        type: "CONVERTIBLE_CONVERSION_RIGHT";
    }
    Index

    Properties

    conversion_mechanism: ConvertibleConversionMechanism

    Mechanism by which conversion occurs

    converts_to_future_round?: boolean

    Whether this converts to a future financing round

    converts_to_stock_class_id?: string

    Stock class ID to convert to (if not future round)

    type: "CONVERTIBLE_CONVERSION_RIGHT"