Skip to content

Issuer

An issuer.

OCF Equivalent

Direct equivalent — both represent the issuing company.

Endpoints

  • GET /v1alpha1/issuers — list
  • GET /v1alpha1/issuers/{id} — single

Shape at a glance

Quick comparison of field names, types, and required-ness. See the full Carta properties below, or follow the OCF link for full OCF field documentation.

Cartav1alpha1Issuer

An issuer.

Property Type Req
id string
legalName string
doingBusinessAsName string
website string

OCFIssuer

Object describing the issuer of the cap table (the company whose cap table this is)

Property Type Required
id STRING REQUIRED
comments [STRING] -
object_type Constant: ISSUER
Defined in schema/enums/ObjectType
REQUIRED
legal_name STRING REQUIRED
dba STRING -
formation_date schema/types/Date REQUIRED
country_of_formation schema/types/CountryCode REQUIRED
country_subdivision_of_formation schema/types/CountrySubdivisionCode -
country_subdivision_name_of_formation STRING -
tax_ids [ schema/types/TaxID ] -
email schema/types/Email -
phone schema/types/Phone -
address schema/types/Address -
initial_shares_authorized ONE OF the Following Types/Objs:
Enum - Authorized Shares Types

Description: Enumeration of authorized shares types

ONE OF:
• NOT APPLICABLE
• UNLIMITED
schema/types/Numeric
-

Properties

Property Type Required Description
id string The identifier of the issuer.
legalName string The legal name of the issuer.
doingBusinessAsName string The operating, or doing business as (DBA), name of the issuer.
website string The URL of the issuer’s website.

Referenced by

(not embedded in other domain objects)


Underlying schema: v1alpha1Issuer

← Back to Domain Index