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

    Interface OcfStockClassSplit

    interface OcfStockClassSplit {
        board_approval_date?: string;
        comments?: string[];
        date: string;
        id: string;
        split_ratio_denominator: string | number;
        split_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 split

    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

    split_ratio_denominator: string | number

    Split ratio - denominator (e.g., 1 for a 2-for-1 split)

    split_ratio_numerator: string | number

    Split ratio - numerator (e.g., 2 for a 2-for-1 split)

    stock_class_id: string

    Identifier for the stock class being split

    stockholder_approval_date?: string

    Date on which stockholders approved the split