Open Cap Table Protocol Canton SDK - v0.2.125
    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_denominator: string | number;
        new_ratio_numerator: string | number;
        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_denominator: string | number

    New conversion ratio - denominator

    new_ratio_numerator: string | number

    New conversion ratio - numerator

    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