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

    Interface OcfStockClassSplit

    interface OcfStockClassSplit {
        board_approval_date?: string;
        comments?: string[];
        date: string;
        id: string;
        split_ratio?: { denominator: string; numerator: string };
        split_ratio_denominator?: string;
        split_ratio_numerator?: string;
        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; numerator: string }

    Canonical split ratio object

    split_ratio_denominator?: string

    Deprecated legacy split ratio denominator (must be paired with split_ratio_numerator)

    split_ratio_numerator?: string

    Deprecated legacy split ratio numerator (must be paired with split_ratio_denominator)

    stock_class_id: string

    Identifier for the stock class being split

    stockholder_approval_date?: string

    Date on which stockholders approved the split