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

    Interface OcfFinancing

    interface OcfFinancing {
        amount_raised?: Monetary;
        comments?: string[];
        financing_date: string;
        financing_type?:
            | "OTHER"
            | "SAFE"
            | "PRE_SEED"
            | "SEED"
            | "SERIES_A"
            | "SERIES_B"
            | "SERIES_C"
            | "SERIES_D"
            | "SERIES_E"
            | "SERIES_F"
            | "BRIDGE"
            | "CONVERTIBLE_NOTE";
        id: string;
        post_money_valuation?: Monetary;
        pre_money_valuation?: Monetary;
        round_name: string;
        stock_class_id?: string;
    }
    Index

    Properties

    amount_raised?: Monetary

    Total amount raised in this financing round

    comments?: string[]

    Unstructured text comments related to and stored for the object

    financing_date: string

    Date the financing round was announced or closed

    financing_type?:
        | "OTHER"
        | "SAFE"
        | "PRE_SEED"
        | "SEED"
        | "SERIES_A"
        | "SERIES_B"
        | "SERIES_C"
        | "SERIES_D"
        | "SERIES_E"
        | "SERIES_F"
        | "BRIDGE"
        | "CONVERTIBLE_NOTE"

    Type of financing round

    id: string

    Identifier for the object

    Optionalpost_money_valuation

    post_money_valuation?: Monetary

    Post-money valuation

    pre_money_valuation?: Monetary

    Pre-money valuation

    round_name: string

    Name of the financing round

    stock_class_id?: string

    Identifier for the stock class created or used in this financing