{
  "$id": "https://hash.ai/@hash/types/entity-type/international-securities-identification-number/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An International Securities Identification Number (ISIN) uniquely identifies a security globally for the purposes of facilitating clearing, reporting and settlement of trades. An ISIN code is a 12-character alphanumeric code whose structure is defined in ISO 6166.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-identifier-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/company/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/unique-identifier/": {
      "$ref": "https://hash.ai/@hash/types/property-type/unique-identifier/v/1"
    }
  },
  "required": [
    "https://hash.ai/@hash/types/property-type/unique-identifier/"
  ],
  "title": "International Securities Identification Number",
  "type": "object"
}