{
  "$id": "https://hash.ai/@hash/types/property-type/stock-symbol/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "A ticker symbol or stock symbol is an abbreviation used to uniquely identify publicly traded shares of a particular stock on a particular stock market. Ticker symbols are arrangements of symbols or characters representing specific assets or securities listed on a stock exchange or traded publicly.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "title": "Stock Symbol"
}