{
  "$id": "https://hash.ai/@hash/types/entity-type/initial-public-offering/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An Initial Public Offering (IPO) is the first-time public offering of the shares of a private corporation to the public in a new stock issuance.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/listed-symbol/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/stock-symbol/v/3"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/listing-occurred-on/v/1": {
      "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/mentioned-in/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/news-article/v/1"
          },
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/webpage/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/amount-raised/": {
      "$ref": "https://hash.ai/@hash/types/property-type/amount-raised/v/1"
    },
    "https://hash.ai/@hash/types/property-type/date-of-event/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-of-event/v/1"
    },
    "https://hash.ai/@hash/types/property-type/share-price-at-ipo/": {
      "$ref": "https://hash.ai/@hash/types/property-type/share-price-at-ipo/v/1"
    },
    "https://hash.ai/@hash/types/property-type/shares-outstanding-at-ipo/": {
      "$ref": "https://hash.ai/@hash/types/property-type/shares-outstanding-at-ipo/v/1"
    },
    "https://hash.ai/@hash/types/property-type/shares-sold-at-ipo/": {
      "$ref": "https://hash.ai/@hash/types/property-type/shares-sold-at-ipo/v/1"
    },
    "https://hash.ai/@hash/types/property-type/type-of-share-listing/": {
      "$ref": "https://hash.ai/@hash/types/property-type/type-of-share-listing/v/1"
    },
    "https://hash.ai/@hash/types/property-type/valuation-at-ipo/": {
      "$ref": "https://hash.ai/@hash/types/property-type/valuation-at-ipo/v/1"
    }
  },
  "title": "Initial Public Offering",
  "type": "object"
}