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

    Interface OcfValuationData

    interface OcfValuationData {
        board_approval_date?: string;
        comments?: string[];
        effective_date: string;
        id: string;
        price_per_share: Monetary;
        provider?: string;
        stock_class_id: string;
        stockholder_approval_date?: string;
        valuation_type: "409A";
    }
    Index

    Properties

    board_approval_date?: string

    Date on which board approved the valuation

    comments?: string[]

    Unstructured text comments related to and stored for the object

    effective_date: string

    Date on which this valuation is first valid

    id: string

    Identifier for the object

    price_per_share: Monetary

    Valued price per share

    provider?: string

    Entity which provided the valuation

    stock_class_id: string

    Identifier of the stock class for this valuation

    stockholder_approval_date?: string

    This optional field tracks when the stockholders approved the valuation.

    valuation_type: "409A"

    Seam for supporting different types of valuations in future versions