Issuer
Object - Issuer#
https://schema.opencaptablecoalition.com/v/1.2.0/objects/Issuer.schema.json
Description: Object describing the issuer of the cap table (the company whose cap table this is)
Data Type: OCF Object - ISSUER
Composed From:
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
| id | STRING |
Identifier for the object | REQUIRED |
| comments | [STRING] |
Unstructured text comments related to and stored for the object | - |
| object_type | Constant: ISSUERDefined in schema/enums/ObjectType |
Object type field | REQUIRED |
| legal_name | STRING |
Legal name of the issuer | REQUIRED |
| dba | STRING |
Doing Business As name | - |
| formation_date | schema/types/Date | Date of formation | REQUIRED |
| country_of_formation | schema/types/CountryCode | The country where the issuer company was legally formed (ISO 3166-1 alpha-2) | REQUIRED |
| country_subdivision_of_formation | schema/types/CountrySubdivisionCode | The state, province, or subdivision where the issuer company was legally formed | - |
| tax_ids | [ schema/types/TaxID ] | The tax ids for this issuer company | - |
| schema/types/Email | A work email that the issuer company can be reached at | - | |
| phone | schema/types/Phone | A phone number that the issuer company can be reached at | - |
| address | schema/types/Address | The headquarters address of the issuing company | - |
| initial_shares_authorized | ONE OF the Following Types/Objs:• Enum - Authorized Shares TypesDescription: Enumeration of authorized shares typesONE OF: • NOT APPLICABLE • UNLIMITED• schema/types/Numeric |
The initial number of shares authorized for this issuer | - |
Source Code: schema/objects/Issuer
Copyright © 2024 Open Cap Table Coalition.