Open Cap Table Protocol Canton SDK - v0.2.302
    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 {
        comments?: string[];
        date: string;
        id: string;
        new_ratio_conversion_mechanism?: {
            conversion_price: Monetary;
            ratio: { denominator: string; numerator: string };
            rounding_type: "CEILING" | "FLOOR" | "NORMAL";
            type: "RATIO_CONVERSION";
        };
        stock_class_id: string;
    }
    Index

    Properties

    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: "CEILING" | "FLOOR" | "NORMAL";
        type: "RATIO_CONVERSION";
    }

    Canonical conversion mechanism payload

    stock_class_id: string

    Identifier for the stock class whose conversion ratio is being adjusted