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

    Interface OcfStockClassConversionRatioAdjustment

    Object - Stock Class Conversion Ratio Adjustment Transaction Object describing a conversion ratio adjustment OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/StockClassConversionRatioAdjustment.schema.json

    interface OcfStockClassConversionRatioAdjustment {
        board_approval_date?: string;
        comments?: string[];
        date: string;
        id: string;
        new_ratio_conversion_mechanism?: {
            conversion_price: Monetary;
            ratio: { denominator: string; numerator: string };
            rounding_type: "NORMAL" | "CEILING" | "FLOOR";
            type: "RATIO_CONVERSION";
        };
        new_ratio_denominator?: string;
        new_ratio_numerator?: string;
        stock_class_id: string;
        stockholder_approval_date?: string;
    }
    Index

    Properties

    board_approval_date?: string

    Date on which the board approved the adjustment

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    new_ratio_conversion_mechanism?: {
        conversion_price: Monetary;
        ratio: { denominator: string; numerator: string };
        rounding_type: "NORMAL" | "CEILING" | "FLOOR";
        type: "RATIO_CONVERSION";
    }

    Canonical conversion mechanism payload

    new_ratio_denominator?: string

    Deprecated legacy ratio denominator (converted to mechanism form)

    new_ratio_numerator?: string

    Deprecated legacy ratio numerator (converted to mechanism form)

    stock_class_id: string

    Identifier for the stock class whose conversion ratio is being adjusted

    stockholder_approval_date?: string

    Date on which stockholders approved the adjustment