{
  "$id": "https://hash.ai/@hash/types/entity-type/international-securities-identification-number/v/1",
  "$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",
  "properties": {
    "https://hash.ai/@hash/types/property-type/international-securities-identification-number/": {
      "$ref": "https://hash.ai/@hash/types/property-type/international-securities-identification-number/v/1"
    }
  },
  "required": [
    "https://hash.ai/@hash/types/property-type/international-securities-identification-number/"
  ],
  "title": "International Securities Identification Number",
  "type": "object"
}