{
  "$id": "https://hash.ai/@hash/types/entity-type/securities-offering/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A securities offering (aka. a funding round, or investment round) is a discrete fundraising event used by a legal entity to raise capital.",
  "kind": "entityType",
  "links": {
    "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"
    },
    "https://hash.ai/@hash/types/entity-type/participated-in-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/amount-of-money-targeted/": {
      "$ref": "https://hash.ai/@hash/types/property-type/amount-of-money-targeted/v/1"
    },
    "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/announced-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/announced-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/completed-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/completed-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/post-money-valuation/": {
      "$ref": "https://hash.ai/@hash/types/property-type/post-money-valuation/v/1"
    },
    "https://hash.ai/@hash/types/property-type/pre-money-valuation/": {
      "$ref": "https://hash.ai/@hash/types/property-type/pre-money-valuation/v/2"
    },
    "https://hash.ai/@hash/types/property-type/type-of-funding/": {
      "items": {
        "$ref": "https://hash.ai/@hash/types/property-type/type-of-funding/v/1"
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "title": "Securities Offering",
  "type": "object"
}