{
  "data_version": "seed-0.1 · 2026-08-28",
  "source": "https://finance.foundation",
  "license": "CC BY 4.0",
  "schema": {
    "version": "0.1",
    "entities": {
      "Company": {
        "fields": [
          "id",
          "name",
          "legal_name",
          "ticker",
          "exchange",
          "country",
          "sector",
          "industry",
          "market_cap_usd_bn",
          "currency",
          "website",
          "founded",
          "description"
        ],
        "identifiers": [
          "ticker",
          "LEI (planned)",
          "ISIN (planned)"
        ]
      },
      "Market": {
        "fields": [
          "id",
          "mic",
          "name",
          "country",
          "type",
          "currency",
          "timezone",
          "operator",
          "note"
        ],
        "identifiers": [
          "mic"
        ]
      },
      "Asset": {
        "fields": [
          "id",
          "name",
          "symbol",
          "type",
          "category",
          "currency",
          "market",
          "issuer",
          "description"
        ],
        "identifiers": [
          "symbol"
        ]
      },
      "Fund": {
        "fields": [
          "id",
          "name",
          "symbol",
          "type",
          "manager",
          "strategy",
          "country",
          "aum_usd_bn",
          "description"
        ],
        "identifiers": [
          "symbol"
        ]
      },
      "Bank": {
        "fields": [
          "id",
          "name",
          "company",
          "country",
          "type",
          "gsib",
          "total_assets_usd_tn",
          "description"
        ],
        "identifiers": []
      },
      "Country": {
        "fields": [
          "id",
          "code",
          "name",
          "currency",
          "gdp_usd_tn",
          "central_bank",
          "markets"
        ],
        "identifiers": [
          "ISO 3166-1 alpha-2"
        ]
      },
      "Indicator": {
        "fields": [
          "id",
          "name",
          "unit",
          "frequency",
          "sources",
          "description"
        ],
        "identifiers": []
      }
    },
    "relationships": [
      {
        "type": "lists_on",
        "from": "Company",
        "to": "Market",
        "note": "primary listing venue"
      },
      {
        "type": "domiciled_in",
        "from": "Company",
        "to": "Country",
        "note": "country of incorporation / HQ"
      },
      {
        "type": "located_in",
        "from": "Market",
        "to": "Country"
      },
      {
        "type": "managed_by",
        "from": "Fund",
        "to": "Company",
        "note": "where the manager is a covered listed company"
      },
      {
        "type": "domiciled_in",
        "from": "Fund",
        "to": "Country"
      },
      {
        "type": "operated_by",
        "from": "Bank",
        "to": "Company",
        "note": "where the bank is a covered listed company"
      },
      {
        "type": "chartered_in",
        "from": "Bank",
        "to": "Country"
      },
      {
        "type": "denominated_in",
        "from": "Asset",
        "to": "Currency"
      }
    ]
  }
}