{
  "$id": "https://hash.ai/@h/types/data-type/stock-direction/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "description": "Whether stock is increased or decreased.",
  "enum": [
    "Increase",
    "Decrease"
  ],
  "kind": "dataType",
  "title": "Stock Direction",
  "type": "string"
}