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

    Interface OcfFinancing

    Object - Financing Object describing a financing round OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Financing.schema.json

    Note: The OCF schema has additionalProperties: false. The only allowed fields are id, name, issuance_ids, date, and comments.

    interface OcfFinancing {
        comments?: string[];
        date: string;
        id: string;
        issuance_ids: string[];
        name: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the financing event occurred (YYYY-MM-DD)

    id: string

    Identifier for the object

    issuance_ids: string[]

    Array of issuance IDs associated with the financing (minItems: 1)

    name: string

    Name for the financing