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

    Interface OcfIssuerData

    Object - Issuer Object describing the issuer of the cap table (the company whose cap table this is). OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Issuer.schema.json

    interface OcfIssuerData {
        address?: Address;
        comments?: string[];
        country_of_formation: string;
        country_subdivision_name_of_formation?: string;
        country_subdivision_of_formation?: string;
        dba?: string;
        email?: Email;
        formation_date: string;
        id: string;
        initial_shares_authorized?: InitialSharesAuthorized;
        legal_name: string;
        phone?: Phone;
        tax_ids: TaxId[];
    }
    Index

    Properties

    address?: Address

    The headquarters address of the issuing company

    comments?: string[]

    Optional comments related to the issuer

    country_of_formation: string

    The country where the issuer company was legally formed (ISO 3166-1 alpha-2)

    country_subdivision_name_of_formation?: string

    Text name of state, province, or subdivision where the issuer was legally formed if the code is not available

    country_subdivision_of_formation?: string

    The code for the state, province, or subdivision where the issuer company was legally formed

    dba?: string

    Doing Business As name

    email?: Email

    A work email that the issuer company can be reached at

    formation_date: string

    Date of formation

    id: string

    Identifier for the object

    initial_shares_authorized?: InitialSharesAuthorized

    The initial number of shares authorized for this issuer

    legal_name: string

    Legal name of the issuer

    phone?: Phone

    A phone number that the issuer company can be reached at

    tax_ids: TaxId[]

    The tax ids for this issuer company