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

    Interface DamlValuationData

    DAML Valuation data structure. This matches the shape of data returned from DAML contracts.

    interface DamlValuationData {
        board_approval_date: string | null;
        comments: string[];
        effective_date: string;
        id: string;
        price_per_share: { amount: string; currency: string };
        provider: string | null;
        stock_class_id: string;
        stockholder_approval_date: string | null;
        valuation_type: string;
    }
    Index

    Properties

    board_approval_date: string | null
    comments: string[]
    effective_date: string
    id: string
    price_per_share: { amount: string; currency: string }
    provider: string | null
    stock_class_id: string
    stockholder_approval_date: string | null
    valuation_type: string