ShareNumberRange
Type - Share Number Range#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ShareNumberRange.schema.json
Type representation of a range of share numbers associated with an event (such as the share numbers associated with an issuance) - for use where shares are not fungible and need unique identifiers per share
Data Type: OCF TYPE
Properties:
Property | Type | Description | Required |
---|---|---|---|
starting_share_number | schema/types/Numeric | The starting share number of a range of shares impacted by a particular event (INCLUSIVE and assuming share counts start at 1) | REQUIRED |
ending_share_number | schema/types/Numeric | The ending share number of a range of shares impacted by a particular event (INCLUSIVE) | REQUIRED |
Source Code: schema/types/ShareNumberRange
Copyright © 2023 Open Cap Table Coalition.