Shareworks · Schema
Authorized Capital Response
Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial-ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies
Properties
| Name | Type | Description |
|---|---|---|
| companyId | integer | Identifier for the company |
| totalAuthorizedShares | number | Total shares authorized across all types of securities |
| totalOutstandingShares | number | Total outstanding shares across all types of securities |
| totalCommonStockEquivalentShares | number | Total common equivalent (a.k.a. fully diluted) shares across all types of securities |
| percentageOfFullyDilutedOutstandingShares | number | Percentage of fully diluted outstanding shares across all types of securities |
| percentageOfFullyDilutedAvailableShares | number | Percentage of fully diluted available shares across all types of securities |
| currentFMV | number | The fair market value for the company per share (usually the latest 409A valuation for private companies) |
| classesOfSecurities | array | List of summary information for all classes of securities for the company |
| warrants | object | |
| plans | array | List of summary information for all plans for the company |
| certificatedShares | boolean | Whether the stock certificates are paper (value 'false' indicates they are digital) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/AuthorizedCapitalDetails.json",
"title": "Authorized Capital Response",
"required": [
"certificatedShares",
"classesOfSecurities",
"companyId",
"percentageOfFullyDilutedAvailableShares",
"percentageOfFullyDilutedOutstandingShares",
"plans",
"totalAuthorizedShares",
"totalCommonStockEquivalentShares",
"totalOutstandingShares",
"warrants"
],
"type": "object",
"properties": {
"companyId": {
"type": "integer",
"description": "Identifier for the company",
"format": "int32"
},
"totalAuthorizedShares": {
"type": "number",
"description": "Total shares authorized across all types of securities",
"format": "double"
},
"totalOutstandingShares": {
"type": "number",
"description": "Total outstanding shares across all types of securities",
"format": "double"
},
"totalCommonStockEquivalentShares": {
"type": "number",
"description": "Total common equivalent (a.k.a. fully diluted) shares across all types of securities",
"format": "double"
},
"percentageOfFullyDilutedOutstandingShares": {
"type": "number",
"description": "Percentage of fully diluted outstanding shares across all types of securities",
"format": "double"
},
"percentageOfFullyDilutedAvailableShares": {
"type": "number",
"description": "Percentage of fully diluted available shares across all types of securities",
"format": "double"
},
"currentFMV": {
"type": "number",
"description": "The fair market value for the company per share (usually the latest 409A valuation for private companies)",
"format": "double"
},
"classesOfSecurities": {
"type": "array",
"description": "List of summary information for all classes of securities for the company",
"items": {
"$ref": "#/components/schemas/ClassOfSecuritiesSummaryDetails"
}
},
"warrants": {
"$ref": "#/components/schemas/WarrantsSummaryDetails"
},
"plans": {
"type": "array",
"description": "List of summary information for all plans for the company",
"items": {
"$ref": "#/components/schemas/PlanSummaryDetails"
}
},
"certificatedShares": {
"type": "boolean",
"description": "Whether the stock certificates are paper (value 'false' indicates they are digital)"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AuthorizedCapitalDetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.