Stakeholder
Object - Stakeholder#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json
Description: Object describing a stakeholder
Data Type: OCF Object - STAKEHOLDER
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: STAKEHOLDERDefined in schema/enums/ObjectType |
Object type field | REQUIRED |
| name | schema/types/Name | Name for the stakeholder | REQUIRED |
| stakeholder_type | Enum - Stakeholder TypeDescription: Enumeration of stakeholder types - individual (human) or institution (entity)ONE OF: • INDIVIDUAL • INSTITUTION |
Distinguish individuals from institutions | REQUIRED |
| issuer_assigned_id | STRING |
This might be any sort of id assigned to the stakeholder by the issuer, such as an internal company ID for an employee stakeholder | - |
| current_relationship | Enum - Stakeholder Relationship TypeDescription: Enumeration of types of relationships between stakeholder and issuerONE OF: • ADVISOR • BOARD_MEMBER • CONSULTANT • EMPLOYEE • EX_ADVISOR • EX_CONSULTANT • EX_EMPLOYEE • EXECUTIVE • FOUNDER • INVESTOR • NON_US_EMPLOYEE • OFFICER • OTHER |
What is the current relationship of the stakeholder to the issuer? | - |
| primary_contact | schema/types/ContactInfo | The primary contact info for the stakeholder | - |
| addresses | [ schema/types/Address ] | Addresses for the stakeholder | - |
| tax_ids | [ schema/types/TaxID ] | The tax ids for this stakeholder | - |
Source Code: schema/objects/Stakeholder
Examples:
[
{
"object_type": "STAKEHOLDER",
"id": "aceb81e6-2d19-4ef2-ac53-05ff210d3508",
"name": {
"legal_name": "Person X",
"first_name": "Person",
"last_name": "X"
},
"stakeholder_type": "INDIVIDUAL",
"comments": []
},
{
"object_type": "STAKEHOLDER",
"id": "d6c49a5a-257d-4b41-9f1d-073a77dfe719",
"name": {
"legal_name": "Person Y"
},
"stakeholder_type": "INDIVIDUAL",
"comments": []
}
]
Copyright © 2023 Open Cap Table Coalition.