Entity pillar · v0.7.1
stakeholder Stakeholder
Equity stakeholder record aligned with OCF stakeholder schema.
$id · https://corpospec.com/schemas/v0.7.1/stakeholder.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| person | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| relationship_status | RelationshipStatus | yes | Stakeholder relationship status. |
| type | StakeholderType | yes | Stakeholder type. |
| convertibles | ConvertibleInstrument[] | — | |
| custom | StakeholderCustom? | — | |
| options | StockOption[] | — | |
| stock_holdings | StockHolding[] | — |
Definitions
Shared types referenced within this schema.
Acceleration
Vesting acceleration type.
enum: "none", "single-trigger", "double-trigger"
ConvertibleInstrument
Convertible instrument (SAFE, convertible note, etc.) aligned with OCF.
type: object
FounderEquity
Founder equity position details.
type: object
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
MonetaryAmount
A monetary value with currency.
type: object
OwnershipChain
Ownership chain description for a stakeholder.
type: object
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
RelationshipStatus
Stakeholder relationship status.
enum: "active", "departed"
StakeholderCustom
Typed extension fields for Stakeholder.
type: object
StakeholderTaxStructure
Tax structure details for a stakeholder.
type: object
StakeholderType
Stakeholder type.
enum: "founder", "employee", "investor", "advisor", "board-member"
StakeholderVestingDetails
Vesting details for a stakeholder.
type: object
StockHolding
A single stock holding.
type: object
StockOption
Stock option grant aligned with OCF stock plan model.
type: object
VestingSchedule
Vesting schedule details.
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/stakeholder.schema.json