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

    Interface OcfStockClassConversionRatioAdjustmentEvent

    interface OcfStockClassConversionRatioAdjustmentEvent {
        comments?: string[];
        date: string;
        id: string;
        new_ratio_conversion_mechanism: {
            conversion_price: { amount: string; currency: string };
            ratio: { denominator: string; numerator: string };
            rounding_type: "CEILING" | "FLOOR" | "NORMAL";
            type: "RATIO_CONVERSION";
        };
        object_type: "TX_STOCK_CLASS_CONVERSION_RATIO_ADJUSTMENT";
        stock_class_id: string;
    }
    Index

    Properties

    comments?: string[]
    date: string
    id: string
    new_ratio_conversion_mechanism: {
        conversion_price: { amount: string; currency: string };
        ratio: { denominator: string; numerator: string };
        rounding_type: "CEILING" | "FLOOR" | "NORMAL";
        type: "RATIO_CONVERSION";
    }
    object_type: "TX_STOCK_CLASS_CONVERSION_RATIO_ADJUSTMENT"
    stock_class_id: string