{
  "$id": "https://hash.ai/@hash/types/entity-type/stock-symbol/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A stock symbol, or ticker symbol, is an abbreviation used to uniquely identify publicly traded shares of a particular stock on a particular stock market. Stock symbols are arrangements of symbols or characters representing specific assets or securities listed on a stock exchange or traded publicly.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/exists-on/v/2": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/stock-exchange/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/has-isin/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/international-securities-identification-number/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/is-identifier-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/company/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/shortname/": {
      "$ref": "https://hash.ai/@h/types/property-type/shortname/v/1"
    }
  },
  "title": "Stock Symbol",
  "type": "object"
}