StockParent
Type - Stock Parent#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/StockParent.schema.json
Type representation of the parent security of a given stock issuance (e.g. if a stock issuance came from a plan, such as an RSA, or if a stock came from a previous stock entry)
Data Type: OCF TYPE
Properties:
Property | Type | Description | Required |
---|---|---|---|
parent_object_type | Enum - Parent Security Type Description: Enumeration of parent sources a stock can be issued or created fromONE OF: • STOCK_PLAN • STOCK • WARRANT • CONVERTIBLE |
Parent object type for this stock issuance (e.g. a stock plan or warrant) | REQUIRED |
parent_object_id | STRING |
Parent object's ID must be a valid ID pointing to an object of the type specified in parent_object_type | REQUIRED |
Source Code: schema/types/StockParent
Copyright © 2023 Open Cap Table Coalition.